Connectivity
Changes
- Align with upstream chart version 2.19.1 (Changes in upstream repository)
- Fix
webhook-cert
being mounted regardless if.Values.ingressController.enabled
is set. kong/charts#779
If you are upgrading from chart version lower than 3.0.0, it is neccessary to perform an intermediate upgrade to chart version 3.0.0 as this version contains a required migration process for enabling the use of seccompProfiles.
Changes
- Align with upstream chart version 2.19.0 (Changes in upstream repository)
- Update kong to 3.2.2
- Update kong ingress controller to 2.9.3
- Execute enterprise tests with kong-gateway container image version 3.2.2.1-debian
- Update kubectl-apply-job to 0.3.1 for compatibility with Giant Swarm release v19
Since we started working on aligning this chart to upstream as much as possible a while ago, this might be the last non-breaking release. We’re currently working on releasing v3.0.0, including several breaking changes and requiring to re-install the chart.
Removed
- Deployment/DaemonSet: Remove
cluster-autoscaler.kubernetes.io/safe-to-evict
annotation. (#449) - Deployment/DaemonSet: Remove duplicate Prometheus annotations. (#455)
- Values: Remove
configmap
keys matching defaults. (#457)- Values: Remove
configmap.error-log-level
. - Values: Remove
configmap.server-name-hash-bucket-size
. - Values: Remove
configmap.worker-processes
. - Values: Remove
configmap.worker-shutdown-timeout
. - Values: Remove
configmap.use-forwarded-headers
.
- Values: Remove
- Service: Remove deprecated & default annotations. (#458)
- Deployment/DaemonSet: Remove
Changed
- Create secret from
secretConfiguration.data
value without breaking AWS Credentials values compatibility.
- Create secret from
Fixed
- Fixed kube-linter.
- Initial.
Changed
- Add
http-metrics
port to the list of exposed ports so Prometheus can access container metadata (e.g.__meta_kubernetes_pod_container_xxx
).
- Add
Fixed
- Fix controlplane label in Kubernetes 1.24.
Changed
- Make CiliumNetworkPolicy CR creation be deployed or not with a flag in the Values.