Skip to content

Commit

Permalink
[kong] release 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Raines authored and rainest committed Oct 19, 2021
1 parent bf4fa1b commit 498f7ea
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# Changelog

## 2.5.0

### Improvements

* Default Kong proxy version updated to 2.6.

### Fixed

* Properly disable KongClusterPlugin when watchNamespaces is set.
([#475](https://github.com/Kong/charts/pull/475))

## 2.4.0

### Breaking Changes

* KIC now defaults to version 2.0. If you use a database, you must first
perform a temporary intermediate upgrade to disable KIC before upgrading it
to 2.0 and re-enabling it. See the [upgrade guide](https://github.com/Kong/charts/blob/main/charts/kong/UPGRADE.md#disable-ingress-controller-prior-to-2x-upgrade-when-using-postgresql)
Expand All @@ -13,8 +26,6 @@
but that do not use the ingress controller.
([#455](https://github.com/Kong/charts/pull/455))

### Breaking Changes

### Improvements

* Migration jobs support a configurable backoffLimit.
Expand Down
4 changes: 2 additions & 2 deletions charts/kong/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ maintainers:
email: [email protected]
name: kong
sources:
version: 2.4.0
appVersion: "2.5"
version: 2.5.0
appVersion: "2.6"

0 comments on commit 498f7ea

Please sign in to comment.