Skip to content

Commit

Permalink
chore: prepare ingress 0.15.0 (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Dec 2, 2024
1 parent 5479b1f commit e9be00f
Show file tree
Hide file tree
Showing 4 changed files with 90 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.15.0

### Improvements

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

## 0.14.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.41.1
version: 2.43.0
- name: kong
repository: https://charts.konghq.com
version: 2.41.1
digest: sha256:72332990731ecf6443e17a99c2bfa10d4e194db0e59101ad5af49837f60df756
generated: "2024-09-13T04:36:55.443996612+08:00"
version: 2.43.0
digest: sha256:f9bc19c1d20e57fdfeba5283d5e20602d61b704022c04e443a66070143350fa0
generated: "2024-12-02T15:45:02.724949+01:00"
8 changes: 4 additions & 4 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.1
appVersion: "3.6"
version: 0.15.0
appVersion: "3.7"
dependencies:
- name: kong
version: "=2.41.1"
version: "=2.43.0"
repository: https://charts.konghq.com
alias: controller
condition: controller.enabled
- name: kong
version: "=2.41.1"
version: "=2.43.0"
repository: https://charts.konghq.com
alias: gateway
condition: gateway.enabled
118 changes: 74 additions & 44 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 e9be00f

Please sign in to comment.