Skip to content

Commit

Permalink
chore(ingress): bump chart deps and release 0.5.0 (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo authored Aug 14, 2023
1 parent 3ed9868 commit f6fba68
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 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.5.0

### Improvements

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

## 0.4.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.25.0
version: 2.26.0
- name: kong
repository: https://charts.konghq.com
version: 2.25.0
digest: sha256:a07ca2054a8ecc4d7a25d607ea214edd0ea4a4c2b6b1a664234a8b13d10b90fb
generated: "2023-07-17T09:40:57.200737+01:00"
version: 2.26.0
digest: sha256:ee22dc7b138656d6ca72e578774013251634a29e5d2f448b13d5696f4885adaf
generated: "2023-08-10T10:20:48.499357+02:00"
6 changes: 3 additions & 3 deletions charts/ingress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ maintainers:
name: ingress
sources:
- https://github.com/Kong/charts/tree/main/charts/kong
version: 0.4.0
version: 0.5.0
appVersion: "3.3"
dependencies:
- name: kong
version: ">=2.25.0"
version: ">=2.26.0"
repository: https://charts.konghq.com
alias: controller
condition: controller.enabled
- name: kong
version: ">=2.25.0"
version: ">=2.26.0"
repository: https://charts.konghq.com
alias: gateway
condition: gateway.enabled

0 comments on commit f6fba68

Please sign in to comment.