Skip to content

Commit

Permalink
[RELEASE] Updated project version to v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Jan 27, 2021
1 parent e8458eb commit f000ac9
Show file tree
Hide file tree
Showing 77 changed files with 83 additions and 84 deletions.
15 changes: 6 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,25 @@
## CHANGELOG

### 5.1-SNAPSHOT
### 5.0.1 (2021-01-27)

#### Bugs
* Fix #2687: RawCustomResourceOperationsImpl ignores config
* Fix #2612: add support for checking latest kubeconfig in Interceptor

#### Improvements

* Dependency cleanup
* Fix #2723: Dependency cleanup
- Remove javax.annotation-api
- Remove jaxb-api
- Remove jacson-module-jaxb-annotations
* Fix #2744: Automatically instantiates spec and status fields on `CustomResource` when possible.
`initSpec` and `initStatus` methods are also provided to allow for overriding of the default implementation.

#### Dependency Upgrade

* Upgrade sundrio.version to 0.24.1
* Fix #2723: Upgrade sundrio.version to 0.24.1

#### New Features
### 5.0.1

#### Improvements
* Fix #2744: Automatically instantiates spec and status fields on `CustomResource` when possible.
`initSpec` and `initStatus` methods are also provided to allow for overriding of the default implementation.

### 4.13.1 (2021-01-20)

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ class ExampleTest {

| | K8s 1.19.1 | K8s 1.18.0 | K8s 1.17.0 | K8s 1.16.0 | K8s 1.15.3 | K8s 1.14.2 | K8s 1.12.0 | K8s 1.11.0 | K8s 1.10.0 | K8s 1.9.0 | K8s 1.7.0 | K8s 1.6.0 | K8s 1.4.9 |
|---------------------------|------------|------------|------------|------------|------------|------------|------------|------------|------------|-----------|-----------|-----------|-----------|
| kubernetes-client 5.0.1 ||||||||||| - | - | - |
| kubernetes-client 5.0.0 ||||||||||| - | - | - |
| kubernetes-client 4.13.1 ||||||||||| - | - | - |
| kubernetes-client 4.13.0 ||||||||||| - | - | - |
Expand Down Expand Up @@ -444,6 +445,7 @@ class ExampleTest {

| | OCP 4.5.14 | OCP 4.2.0 | OCP 4.1.0 | OCP 3.11.0 | OCP 3.10.0 | OCP 3.9.0 | OCP 3.7.0 | OCP 3.6.0 |
|---------------------------|------------|-----------|-----------|------------|------------|------------|-----------|-----------|
| openshift-client 5.0.1 ||||||| - | - |
| openshift-client 5.0.0 ||||||| - | - |
| openshift-client 4.13.1 ||||||| - | - |
| openshift-client 4.13.0 ||||||| - | - |
Expand Down
2 changes: 1 addition & 1 deletion extensions/chaosmesh/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>chaosmesh</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>

<artifactId>chaosmesh-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/chaosmesh/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>chaosmesh</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>

<artifactId>chaosmesh-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/chaosmesh/mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>chaosmesh</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>

<artifactId>chaosmesh-server-mock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/chaosmesh/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>chaosmesh</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>

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

<artifactId>chaosmesh</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/chaosmesh/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>chaosmesh</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>

<artifactId>chaosmesh-tests</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>5.1-SNAPSHOT</version>
<version>5.0.1</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>5.1-SNAPSHOT</version>
<version>5.0.1</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>5.1-SNAPSHOT</version>
<version>5.0.1</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 @@ -23,7 +23,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>knative-extension-pom</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.0.1</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>5.1-SNAPSHOT</version>
<version>5.0.1</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>5.1-SNAPSHOT</version>
<version>5.0.1</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>5.1-SNAPSHOT</version>
<version>5.0.1</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>5.1-SNAPSHOT</version>
<version>5.0.1</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>5.1-SNAPSHOT</version>
<version>5.0.1</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>5.1-SNAPSHOT</version>
<version>5.0.1</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>5.1-SNAPSHOT</version>
<version>5.0.1</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>5.1-SNAPSHOT</version>
<version>5.0.1</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>5.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>

<artifactId>servicecatalog-tests</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>5.1-SNAPSHOT</version>
<version>5.0.1</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>5.1-SNAPSHOT</version>
<version>5.0.1</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>5.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>


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

<artifactId>tekton-model-triggers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/tekton/model-v1alpha1/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>5.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>

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

<artifactId>tekton-model-v1beta1</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>5.1-SNAPSHOT</version>
<version>5.0.1</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>5.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>

<artifactId>tekton-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/volumesnapshot/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>volumesnapshot</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>

<artifactId>volumesnapshot-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/volumesnapshot/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>volumesnapshot</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>

<artifactId>volumesnapshot-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/volumesnapshot/mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>volumesnapshot</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>

<artifactId>volumesnapshot-server-mock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/volumesnapshot/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>volumesnapshot</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>

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

<artifactId>volumesnapshot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/volumesnapshot/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>volumesnapshot</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>

<artifactId>volumesnapshot-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>5.1-SNAPSHOT</version>
<version>5.0.1</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>5.1-SNAPSHOT</version>
<version>5.0.1</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>5.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>

<artifactId>kubernetes-itests</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-model-generator</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>

<artifactId>kubernetes-model-admissionregistration</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>kubernetes-model-generator</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.0.1</version>
</parent>

<artifactId>kubernetes-model-apiextensions</artifactId>
Expand Down
Loading

0 comments on commit f000ac9

Please sign in to comment.