Skip to content

Commit

Permalink
[RELEASE] Updated project version to v6.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Mar 25, 2024
1 parent 62dde7f commit 81711c1
Show file tree
Hide file tree
Showing 156 changed files with 157 additions and 169 deletions.
12 changes: 1 addition & 11 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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.11.0"
- "6.10.0"
- "6.9.2"
- "6.8.1"
Expand All @@ -60,17 +61,6 @@ body:
- "6.1.1"
- "6.0.0"
- "5.12.4"
- "5.11.2"
- "5.10.2"
- "5.9.0"
- "5.8.1"
- "5.7.4"
- "5.6.0"
- "5.5.0"
- "5.4.2"
- "5.3.2"
- "5.2.1"
- "5.1.2"
- "other (please specify in additional context)"
validations:
required: true
Expand Down
4 changes: 1 addition & 3 deletions CHANGELOG.md
@@ -1,6 +1,6 @@
## CHANGELOG

### 6.11-SNAPSHOT
### 6.11.0 (2024-03-25)

#### Bugs
* Fix #5729: ensure that kind is set for generic resource lists
Expand All @@ -18,8 +18,6 @@
* Fix #5788: (crd-generator) add support for Kubernetes validation rules
* Fix #5735: Replace usages of `UUID.randomUUID()` with UUID created via AtomicLong

#### Dependency Upgrade

#### New Features
* Fix #5636: Add new extension `open-virtual-networking` to manage resources in `k8s.ovn.org/v1` API group.
* Fix #5711: Kube API Test - Kubernetes API Server JUnit Test Support
Expand Down
2 changes: 1 addition & 1 deletion chaos-tests/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client-project</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>chaos-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion crd-generator/api/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>crd-generator-parent</artifactId>
<groupId>io.fabric8</groupId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion crd-generator/apt/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>crd-generator-parent</artifactId>
<groupId>io.fabric8</groupId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion crd-generator/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client-project</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>crd-generator-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion crd-generator/test/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>crd-generator-parent</artifactId>
<groupId>io.fabric8</groupId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extensions/certmanager/client/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>certmanager-extension-pom</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>certmanager-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/certmanager/examples/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>certmanager-extension-pom</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>certmanager-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/certmanager/model-v1/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>certmanager-extension-pom</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>certmanager-model-v1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/certmanager/model-v1alpha2/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>certmanager-extension-pom</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>certmanager-model-v1alpha2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/certmanager/model-v1alpha3/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>certmanager-extension-pom</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>certmanager-model-v1alpha3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/certmanager/model-v1beta1/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>certmanager-extension-pom</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>certmanager-model-v1beta1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/certmanager/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-extensions</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>certmanager-extension-pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/certmanager/tests/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>certmanager-extension-pom</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>certmanager-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/chaosmesh/client/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>chaosmesh</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>chaosmesh-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/chaosmesh/examples/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>chaosmesh</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>chaosmesh-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/chaosmesh/model/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>chaosmesh</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>chaosmesh-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/chaosmesh/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>kubernetes-extensions</artifactId>
<groupId>io.fabric8</groupId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>chaosmesh</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/chaosmesh/tests/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>chaosmesh</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>chaosmesh-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/istio/client/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>istio-extension-pom</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>istio-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/istio/examples/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>istio-extension-pom</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>istio-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/istio/model-v1alpha3/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>istio-extension-pom</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>istio-model-v1alpha3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/istio/model-v1beta1/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>istio-extension-pom</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>istio-model-v1beta1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/istio/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-extensions</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>istio-extension-pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/istio/tests/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>istio-extension-pom</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>istio-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/knative/client/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>knative-extension-pom</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>knative-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/knative/examples/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>knative-extension-pom</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>knative-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/knative/model/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>knative-extension-pom</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>knative-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/knative/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-extensions</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>knative-extension-pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/knative/tests/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>knative-extension-pom</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>knative-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/open-cluster-management/client/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>open-cluster-management</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>open-cluster-management-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/open-cluster-management/examples/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>open-cluster-management</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>openclustermanagement-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/open-cluster-management/model-agent/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>open-cluster-management</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>open-cluster-management-agent-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/open-cluster-management/model-apps/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>open-cluster-management</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>open-cluster-management-apps-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/open-cluster-management/model-cluster/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>open-cluster-management</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>open-cluster-management-cluster-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/open-cluster-management/model-discovery/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>open-cluster-management</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>open-cluster-management-discovery-model</artifactId>
Expand Down
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>open-cluster-management</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>open-cluster-management-observability-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/open-cluster-management/model-operator/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>open-cluster-management</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>open-cluster-management-operator-model</artifactId>
Expand Down
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>open-cluster-management</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>open-cluster-management-placementruleapps-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/open-cluster-management/model-policy/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>open-cluster-management</artifactId>
<version>6.11-SNAPSHOT</version>
<version>6.11.0</version>
</parent>

<artifactId>open-cluster-management-policy-model</artifactId>
Expand Down

0 comments on commit 81711c1

Please sign in to comment.