Releases: giantswarm/ingress-nginx-app
Releases · giantswarm/ingress-nginx-app
v3.9.3
Changed
- Chart: Sync to upstream. (#741)
- Controller: Update image to v1.11.3.
- Kube Webhook CertGen: Update image to v1.4.4.
- Chart: Implement
controller.admissionWebhooks.service.servicePort
. - Chart: Rework ServiceMonitor.
- Chart: Align default backend
PodDisruptionBudget
. - Chart: Specify
matchLabelKeys
in Topology Spread Constraints.
v3.9.2
v3.9.1
v3.9.0
v3.8.1
v3.8.0
v3.7.0
v3.6.1
v3.6.0
Since upstream did not release a chroot
variant of the controller image for v1.10.0, one can not enable controller.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)