Skip to content

Commit

Permalink
fix(kong): add missing RBAC policy rules for ConfigMaps and BackendTL…
Browse files Browse the repository at this point in the history
…SPolicy (#1191)
  • Loading branch information
pmalek authored Dec 12, 2024
1 parent d09b06e commit 94c153c
Show file tree
Hide file tree
Showing 28 changed files with 1,421 additions and 313 deletions.
7 changes: 7 additions & 0 deletions charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.44.1

### Fixes

* Added missing RBAC policy rules for `BackendTLSPolicy` and `ConfigMap`s
[#1191](https://github.com/Kong/charts/pull/1191)

## 2.44.0

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion charts/kong/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maintainers:
name: kong
sources:
- https://github.com/Kong/charts/tree/main/charts/kong
version: 2.44.0
version: 2.44.1
appVersion: "3.7"
dependencies:
- name: postgresql
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions charts/kong/ci/__snapshots__/admission-webhook-configuration.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions charts/kong/ci/__snapshots__/custom-entities-rbac-3.2-values.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 94c153c

Please sign in to comment.