v34.0.0 (2025-01-13)
Upgrade Notes
There are multiple breaking changes in this release:
- When using namespaceOverride, the label selector will be changed. On a production environment, it's recommended to deploy a new instance with the new version, switch the traffic to it and delete the previous one. See PR #1290 for more information
ports.x.redirectTo
has been refactored to be aligned with upstream syntax. See PR #1301 for a complete before / after example.
ℹ️ A separate, optional, chart can be used to handle CRDs. See README for more information.
💥 BREAKING CHANGES
- fix(Traefik Proxy)!: use namespaceOverride as expected #1290 by @mloiseleur
- fix(Traefik Proxy)!: move redirectTo => redirections #1301 by @mloiseleur
🚀 Features
- feat(deps): update traefik docker tag to v3.2.3 #1285 by @renovate[bot]
- feat(Traefik Proxy): add support for experimental FastProxy #1297 by @mloiseleur
- feat(Traefik Proxy): apply migration guide to v3.3 #1296 by @mloiseleur
- feat(Chart): 📦 add optional separated chart for CRDs #1223 by @darkweaver87
- feat(CRDs): update CRDs for Traefik Proxy v3.3.x #1303 by @mloiseleur
- feat(Traefik Hub): add support for AI Gateway #1304 by @mloiseleur
- feat(deps): update traefik docker tag to v3.3.1 #1294 by @renovate[bot]
🐛 Bug fixes
- fix(CRDs): 🐛 bad regexp to generate CRDs release notes #1302 by @darkweaver87
- fix(Gateway API): status should not use default service when it's disabled #1300 by @mloiseleur
📦 Others
- chore(deps): update helm/kind-action action to v1.11.0 #1284 by @renovate[bot]
- chore(deps): update helm/kind-action action to v1.12.0 #1287 by @renovate[bot]
- chore(Gateway API): ♻️ remove template from values #1307 by @darkweaver87
- chore(release): publish v34.0.0 and CRDs v1.1.0 #1305 by @mloiseleur