Skip to content

Releases: giantswarm/ingress-nginx-app

v3.9.3

06 Nov 11:36
5dc9b18
Compare
Choose a tag to compare

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

21 Aug 06:58
c980f08
Compare
Choose a tag to compare

Changed

  • Chart: Sync to upstream. (#687)
    • Controller: Update image to v1.11.2.
    • OpenTelemetry: Update image to v20240813-b933310d.
    • Kube Webhook CertGen: Update image to v1.4.3.

Removed

  • Chart: Sync to upstream. (#687)
    • Helpers: Remove useless isControllerTagValid.

v3.9.1

29 Jul 15:23
84790d3
Compare
Choose a tag to compare

Added

  • Chart: Sync to upstream. (#687)
    • Chart: Explicitly set runAsGroup.

v3.9.0

21 Jul 15:27
5d0e396
Compare
Choose a tag to compare

Added

  • Chart: Sync to upstream. (#673)
    • Values: Add controller.disableLeaderElection.
    • Values: Add controller.electionTTL.

Changed

  • Chart: Sync to upstream. (#673)
    • Controller: Update image to v1.11.1.

v3.8.1

21 Jul 15:05
5a71914
Compare
Choose a tag to compare

Changed

v3.8.0

18 Jun 10:33
6414857
Compare
Choose a tag to compare

Changed

  • Deployments/DaemonSets: Make pod affinity templatable. (#654)
  • ServiceMonitor: Relabel app & node. (#654)

v3.7.0

03 Jun 17:14
3351d56
Compare
Choose a tag to compare

Added

  • Ingress Class: Make annotations configurable. (#639)
  • Admission Webhook: Make patch job RBAC configurable. (#639)
  • Default Backend: Add topology spread constraints. (#639)

Changed

  • Chart: Require Kubernetes version >= 1.21.0-0. (#639)
  • Config Map: Support templates in values. (#639)
  • Service: Fix app protocol semver comparison. (#639)
  • Admission Webhook: Update patch job image to v1.4.1. (#639)
  • Default Backend: Reorder HPA. (#639)

v3.6.1

03 Jun 16:38
b5186d1
Compare
Choose a tag to compare

Changed

v3.6.0

26 Mar 14:27
eee2350
Compare
Choose a tag to compare

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 a chroot 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)

v3.5.2

23 Feb 07:48
703b167
Compare
Choose a tag to compare

Changed

  • Metrics: Really disable them when told to. (#592)