- Initial release
Connectivity
Changed
- Upgrade Gateway API CRDs to v1.1.0
Changed
- Reduce CPU requests.
Changed
- Update kong ingress controller to 3.1.4
BREAKING CHANGES
This is a major release because it changes the default behaviour of the Chart.
- For Kong Enterprise deployment the flag
.Values.image.repository
and.Values.image.tag
can now be omitted. - For Kong OSS deployment the flag
.Values.image.repository
and.Values.image.tag
now have to be set to the respective OSS values. For further instructions please refer to the README.md.
Changes
- Align with upstream chart commit 07ddc3d (ahead of release 2.38.0) (Changes in upstream repository)
- Updated handling of
session_conf_secret
to accommodate Kong 3.6 - Ref - Configure Chart for Kong Gateway Enterprise deployment by default. Please check the README.md to see how to run kong OSS.
- Update README.md to reflect default deployment Changes.
- For Kong Enterprise deployment the flag
Added
- Add Vertical Pod Autoscaler resource. It is disabled by default.
Changes
- Disable anonymous reports in kong default values for proxy and ingress controller.
- Align with upstream chart version 2.35.1 (Changes in upstream repository)
- Kong listens now use both IPv4 and IPv6 addresses. kong/charts#986
Since upstream did not release a
chroot
variant of the controller image for v1.10.0, one can not enablecontroller.image.chroot
in the chart values. If you although try to do so, your pods will not come up due to a missing image. We are sorry for that inconvenience and hopefully bring back support for that in a future version!Added
- Chart: Add IngressClass aliases. (#609)
Changed
- Image: Update to
v1.10.0
. (#609)
NOTE: Upstream does not provide achroot
image for this version, yet. - Chart: Always deploy
PrometheusRule
when asked to. (#609) - Chart: Deploy
PodDisruptionBudget
with KEDA. (#609) - Chart: Improve IngressClass documentation. (#609)
- Chart: Align HPA & KEDA conditions. (#609)
- Chart: Render
controller.ingressClassResource.parameters
natively. (#609)
Changed
- Metrics: Really disable them when told to. (#592)
Release v3.0.0 contains some breaking changes! In case you’re skipping v3.0.0, consult the migration guide
Changed
- Remove default namespaceFilter configuration. (#324).
Changed
- Revert
force_tcp
option from external DNS zone (#67).
- Revert