Skip to content

Commit

Permalink
[RELEASE] Updated project version to v6.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <marc@marcnuri.com>
  • Loading branch information
manusa committed Sep 1, 2022
1 parent 04aa2b8 commit d6e6cc3
Show file tree
Hide file tree
Showing 152 changed files with 154 additions and 153 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ body:
description: Fabric8 Kubernetes Client version (can be found in pom.xml dependency or build.gradle implementation section)
options:
- "SNAPSHOT"
- "6.1.1"
- "6.1.0"
- "6.0.0"
- "5.12.3"
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## CHANGELOG

### 6.2-SNAPSHOT
### 6.1.1 (2022-09-01)

#### Bugs
fix #4373: NO_PROXY should allow URIs with hyphens ("circleci-internal-outer-build-agent")
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ class ExampleTest {
### Kubernetes Compatibility Matrix:
| | K8s 1.24.0 | K8s 1.23.3 | K8s 1.22.1 | K8s 1.21.1 | K8s 1.20.2 | 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 |
|--------------------------|------------|------------|------------|------------|------------|------------|------------|------------|------------|------------|------------|------------|------------|------------|-----------|-----------|-----------|
| kubernetes-client 6.1.0 ||||||||||||||| - | - | - |
| kubernetes-client 6.1.1 ||||||||||||||| - | - | - |
| kubernetes-client 6.0.0 ||||||||||||||| - | - | - |
| kubernetes-client 5.12.3 | |||||||||||||| - | - | - |
| kubernetes-client 5.12.2 | |||||||||||||| - | - | - |
Expand Down Expand Up @@ -494,7 +494,7 @@ class ExampleTest {

| | OCP 4.9.8 | 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 6.1.0 |||||||| - | - |
| openshift-client 6.1.1 |||||||| - | - |
| openshift-client 6.0.0 |||||||| - | - |
| openshift-client 5.12.3 |||||||| - | - |
| openshift-client 5.12.1 |||||||| - | - |
Expand Down
2 changes: 1 addition & 1 deletion crd-generator/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>crd-generator-parent</artifactId>
<groupId>io.fabric8</groupId>
<version>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion crd-generator/apt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>crd-generator-parent</artifactId>
<groupId>io.fabric8</groupId>
<version>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion crd-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client-project</artifactId>
<version>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

<artifactId>crd-generator-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion crd-generator/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>crd-generator-parent</artifactId>
<groupId>io.fabric8</groupId>
<version>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extensions/camel-k/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>camel-k-extension-pom</artifactId>
<version>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

<artifactId>camel-k-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/camel-k/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>camel-k-extension-pom</artifactId>
<version>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>


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

<artifactId>camel-k-model-v1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/camel-k/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>camel-k-extension-pom</artifactId>
<version>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

<artifactId>camel-k-model-v1alpha1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/camel-k/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>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

<artifactId>camel-k-extension-pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/camel-k/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>camel-k-extension-pom</artifactId>
<version>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

<artifactId>camel-k-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/certmanager/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>certmanager-extension-pom</artifactId>
<version>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

<artifactId>certmanager-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/certmanager/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>certmanager-extension-pom</artifactId>
<version>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

<artifactId>certmanager-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/certmanager/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>certmanager-extension-pom</artifactId>
<version>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

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

<artifactId>certmanager-model-v1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/certmanager/model-v1alpha2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>certmanager-extension-pom</artifactId>
<version>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

<artifactId>certmanager-model-v1alpha2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/certmanager/model-v1alpha3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>certmanager-extension-pom</artifactId>
<version>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

<artifactId>certmanager-model-v1alpha3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/certmanager/model-v1beta1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>certmanager-extension-pom</artifactId>
<version>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

<artifactId>certmanager-model-v1beta1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/certmanager/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>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

<artifactId>certmanager-extension-pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/certmanager/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>certmanager-extension-pom</artifactId>
<version>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

<artifactId>certmanager-tests</artifactId>
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>6.2-SNAPSHOT</version>
<version>6.1.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>6.2-SNAPSHOT</version>
<version>6.1.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>6.2-SNAPSHOT</version>
<version>6.1.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>6.2-SNAPSHOT</version>
<version>6.1.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>6.2-SNAPSHOT</version>
<version>6.1.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>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

<artifactId>chaosmesh-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/istio/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>istio-extension-pom</artifactId>
<version>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

<artifactId>istio-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/istio/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>istio-extension-pom</artifactId>
<version>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

<artifactId>istio-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/istio/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>istio-extension-pom</artifactId>
<version>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

<artifactId>istio-server-mock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/istio/model-v1alpha3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>istio-extension-pom</artifactId>
<version>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

<artifactId>istio-model-v1alpha3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/istio/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>istio-extension-pom</artifactId>
<version>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

<artifactId>istio-model-v1beta1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/istio/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>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

<artifactId>istio-extension-pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/istio/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>istio-extension-pom</artifactId>
<version>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

<artifactId>istio-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>6.2-SNAPSHOT</version>
<version>6.1.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>6.2-SNAPSHOT</version>
<version>6.1.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>6.2-SNAPSHOT</version>
<version>6.1.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>6.2-SNAPSHOT</version>
<version>6.1.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>6.2-SNAPSHOT</version>
<version>6.1.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>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

<artifactId>knative-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/open-cluster-management/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>open-cluster-management</artifactId>
<version>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

<artifactId>open-cluster-management-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/open-cluster-management/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>open-cluster-management</artifactId>
<version>6.2-SNAPSHOT</version>
<version>6.1.1</version>
</parent>

<artifactId>openclustermanagement-examples</artifactId>
Expand Down

0 comments on commit d6e6cc3

Please sign in to comment.