Skip to content

Commit

Permalink
chore: prepare ingress 0.15.1 (#1187)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Dec 3, 2024
1 parent 73ed470 commit d09b06e
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 30 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.1

### Improvements

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

## 0.15.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.43.0
version: 2.44.0
- name: kong
repository: https://charts.konghq.com
version: 2.43.0
digest: sha256:f9bc19c1d20e57fdfeba5283d5e20602d61b704022c04e443a66070143350fa0
generated: "2024-12-02T15:45:02.724949+01:00"
version: 2.44.0
digest: sha256:58a4e8a71ce164f70ccf271bafa1c755c50d268d4b23ae349d6ec05bc7347001
generated: "2024-12-03T15:12:43.905029+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.15.0
version: 0.15.1
appVersion: "3.7"
dependencies:
- name: kong
version: "=2.43.0"
version: "=2.44.0"
repository: https://charts.konghq.com
alias: controller
condition: controller.enabled
- name: kong
version: "=2.43.0"
version: "=2.44.0"
repository: https://charts.konghq.com
alias: gateway
condition: gateway.enabled
52 changes: 30 additions & 22 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.

2 changes: 1 addition & 1 deletion charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* `secrets.credentials.validation.ingress-controller.konghq.com`
* and `secrets.plugins.validation.ingress-controller.konghq.com`
to not validate Konnect (`konnect`) credentials in `Secret`s which are reconciled by KGO.
[#1078](https://github.com/Kong/charts/pull/1078)
[#1186](https://github.com/Kong/charts/pull/1186)

## 2.43.0

Expand Down

0 comments on commit d09b06e

Please sign in to comment.