Skip to content

Releases: giantswarm/kong-app

v2.6.0

11 Feb 09:58
8f4a552
Compare
Choose a tag to compare

Fixes

  • Disable Secrets creation validation in ValidatingWebhookConfiguration. This fixes deployments with ingressController.admissionWebhook.enabled in values.

Updates

v2.5.0

18 Jan 09:27
89bff43
Compare
Choose a tag to compare

Added

  • Adds KIC startupProbes to allow longer boot times in big clusters. As stated in upstream docs, during boot time it gathers all Services, Endpoints and Secrets on the cluster, which can take longer than the liveness probe threshold.

v2.4.0

12 Jan 14:21
babc8a2
Compare
Choose a tag to compare

Breaking Changes

  • KIC now defaults to version 2.1. If you use a database, you must first perform a temporary intermediate upgrade to disable KIC before upgrading it to 2.x and re-enabling it. See the upgrade guide for detailed instructions.
  • ServiceAccount are now always created by default unless explicitly disabled. ServiceAccount customization has moved under the deployment section of configuration to reflect this. This accommodates configurations that need a ServiceAccount but that do not use the ingress controller. (#455)

Updates

  • Align with upstream chart 2.6.4
  • Default Kong IC version updated to 2.1
  • Default Kong proxy version updated to 2.7

Note chart versions 2.3.0 through 2.5.0 contained an incorrect KongIngress CRD. The proxy.path field was missing. Helm will not fix this automatically on upgrade. You can fix it by running:

kubectl apply -f https://raw.githubusercontent.com/Kong/charts/main/charts/kong/crds/custom-resource-definitions.yaml

For a detailed description of all the changes please check the upstream changelog

v2.3.5

14 Dec 12:35
18221f7
Compare
Choose a tag to compare
Release v2.3.5 (#170)

Co-authored-by: github-actions <[email protected]>

v2.3.4

02 Dec 13:51
cbcdf12
Compare
Choose a tag to compare
Release v2.3.4 (#168)

Co-authored-by: github-actions <[email protected]>

v2.3.3

24 Nov 15:53
d5e6237
Compare
Choose a tag to compare
Release v2.3.3 (#165)

Co-authored-by: github-actions <[email protected]>

v2.3.2

05 Oct 07:59
70efda3
Compare
Choose a tag to compare
Release v2.3.2 (#158)

Co-authored-by: github-actions <[email protected]>

v2.3.1

14 Sep 14:08
e6e02e2
Compare
Choose a tag to compare
Release v2.3.1 (#151)

Co-authored-by: github-actions <[email protected]>

v2.3.0

25 Aug 11:36
a5dd840
Compare
Choose a tag to compare
Release v2.3.0

v2.1.0

15 Jun 15:07
cc39894
Compare
Choose a tag to compare
Release v2.1.0 (#135)

Co-authored-by: github-actions <[email protected]>