Skip to content

Commit

Permalink
chore(ingress): bump kong/kong to 2.41.0 and release ingress 0.14.0 (#…
Browse files Browse the repository at this point in the history
…1123)

* chore(ingress): bump kong/kong to 2.41.0

Signed-off-by: Jintao Zhang <[email protected]>

* update golden test

Signed-off-by: Jintao Zhang <[email protected]>

---------

Signed-off-by: Jintao Zhang <[email protected]>
  • Loading branch information
tao12345666333 authored Sep 2, 2024
1 parent 4d44227 commit 15a302b
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 28 deletions.
8 changes: 8 additions & 0 deletions charts/ingress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.14.0

### Improvements

- Bumped dependencies on `kong/kong` chart to `==2.41.0`. Review the [kong chart
changelog](https://github.com/Kong/charts/blob/main/charts/kong/CHANGELOG.md#2410)
for details.

## 0.13.1

### Improvements
Expand Down
8 changes: 4 additions & 4 deletions charts/ingress/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: kong
repository: https://charts.konghq.com
version: 2.39.3
version: 2.41.0
- name: kong
repository: https://charts.konghq.com
version: 2.39.3
digest: sha256:9f55546e35cab8354eb68a9ce770f649fe5adfdc64e51b529348a66728095c67
generated: "2024-06-19T17:33:30.938841+02:00"
version: 2.41.0
digest: sha256:dcaf813dfaf866ef39e8178b5c986194ff1cc7e59bb20ff3b2c16cd78e759121
generated: "2024-08-29T19:20:49.618364572+08:00"
6 changes: 3 additions & 3 deletions charts/ingress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ maintainers:
name: ingress
sources:
- https://github.com/Kong/charts/tree/main/charts/ingress
version: 0.13.1
version: 0.14.0
appVersion: "3.6"
dependencies:
- name: kong
version: "=2.39.3"
version: "=2.41.0"
repository: https://charts.konghq.com
alias: controller
condition: controller.enabled
- name: kong
version: "=2.39.3"
version: "=2.41.0"
repository: https://charts.konghq.com
alias: gateway
condition: gateway.enabled
44 changes: 23 additions & 21 deletions charts/ingress/ci/__snapshots__/gateway-discovery-values.snap

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

0 comments on commit 15a302b

Please sign in to comment.