Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/kong] Release 15.1.1 #31155

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion bitnami/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Changelog

## 15.1.1 (2024-12-24)

* [bitnami/kong] Release 15.1.1 ([#31155](https://github.com/bitnami/charts/pull/31155))

## 15.1.0 (2024-12-10)

* [bitnami/kong] Detect non-standard images ([#30898](https://github.com/bitnami/charts/pull/30898))
* [bitnami/*] Add Bitnami Premium to NOTES.txt (#30854) ([3dfc003](https://github.com/bitnami/charts/commit/3dfc00376df6631f0ce54b8d440d477f6caa6186)), closes [#30854](https://github.com/bitnami/charts/issues/30854)
* [bitnami/*] docs: :memo: Add "Backup & Restore" section (#30711) ([35ab536](https://github.com/bitnami/charts/commit/35ab5363741e7548f4076f04da6e62d10153c60c)), closes [#30711](https://github.com/bitnami/charts/issues/30711)
* [bitnami/*] docs: :memo: Add "Prometheus metrics" (batch 3) (#30666) ([82fc7e2](https://github.com/bitnami/charts/commit/82fc7e2fc12e2648ed22069942203c02bf5d4cc6)), closes [#30666](https://github.com/bitnami/charts/issues/30666)
* [bitnami/kong] Detect non-standard images (#30898) ([f51cea0](https://github.com/bitnami/charts/commit/f51cea0833ace64f69a2c73167f3d3d7fabfc312)), closes [#30898](https://github.com/bitnami/charts/issues/30898)

## 15.0.0 (2024-11-22)

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.2.5
version: 16.3.4
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.28.0
- name: cassandra
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.0.5
digest: sha256:bc189fbe098a441a2ac6982c65362bddacfceda1e0a6a11951ac3c7d22dd2e15
generated: "2024-12-10T17:08:31.598394+01:00"
version: 12.1.0
digest: sha256:39438d29376e59ba539c5c43707a1645bfd71e5b3d5ec8f54640557c76cc06f7
generated: "2024-12-24T11:21:05.674471834Z"
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.1-debian-12-r3
image: docker.io/bitnami/kong:3.9.0-debian-12-r4
- name: kong-ingress-controller
image: docker.io/bitnami/kong-ingress-controller:3.3.1-debian-12-r7
image: docker.io/bitnami/kong-ingress-controller:3.4.0-debian-12-r0
apiVersion: v2
appVersion: 3.8.1
appVersion: 3.9.0
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand Down Expand Up @@ -43,4 +43,4 @@ maintainers:
name: kong
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/kong
version: 15.1.0
version: 15.1.1
Loading
Loading