Skip to content

Commit

Permalink
[bitnami/kong] Upgrade Cassandra to 12.x.x (appVersion 5.0.0) (#29329)
Browse files Browse the repository at this point in the history
* [bitnami/kong] Upgrade Cassandra to 12.x.x (appVersion 5.0.0)

Signed-off-by: David Gomez <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: David Gomez <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Co-authored-by: Bitnami Containers <[email protected]>
  • Loading branch information
dgomezleon and bitnami-bot authored Sep 10, 2024
1 parent 0349ba2 commit eb13e52
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 12 deletions.
8 changes: 6 additions & 2 deletions bitnami/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

## <small>12.2.11 (2024-08-22)</small>

* [bitnami/kong] Release 12.2.11 (#28964) ([e5c037e](https://github.com/bitnami/charts/commit/e5c037ef631f585d74a6eb99c13aacff10fe07b6)), closes [#28964](https://github.com/bitnami/charts/issues/28964)

## <small>12.2.10 (2024-07-25)</small>

Expand Down
8 changes: 4 additions & 4 deletions bitnami/kong/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions bitnami/kong/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
5 changes: 4 additions & 1 deletion bitnami/kong/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 1 addition & 3 deletions bitnami/kong/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand All @@ -20,7 +19,6 @@ global:
##
imagePullSecrets: []
defaultStorageClass: ""
storageClass: ""
## Compatibility adaptations for Kubernetes platforms
##
compatibility:
Expand Down

0 comments on commit eb13e52

Please sign in to comment.