From eb13e5212410771560fd9e064f6ce0fb057e67c5 Mon Sep 17 00:00:00 2001 From: David Gomez Date: Tue, 10 Sep 2024 17:35:33 +0200 Subject: [PATCH] [bitnami/kong] Upgrade Cassandra to 12.x.x (appVersion 5.0.0) (#29329) * [bitnami/kong] Upgrade Cassandra to 12.x.x (appVersion 5.0.0) Signed-off-by: David Gomez * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: David Gomez Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/kong/CHANGELOG.md | 8 ++++++-- bitnami/kong/Chart.lock | 8 ++++---- bitnami/kong/Chart.yaml | 4 ++-- bitnami/kong/README.md | 5 ++++- bitnami/kong/values.yaml | 4 +--- 5 files changed, 17 insertions(+), 12 deletions(-) diff --git a/bitnami/kong/CHANGELOG.md b/bitnami/kong/CHANGELOG.md index fbbd73367a0bd4..39d73a3329ec87 100644 --- a/bitnami/kong/CHANGELOG.md +++ b/bitnami/kong/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 12.2.11 (2024-08-22) +## 13.0.0 (2024-09-10) -* [bitnami/kong] Release 12.2.11 ([#28964](https://github.com/bitnami/charts/pull/28964)) +* [bitnami/kong] Upgrade Cassandra to 12.x.x (appVersion 5.0.0) ([#29329](https://github.com/bitnami/charts/pull/29329)) + +## 12.2.11 (2024-08-22) + +* [bitnami/kong] Release 12.2.11 (#28964) ([e5c037e](https://github.com/bitnami/charts/commit/e5c037ef631f585d74a6eb99c13aacff10fe07b6)), closes [#28964](https://github.com/bitnami/charts/issues/28964) ## 12.2.10 (2024-07-25) diff --git a/bitnami/kong/Chart.lock b/bitnami/kong/Chart.lock index 88ef4fca2dca1c..fde67819efe8fb 100644 --- a/bitnami/kong/Chart.lock +++ b/bitnami/kong/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 15.5.23 + version: 15.5.28 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.22.0 - name: cassandra repository: oci://registry-1.docker.io/bitnamicharts - version: 11.3.13 -digest: sha256:66db3d1dde954b318ff70b316902eb18475ff2873e9ca0dac3c7b581cb4a8eb3 -generated: "2024-08-22T01:33:19.127686894Z" + version: 12.0.0 +digest: sha256:c56e6f2862d77530b9ca51fdd880cb33a37924f23e84a67dba2187ab3b42ffeb +generated: "2024-09-10T16:57:31.670554+02:00" diff --git a/bitnami/kong/Chart.yaml b/bitnami/kong/Chart.yaml index 7e8debf20b738a..04546c5b661101 100644 --- a/bitnami/kong/Chart.yaml +++ b/bitnami/kong/Chart.yaml @@ -26,7 +26,7 @@ dependencies: - condition: cassandra.enabled name: cassandra repository: oci://registry-1.docker.io/bitnamicharts - version: 11.x.x + version: 12.x.x description: Kong is an open source Microservice API gateway and platform designed for managing microservices requests of high-availability, fault-tolerance, and distributed systems. home: https://bitnami.com icon: https://bitnami.com/assets/stacks/kong/img/kong-stack-220x234.png @@ -45,4 +45,4 @@ maintainers: name: kong sources: - https://github.com/bitnami/charts/tree/main/bitnami/kong -version: 12.2.11 +version: 13.0.0 diff --git a/bitnami/kong/README.md b/bitnami/kong/README.md index 86ca99fb620441..2b539ad9d08983 100644 --- a/bitnami/kong/README.md +++ b/bitnami/kong/README.md @@ -212,7 +212,6 @@ As an alternative, you can use of the preset configurations for pod affinity, po | `global.imageRegistry` | Global Docker image registry | `""` | | `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` | | `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` | -| `global.storageClass` | DEPRECATED: use global.defaultStorageClass instead | `""` | | `global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation) | `auto` | ### Common parameters @@ -555,6 +554,10 @@ helm upgrade my-release oci://REGISTRY_NAME/REPOSITORY_NAME/kong \ > Note: You need to substitute the placeholders `REGISTRY_NAME` and `REPOSITORY_NAME` with a reference to your Helm chart registry and repository. For example, in the case of Bitnami, you need to use `REGISTRY_NAME=registry-1.docker.io` and `REPOSITORY_NAME=bitnamicharts`. > Note: you need to substitute the placeholders _[POSTGRESQL_PASSWORD]_ with the values obtained from instructions in the installation notes. +### To 13.0.0 + +This major updates the Cassandra subchart to its newest major, 12.0.0. [Here](https://github.com/bitnami/charts/pull/29305) you can find more information about the changes introduced in that version. + ### To 12.0.0 This major bump changes the following security defaults: diff --git a/bitnami/kong/values.yaml b/bitnami/kong/values.yaml index bc0f107447ec90..51a9ae11e2a0ed 100644 --- a/bitnami/kong/values.yaml +++ b/bitnami/kong/values.yaml @@ -4,13 +4,12 @@ ## @section Global parameters ## Global Docker image parameters ## Please, note that this will override the image parameters, including dependencies, configured to use the global value -## Current available global Docker image parameters: imageRegistry, imagePullSecrets and storageClass +## Current available global Docker image parameters: imageRegistry, imagePullSecrets, defaultStorageClass and compatibility ## ## @param global.imageRegistry Global Docker image registry ## @param global.imagePullSecrets Global Docker registry secret names as an array ## @param global.defaultStorageClass Global default StorageClass for Persistent Volume(s) -## @param global.storageClass DEPRECATED: use global.defaultStorageClass instead ## global: imageRegistry: "" @@ -20,7 +19,6 @@ global: ## imagePullSecrets: [] defaultStorageClass: "" - storageClass: "" ## Compatibility adaptations for Kubernetes platforms ## compatibility: