| Giorgi Lekveishvili | 4ec4c02 | 2024-08-17 15:09:24 +0400 | [diff] [blame] | 1 | # Changelog |
| 2 | |
| 3 | This file documents all notable changes to [ingress-nginx](https://github.com/kubernetes/ingress-nginx) Helm Chart. The release numbering uses [semantic versioning](http://semver.org). |
| 4 | |
| 5 | ### 4.5.3 |
| 6 | |
| 7 | * docs(helm): fix value key in readme for enabling certManager (#9640) |
| 8 | * Upgrade alpine 3.17.2 |
| 9 | * Upgrade golang 1.20 |
| 10 | * Drop testing/support for Kubernetes 1.23 |
| 11 | * docs(helm): fix value key in readme for enabling certManager (#9640) |
| 12 | * Update Ingress-Nginx version controller-v1.7.0 |
| 13 | * feat: OpenTelemetry module integration (#9062) |
| 14 | * canary-weight-total annotation ignored in rule backends (#9729) |
| 15 | * fix controller psp's volume config (#9740) |
| 16 | * Fix several Helm YAML issues with extraModules and extraInitContainers (#9709) |
| 17 | * Chart: Drop `controller.headers`, rework DH param secret. (#9659) |
| 18 | * Deployment/DaemonSet: Label pods using `ingress-nginx.labels`. (#9732) |
| 19 | * HPA: autoscaling/v2beta1 deprecated, bump apiVersion to v2 for defaultBackend (#9731) |
| 20 | * Fix incorrect annotation name in upstream hashing configuration (#9617) |
| 21 | |
| 22 | * Update Ingress-Nginx version controller-v1.7.0 |
| 23 | |
| 24 | **Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.5.2...helm-chart-4.6.0 |