From 498f7eaeb6bb604778d5d3ea23030484e2ed3a2a Mon Sep 17 00:00:00 2001 From: Travis Raines Date: Tue, 19 Oct 2021 09:34:59 -0700 Subject: [PATCH] [kong] release 2.5 --- charts/kong/CHANGELOG.md | 15 +++++++++++++-- charts/kong/Chart.yaml | 4 ++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/charts/kong/CHANGELOG.md b/charts/kong/CHANGELOG.md index e8156ccbf..2e8023a65 100644 --- a/charts/kong/CHANGELOG.md +++ b/charts/kong/CHANGELOG.md @@ -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) @@ -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. diff --git a/charts/kong/Chart.yaml b/charts/kong/Chart.yaml index a76d5ec59..af53df758 100644 --- a/charts/kong/Chart.yaml +++ b/charts/kong/Chart.yaml @@ -10,5 +10,5 @@ maintainers: email: traines@konghq.com name: kong sources: -version: 2.4.0 -appVersion: "2.5" +version: 2.5.0 +appVersion: "2.6"