Skip to content

Commit

Permalink
[bitnami/kong] Release 14.0.1 (bitnami#29922)
Browse files Browse the repository at this point in the history
* [bitnami/kong] Release 14.0.1 updating components versions

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

* Update CHANGELOG.md

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

---------

Signed-off-by: Bitnami Containers <[email protected]>
Signed-off-by: Michele Righi <[email protected]>
  • Loading branch information
bitnami-bot authored and mikyll committed Oct 17, 2024
1 parent 17e7025 commit 13dbd2a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 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

## 14.0.0 (2024-10-02)
## 14.0.1 (2024-10-16)

* [bitnami/kong] feat!: :arrow_up: :boom: Bump PostgreSQL to 17.x ([#29736](https://github.com/bitnami/charts/pull/29736))
* [bitnami/kong] Release 14.0.1 ([#29922](https://github.com/bitnami/charts/pull/29922))

## 14.0.0 (2024-10-03)

* [bitnami/kong] feat!: :arrow_up: :boom: Bump PostgreSQL to 17.x (#29736) ([2f9809b](https://github.com/bitnami/charts/commit/2f9809b8abe8a576cdb4f14be16749a4d1a9792a)), closes [#29736](https://github.com/bitnami/charts/issues/29736)

## <small>13.0.3 (2024-09-19)</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: 16.0.0
version: 16.0.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
version: 2.24.0
- name: cassandra
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.0.3
digest: sha256:065b26af50f71ebdcee9c4b4c1db21cbf93bf6b6c86610e05f66a39f0ef0527b
generated: "2024-10-02T16:31:35.778787076+02:00"
digest: sha256:d07292c0c26a727fbec8ba88fa8a2bbb7eaceb31d4e188fd2cb941f584826555
generated: "2024-10-16T08:17:24.824022971Z"
8 changes: 4 additions & 4 deletions bitnami/kong/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: kong
image: docker.io/bitnami/kong:3.8.0-debian-12-r2
image: docker.io/bitnami/kong:3.8.0-debian-12-r3
- name: kong-ingress-controller
image: docker.io/bitnami/kong-ingress-controller:3.3.1-debian-12-r3
image: docker.io/bitnami/kong-ingress-controller:3.3.1-debian-12-r4
- name: postgresql
image: docker.io/bitnami/postgresql:14.13.0-debian-12-r10
image: docker.io/bitnami/postgresql:14.13.0-debian-12-r13
apiVersion: v2
appVersion: 3.8.0
dependencies:
Expand Down Expand Up @@ -45,4 +45,4 @@ maintainers:
name: kong
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/kong
version: 14.0.0
version: 14.0.1
6 changes: 3 additions & 3 deletions bitnami/kong/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/kong
tag: 3.8.0-debian-12-r2
tag: 3.8.0-debian-12-r3
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -663,7 +663,7 @@ ingressController:
image:
registry: docker.io
repository: bitnami/kong-ingress-controller
tag: 3.3.1-debian-12-r3
tag: 3.3.1-debian-12-r4
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -905,7 +905,7 @@ postgresql:
image:
registry: docker.io
repository: bitnami/postgresql
tag: 14.13.0-debian-12-r10
tag: 14.13.0-debian-12-r13
digest: ""
auth:
username: kong
Expand Down

0 comments on commit 13dbd2a

Please sign in to comment.