[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 <traines@konghq.com>
This commit is contained in:
Travis Raines
2019-11-26 13:39:20 -08:00
committed by Kubernetes Prow Robot
parent 3fddb0cf9c
commit 8d05ccb911
2 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -12,5 +12,5 @@ maintainers:
name: kong
sources:
- https://github.com/Kong/kong
version: 0.27.0
version: 0.27.1
appVersion: 1.3
+16
View File
@@ -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.