Skip to content

Commit e971ef8

Browse files
authored
Merge pull request #1201 from Kong/ingress-0.17
chore: release ingress 0.17
2 parents a3dbcd3 + 0c04b36 commit e971ef8

File tree

5 files changed

+83
-52
lines changed

5 files changed

+83
-52
lines changed

charts/ingress/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.17.0
4+
5+
### Fixes
6+
7+
- Bumped dependencies on `kong/kong` chart to `==2.46.0`. Review the [kong chart
8+
changelog](https://github.com/Kong/charts/blob/main/charts/kong/CHANGELOG.md#2460)
9+
for details.
10+
311
## 0.16.0
412

513
### Fixes

charts/ingress/Chart.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: kong
33
repository: https://charts.konghq.com
4-
version: 2.45.0
4+
version: 2.46.0
55
- name: kong
66
repository: https://charts.konghq.com
7-
version: 2.45.0
8-
digest: sha256:fa46a9ce4d8c3d5f83aa8e39b5e2edeebce1a5b42aba20c3c88cdf5c9dfeae66
9-
generated: "2024-12-13T19:17:05.515194+01:00"
7+
version: 2.46.0
8+
digest: sha256:d7c7090a4ca302ca0c507ec7d6c20c79b38f7f15c5150a48db8913725d2f2622
9+
generated: "2024-12-19T16:21:50.48581+01:00"

charts/ingress/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ maintainers:
88
name: ingress
99
sources:
1010
- https://github.com/Kong/charts/tree/main/charts/ingress
11-
version: 0.16.0
11+
version: 0.17.0
1212
appVersion: "3.8"
1313
dependencies:
1414
- name: kong
15-
version: "=2.45.0"
15+
version: "=2.46.0"
1616
repository: https://charts.konghq.com
1717
alias: controller
1818
condition: controller.enabled
1919
- name: kong
20-
version: "=2.45.0"
20+
version: "=2.46.0"
2121
repository: https://charts.konghq.com
2222
alias: gateway
2323
condition: gateway.enabled

charts/ingress/ci/__snapshots__/gateway-discovery-values.snap

+46-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)