Skip to content

Commit

Permalink
feat(kong): add new admission webhook configuration fields: matchPoli…
Browse files Browse the repository at this point in the history
…cy, matchConditions and objectSelector (#1133)

* feat(kong): add new admission webhook configuration fields: matchPolicy, matchConditions and objectSelector

* regenerate goldens

* chore: fix golden tests

---------

Co-authored-by: Grzegorz Burzyński <[email protected]>
  • Loading branch information
pmalek and czeslavo authored Sep 26, 2024
1 parent 563e19a commit 9d12430
Show file tree
Hide file tree
Showing 27 changed files with 1,312 additions and 275 deletions.
5 changes: 5 additions & 0 deletions charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@

* Bumped default `kong` image tag to 3.7.
[#1131](https://github.com/Kong/charts/pull/1131)
* Add new admission webhook configuration fields:
* `matchPolicy`
* `matchConditions` and
* `objectSelector`
[#1133](https://github.com/Kong/charts/pull/1133)

## 2.41.1

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.41.1
version: 2.42.0
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.

Loading

0 comments on commit 9d12430

Please sign in to comment.