Skip to content

Commit

Permalink
chore(ingress): bump kong/kong dependency and release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo committed Dec 6, 2023
1 parent e44817a commit c9dd13b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions charts/ingress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.10.0

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

## 0.9.0

### Improvements
Expand Down
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.9.0
version: 0.10.0
appVersion: "3.4"
dependencies:
- name: kong
version: ">=2.31.0"
version: ">=2.33.0"
repository: https://charts.konghq.com
alias: controller
condition: controller.enabled
- name: kong
version: ">=2.31.0"
version: ">=2.33.0"
repository: https://charts.konghq.com
alias: gateway
condition: gateway.enabled

0 comments on commit c9dd13b

Please sign in to comment.