Skip to content

Commit

Permalink
ingress: prepare 0.11.0 (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Feb 19, 2024
1 parent 6c1421b commit 06a2ede
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions charts/ingress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.11.0

### Improvements

- Bumped dependencies on `kong/kong` chart to `>=2.37.0`.
[#1012](https://github.com/Kong/charts/pull/1012)

## 0.10.2

### Fixed
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.33.3
version: 2.37.0
- name: kong
repository: https://charts.konghq.com
version: 2.33.3
digest: sha256:c22f27b3396a171ce3ae172a2de38386ce610c9fc18d085cab89d915583fb431
generated: "2024-01-16T16:49:23.372848+01:00"
version: 2.37.0
digest: sha256:a5f3ec207495551c68808b3449a6c911db4dcbdca8d0c4810fecf36b429346f4
generated: "2024-02-19T14:20:29.764917+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.10.2
appVersion: "3.4"
version: 0.11.0
appVersion: "3.6"
dependencies:
- name: kong
version: ">=2.33.3"
version: ">=2.37.0"
repository: https://charts.konghq.com
alias: controller
condition: controller.enabled
- name: kong
version: ">=2.33.3"
version: ">=2.37.0"
repository: https://charts.konghq.com
alias: gateway
condition: gateway.enabled

0 comments on commit 06a2ede

Please sign in to comment.