25.0.0 (2023-10-23)
The two breaking changes are:
- On
redirectTo
,ports.web.redirectTo=websecure
=>ports.web.redirectTo.port=websecure
.- More details in PR #934
- On
gateway
, all values are now flattened toexperimental.kubernetesGateway
.- More details in PR #927
Features
- 💥 rework and allow update of namespace policy for Gateway (b04d479)
- 💥 support http redirections and http challenges with cert-manager (8cf14c8)
- ✨ add healthcheck ingressRoute (0725e48)
- Update traefik docker tag to v2.10.5 by @renovate in #930
Bug Fixes
- 🐛 remove old CRDs using traefik.containo.us (6484a40)
- add missing separator in crds (ba67d9b)
- add Prometheus scraping annotations only if serviceMonitor not created (6b2268f)
- allow updateStrategy.rollingUpdate.maxUnavailable to be passed in as an int or string (0dcc834)
- detect correctly v3 version when using sha in
image.tag
(1f043da) - disable ClusterRole and ClusterRoleBinding when not needed (14d4895)
Reverts
- "fix: 🐛 remove old CRDs using traefik.containo.us" (bf75a5d)
Documentation
- 📚️ how to use this chart as a dependency (18c9d45)
- fix typo in README (d1a2770)
- Fix typo in the default values file (607b808)
- remove email from apiToken in CloudFlare example (9b9f306)
New Contributors
- @alfrunes made their first contribution in #910
- @hrivera-ntap made their first contribution in #907
- @devantler made their first contribution in #915
- @bmagic made their first contribution in #916
- @muandane made their first contribution in #914
- @renebarbosafl made their first contribution in #927
- @SebPlv made their first contribution in #939
- @BabisK made their first contribution in #943
Full Changelog: v24.0.0...v25.0.0