Skip to content

Commit

Permalink
chore(ingress) release 0.12.0 (#1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest authored Feb 29, 2024
1 parent 91c66a5 commit db470df
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 27 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.12.0

### Improvements

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

## 0.11.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.37.1
version: 2.38.0
- name: kong
repository: https://charts.konghq.com
version: 2.37.1
digest: sha256:c5db342a0485e0775d4971d7f72496dffba7c37d95d18024022267df1af659ee
generated: "2024-02-21T10:38:16.722926+01:00"
version: 2.38.0
digest: sha256:64a48e09ab03fceefc9316cfdf1bd20799fd9d065826b28dfb5f2e27ca906b2f
generated: "2024-02-27T10:41:51.57116834-08: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.11.1
version: 0.12.0
appVersion: "3.6"
dependencies:
- name: kong
version: ">=2.37.1"
version: ">=2.38.0"
repository: https://charts.konghq.com
alias: controller
condition: controller.enabled
- name: kong
version: ">=2.37.1"
version: ">=2.38.0"
repository: https://charts.konghq.com
alias: gateway
condition: gateway.enabled
40 changes: 20 additions & 20 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 db470df

Please sign in to comment.