kong-app release v3.0.0
This release upgrades kong to release 3.1.1 which contains breaking changes. Please consider reading the upstream Breaking changes documentation before upgrading. Users of the kong enterprise should read the Kong Gateway changelogs of releases 3.0.0.0 onwards up to 3.1.1.3.
Updates
- Align with upstream chart version 2.16.2 (Changes in upstream repository)
- Update kong/kong to 3.1.1. Please read Breaking changes notes
- Execute enterprise tests with kong-gateway container image version 3.1.1.3-debian
- Update kong ingress controller to 2.8.1
- Update custom resource definitions to those used by kong ingress controller [2.8.1]
Changes
- Breaking The
minReadySeconds
value previous found atdeployment.kong.minReadySeconds
is now configured at pathdeployment.minReadySeconds
. - Increase default requests/limits to 1 cpu and 2G memory
- Remove startupProbe from kong ingress controller. More information