Skip to content

Commit

Permalink
chore(ingress): bump kong/kong and release v0.14.1 (#1129)
Browse files Browse the repository at this point in the history
Signed-off-by: Jintao Zhang <[email protected]>
  • Loading branch information
tao12345666333 authored Sep 13, 2024
1 parent b24c3c3 commit 32ca0bb
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 27 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.1

### Improvements

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

## 0.14.0

### 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.41.0
version: 2.41.1
- name: kong
repository: https://charts.konghq.com
version: 2.41.0
digest: sha256:dcaf813dfaf866ef39e8178b5c986194ff1cc7e59bb20ff3b2c16cd78e759121
generated: "2024-08-29T19:20:49.618364572+08:00"
version: 2.41.1
digest: sha256:72332990731ecf6443e17a99c2bfa10d4e194db0e59101ad5af49837f60df756
generated: "2024-09-13T04:36:55.443996612+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.14.0
version: 0.14.1
appVersion: "3.6"
dependencies:
- name: kong
version: "=2.41.0"
version: "=2.41.1"
repository: https://charts.konghq.com
alias: controller
condition: controller.enabled
- name: kong
version: "=2.41.0"
version: "=2.41.1"
repository: https://charts.konghq.com
alias: gateway
condition: gateway.enabled
40 changes: 20 additions & 20 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 32ca0bb

Please sign in to comment.