Skip to content

Commit

Permalink
fix(kong): handle admin openid-connect correctly for Kong < 3.6.0 (#1101
Browse files Browse the repository at this point in the history
)
  • Loading branch information
czeslavo committed Aug 9, 2024
1 parent 97bd85f commit e8334f8
Show file tree
Hide file tree
Showing 25 changed files with 724 additions and 263 deletions.
9 changes: 7 additions & 2 deletions charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Changelog

## Unreleased
## 2.40.0

* Add `deployment.revisionHistoryLimit` to set how many old `ReplicaSet`s you want to retain.

### Changes

* Added support for ServiceMonitor relabelings allowing labels manipulation before scraping.
[#1095](https://github.com/Kong/charts/pull/1095)

### Fixed
* Populate `KONG_ADMIN_GUI_SESSION_CONF` even if `enterprise.rbac.admin_gui_auth` is set to `openid-connect`
for Kong versions < 3.6.0.
[#1101](https://github.com/Kong/charts/pull/1101)

### Breaking changes

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.39.3
version: 2.40.0
appVersion: "3.6"
dependencies:
- name: postgresql
Expand Down

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

28 changes: 14 additions & 14 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.

28 changes: 14 additions & 14 deletions charts/kong/ci/__snapshots__/custom-labels-values.snap

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

Loading

0 comments on commit e8334f8

Please sign in to comment.