Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
# Changelog

## Unreleased
* Added serviceMonitor.trustCRDsExist for render based deployments
* Add `migrations.ttlSecondsAfterFinished` option to chart
[#1174](https://github.com/Kong/charts/pull/1174)

## 2.43.0

### Changes

* Explicitly cert-manager group on Certificate. [#1128](https://github.com/Kong/charts/pull/1128)
* Add missing load balancer service values. [#1116](https://github.com/Kong/charts/pull/1116)
* Enables KIC metrics to be scraped by adding in a service to correctly work with the defined ServiceMonitor. [#1134](https://github.com/Kong/charts/pull/1134)
* Added `serviceMonitor.trustCRDsExist` for render based deployments
[#1077](https://github.com/Kong/charts/pull/1077)
* Add `migrations.ttlSecondsAfterFinished` option to chart
[#1174](https://github.com/Kong/charts/pull/1174)
* Explicitly cert-manager group on Certificate.
[#1128](https://github.com/Kong/charts/pull/1128)
* Add missing load balancer service values.
[#1116](https://github.com/Kong/charts/pull/1116)
* Enables KIC metrics to be scraped by adding in a service to correctly work with the defined ServiceMonitor.
[#1134](https://github.com/Kong/charts/pull/1134)

## 2.42.0

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.42.0
version: 2.43.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.

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