Skip to content

Commit

Permalink
[RELEASE] Updated project version to v6.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Jan 10, 2024
1 parent 3ee592d commit 9101a2f
Show file tree
Hide file tree
Showing 146 changed files with 154 additions and 153 deletions.
1 change: 1 addition & 0 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.10.0"
- "6.9.2"
- "6.8.1"
- "6.7.2"
Expand Down
16 changes: 8 additions & 8 deletions CHANGELOG.md
@@ -1,25 +1,25 @@
## CHANGELOG

### 6.10-SNAPSHOT
### 6.10.0 (2024-01-10)

#### Bugs
* Fix #5580: [java-generator] Correctly handle defaults for IntOrString types
* Fix #5527: Unable to transfer file to pod if `/tmp` is read-only
* Fix #5580: (java-generator) Correctly handle defaults for IntOrString types
* Fix #5584: Fix CRD generation when EnumMap is used
* Fix #5626: Prevent memory accumulation from informer usage
* Fix #5527: Unable to transfer file to pod if `/tmp` is read-only
* Fix #5656: Enable EC private key usage for mTLS auth
* Fix #5694: ExecCredential doesn't fail with unsupported command output

#### Improvements
* Fix #5429: moved crd generator annotations to generator-annotations instead of crd-generator-api. Using generator-annotations introduces no transitive dependencies.
* Fix #5535: Add lombok and sundrio dependencies to the generated bom
* Fix #5496: Added PodResource.patchReadinessGateStatus and a general subresource method to use any of the patch/edit/update methods with any subresource
* Fix #5535: Add lombok and sundrio dependencies to the generated bom

#### Dependency Upgrade
* Updated Kubernetes Model to Kubernetes `v1.29.0`
* Updated okio to version 1.17.6 to avoid CVE-2023-3635
* Updated `sigs.k8s.io/gateway-api` go dependency to v1.0.0
* Updated `github.com/cert-manager/cert-manager` to latest available version (`v1.14.0-alpha.0.0.20240105200543-3234974a3865`)
* Fix #5485: Updated okio to version 1.17.6 to avoid CVE-2023-3635
* Fix #5643: Updated Kubernetes Model to Kubernetes `v1.29.0`
* Fix #5673: Updated `sigs.k8s.io/gateway-api` go dependency to v1.0.0
* Fix #5691: Updated `github.com/cert-manager/cert-manager` to latest available version (`v1.14.0-alpha.0.0.20240105200543-3234974a3865`)

#### New Features
* Fix #5608 Support authentication with certificate in exec-credentials
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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.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.10-SNAPSHOT</version>
<version>6.10.0</version>
</parent>

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

0 comments on commit 9101a2f

Please sign in to comment.