Skip to content

Commit

Permalink
[RELEASE] Updated project version to v4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Feb 9, 2021
1 parent f4d70bb commit c9d712e
Show file tree
Hide file tree
Showing 43 changed files with 56 additions and 43 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,27 @@
## CHANGELOG

### 4.7-SNAPSHOT
### 4.7.2 (2021-02-09)

#### Bugs
* Fix #2715: CVE-2021-20218 vulnerable to a path traversal leading to integrity and availability compromise

### 4.7.1 (24-01-2020)
#### Bugs
* `Quantity.getAmountInBytes()` should be able to handle negative exponents
* Fix #1937: `Quantity.getAmountInBytes()` should be able to handle negative exponents
* Fix #1805: Unable to create Template on OCP4

#### Improvements
* Fix #1894: SharedInformer Improvements
* Fix #1963: Use Serialization not a default ObjectMapper in Watch
* Fix #1957: Build Failing on CI due to Central repository moving to HTTPS

#### Dependency Upgrade
* Fix #1962: chore(deps): bump karaf.version from 4.2.7 to 4.2.8
* Fix #1960: chore(deps): bump junit-bom from 5.5.2 to 5.6.0
* Fix #1939: chore(deps): bump sundrio.version from 0.20.0 to 0.21.0

#### New Features
* Fix #1917: Allow user to add custom Headers to client

### 4.7.0 (08-01-2020)
#### Bugs
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ Then you can use the server like:
| kubernetes-client 4.6.3 | - | - | - ||||||| - |
| kubernetes-client 4.6.4 | - | - | - ||||||| - |
| kubernetes-client 4.7.0 | - | - | - ||||||||
| kubernetes-client 4.7.2 | - | - | - ||||||||

| | OpenShift 3.6.0 | OpenShift 3.7.0 | OpenShift 3.9.0 | OpenShift 3.10.0 | OpenShift 3.11.0 | OpenShift 4.1.0 |
|---------------------------|------------------|-------------------|-------------------|------------------|------------------|-----------------|
Expand Down Expand Up @@ -382,6 +383,7 @@ Then you can use the server like:
| openshift-client 4.6.3 | - | - |||||
| openshift-client 4.6.4 | - | - |||||
| openshift-client 4.7.0 | - | - |||||
| openshift-client 4.7.2 | - | - |||||

## Major Changes in Kubernetes Client 4.0.0
All the resource objects used here will be according to OpenShift 3.9.0 and Kubernetes 1.9.0. All the resource objects will give all the fields according to OpenShift 3.9.0 and Kubernetes 1.9.0
Expand Down
2 changes: 1 addition & 1 deletion extensions/knative/annotator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>knative-extension-pom</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>knative-model-annotator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/knative/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>knative-extension-pom</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>knative-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/knative/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>knative-extension-pom</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>knative-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/knative/mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>knative-extension-pom</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>knative-mock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/knative/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>knative-extension-pom</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>knative-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/knative/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-extensions</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>knative-extension-pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/knative/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>knative-extension-pom</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>knative-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>kubernetes-client-project</artifactId>
<groupId>io.fabric8</groupId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>kubernetes-extensions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/service-catalog/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>service-catalog</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>servicecatalog-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/service-catalog/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>service-catalog</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>service-catalog-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/service-catalog/mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>service-catalog</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>servicecatalog-server-mock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/service-catalog/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>service-catalog</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>servicecatalog-model-generator</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>servicecatalog-model-generator</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>servicecatalog-model-annotator</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>servicecatalog-model-generator</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>servicecatalog-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/service-catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>kubernetes-extensions</artifactId>
<groupId>io.fabric8</groupId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>service-catalog</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/service-catalog/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>service-catalog</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>servicecatalog-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/tekton/annotator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>tekton-extension-pom</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>tekton-model-annotator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/tekton/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>tekton-extension-pom</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>tekton-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/tekton/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>tekton-extension-pom</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>tekton-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/tekton/mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>tekton-extension-pom</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion extensions/tekton/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>tekton-extension-pom</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>tekton-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/tekton/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-extensions</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>tekton-extension-pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/tekton/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>tekton-extension-pom</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>tekton-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client-project</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>kubernetes-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client-project</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>kubernetes-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>kubernetes-client-project</artifactId>
<groupId>io.fabric8</groupId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>kubernetes-itests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-model/kubernetes-model-annotator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-model-generator</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>kubernetes-model-annotator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-model/kubernetes-model-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>kubernetes-model-generator</artifactId>
<groupId>io.fabric8</groupId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>kubernetes-model-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-model/kubernetes-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-model-generator</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>kubernetes-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-model/model-generator-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-model-generator</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>model-generator-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client-project</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>kubernetes-model-generator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-server-mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client-project</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>kubernetes-server-mock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>kubernetes-client-project</artifactId>
<groupId>io.fabric8</groupId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>kubernetes-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openshift-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client-project</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>openshift-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openshift-server-mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client-project</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>openshift-server-mock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion platforms/karaf/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>karaf</artifactId>
<groupId>io.fabric8.kubernetes</groupId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>kubernetes-karaf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion platforms/karaf/itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>karaf</artifactId>
<groupId>io.fabric8.kubernetes</groupId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>kubernetes-karaf-itests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion platforms/karaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>platforms</artifactId>
<groupId>io.fabric8.kubernetes</groupId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<artifactId>karaf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion platforms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>kubernetes-client-project</artifactId>
<groupId>io.fabric8</groupId>
<version>4.7.1</version>
<version>4.7.2</version>
</parent>

<groupId>io.fabric8.kubernetes</groupId>
Expand Down
Loading

0 comments on commit c9d712e

Please sign in to comment.