Skip to content

Commit

Permalink
ingress: release 0.10.2 (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Jan 16, 2024
1 parent d5e1c3c commit 61c07d7
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.2

### Fixed

- Bumped dependencies on `kong/kong` chart to `>=2.33.3`. Includes fixes for RBAC
rules for namespaces and `affinity` field template for migration Pods.
[#984](https://github.com/Kong/charts/pull/984)

## 0.10.1

### 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.1
version: 2.33.3
- name: kong
repository: https://charts.konghq.com
version: 2.33.1
digest: sha256:6160eb2f7d11ae111187e0c8ad261eda5583ded7447ce641604dba9949fe8f2b
generated: "2023-12-08T09:44:54.868948+01:00"
version: 2.33.3
digest: sha256:c22f27b3396a171ce3ae172a2de38386ce610c9fc18d085cab89d915583fb431
generated: "2024-01-16T16:49:23.372848+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.1
version: 0.10.2
appVersion: "3.4"
dependencies:
- name: kong
version: ">=2.33.1"
version: ">=2.33.3"
repository: https://charts.konghq.com
alias: controller
condition: controller.enabled
- name: kong
version: ">=2.33.1"
version: ">=2.33.3"
repository: https://charts.konghq.com
alias: gateway
condition: gateway.enabled

0 comments on commit 61c07d7

Please sign in to comment.