Skip to content

Commit

Permalink
Merge pull request #1201 from Kong/ingress-0.17
Browse files Browse the repository at this point in the history
chore: release ingress 0.17
  • Loading branch information
mlavacca authored Dec 19, 2024
2 parents a3dbcd3 + 0c04b36 commit e971ef8
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 52 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.17.0

### Fixes

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

## 0.16.0

### Fixes
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.45.0
version: 2.46.0
- name: kong
repository: https://charts.konghq.com
version: 2.45.0
digest: sha256:fa46a9ce4d8c3d5f83aa8e39b5e2edeebce1a5b42aba20c3c88cdf5c9dfeae66
generated: "2024-12-13T19:17:05.515194+01:00"
version: 2.46.0
digest: sha256:d7c7090a4ca302ca0c507ec7d6c20c79b38f7f15c5150a48db8913725d2f2622
generated: "2024-12-19T16:21:50.48581+01: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.16.0
version: 0.17.0
appVersion: "3.8"
dependencies:
- name: kong
version: "=2.45.0"
version: "=2.46.0"
repository: https://charts.konghq.com
alias: controller
condition: controller.enabled
- name: kong
version: "=2.45.0"
version: "=2.46.0"
repository: https://charts.konghq.com
alias: gateway
condition: gateway.enabled
69 changes: 46 additions & 23 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.

Loading

0 comments on commit e971ef8

Please sign in to comment.