From 8d05ccb91140f6615bde629bddbf43df24918d97 Mon Sep 17 00:00:00 2001 From: Travis Raines Date: Tue, 26 Nov 2019 13:39:20 -0800 Subject: [PATCH] [stable/kong] update changelog for 0.24.0 (#19010) Retroactively update the changelog to include information on breaking changes to ingress configuration in values.yaml. Signed-off-by: Travis Raines --- stable/kong/Chart.yaml | 2 +- stable/kong/README.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/stable/kong/Chart.yaml b/stable/kong/Chart.yaml index 0aa873c702..16b8dccdc1 100644 --- a/stable/kong/Chart.yaml +++ b/stable/kong/Chart.yaml @@ -12,5 +12,5 @@ maintainers: name: kong sources: - https://github.com/Kong/kong -version: 0.27.0 +version: 0.27.1 appVersion: 1.3 diff --git a/stable/kong/README.md b/stable/kong/README.md index ddf2b9f1e3..cb6aab83d1 100644 --- a/stable/kong/README.md +++ b/stable/kong/README.md @@ -403,6 +403,10 @@ You can can learn about kong ingress custom resource definitions [here](https:// ## Changelog +### 0.27.1 + +#### Documentation updates +- Retroactive changelog update for 0.24 breaking changes. ### 0.27.0 @@ -410,3 +414,15 @@ You can can learn about kong ingress custom resource definitions [here](https:// - DB-less mode is enabled by default. - Kong is installed as an Ingress Controller for the cluster by default. + +### 0.24.0 + +#### Breaking changes + +- The configuration format for ingresses in values.yaml has changed. +Previously, all ingresses accepted an array of hostnames, and would create +ingress rules for each. Ingress configuration for services other than the proxy +now accepts a single hostname, which allows simpler TLS configuration and +automatic population of `admin_api_uri` and similar settings. Configuration for +the proxy ingress is unchanged, but its documentation now accurately reflects +the TLS configuration needed.