Skip to content

Commit

Permalink
feat(kong): bump Kong to 3.7 (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Sep 23, 2024
1 parent 84453ef commit 563e19a
Show file tree
Hide file tree
Showing 20 changed files with 312 additions and 307 deletions.
7 changes: 6 additions & 1 deletion charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Changelog

## Unreleased
## 2.42.0

### Fixes

* Fixed handling version labels `app.kubernetes.io/version` and `version` so that
they are not based on `Chart.yaml`'s version but on the version set in `values.yaml`.
[#1132](https://github.com/Kong/charts/pull/1132)

### Changes

* Bumped default `kong` image tag to 3.7.
[#1131](https://github.com/Kong/charts/pull/1131)

## 2.41.1

### Changes
Expand Down
2 changes: 1 addition & 1 deletion charts/kong/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: kong
sources:
- https://github.com/Kong/charts/tree/main/charts/kong
version: 2.41.1
appVersion: "3.6"
appVersion: "3.7"
dependencies:
- name: postgresql
version: 11.9.13
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 17 additions & 17 deletions charts/kong/ci/__snapshots__/custom-entities-rbac-3.2-values.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 563e19a

Please sign in to comment.