Skip to content

Commit

Permalink
fix(ingress): bump kong/kong dependencies to fix incubator API group (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo authored Dec 8, 2023
1 parent f4246a8 commit f648738
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 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.10.1

### Fixed

- Bumped dependencies on `kong/kong` chart to `>=2.33.1`. This fixes an API group
name of `KongServiceFacade` in the controller RBAC rules after a rename.
[#969](https://github.com/Kong/charts/pull/969)

## 0.10.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.33.0
version: 2.33.1
- name: kong
repository: https://charts.konghq.com
version: 2.33.0
digest: sha256:b43f09a826e481bc227e39cc5a3f0da56f26e1444371d8bb96d94082ee35e2c2
generated: "2023-12-06T14:55:20.682668+01:00"
version: 2.33.1
digest: sha256:6160eb2f7d11ae111187e0c8ad261eda5583ded7447ce641604dba9949fe8f2b
generated: "2023-12-08T09:44:54.868948+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.10.0
version: 0.10.1
appVersion: "3.4"
dependencies:
- name: kong
version: ">=2.33.0"
version: ">=2.33.1"
repository: https://charts.konghq.com
alias: controller
condition: controller.enabled
- name: kong
version: ">=2.33.0"
version: ">=2.33.1"
repository: https://charts.konghq.com
alias: gateway
condition: gateway.enabled

0 comments on commit f648738

Please sign in to comment.