Update Helm release traefik to v39
No problems whatsoever deploying to Proxmox VE K3s Kubernetes cluster via Helm Chart and Flux V2 reconciliation in a GitOps approach with dependency update facilitated by Mend's Renovate Bot.
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| traefik (source) | major | 38.0.2 → 39.0.0 |
Release Notes
traefik/traefik-helm-chart (traefik)
v39.0.0
Upgrade Notes
There are 3 breaking changes in this release:
- Traefik Hub: This release support only Traefik Hub v3.19.0+ versions.
- CRDs has to be upgraded before the Chart. See UPGRADING instructions.
- It's possible to use previous versions of the Chart for previous versions of Traefik Hub.
- Encoded Characters: Allowed by default in Traefik v3.6.7+ (opt-in security options, documentation)
- Ports Configuration: HTTP options now require explicit
httpnesting level with MR #1603.- There is a before / after example in the MR description.
:information_source: Schema validation has been enforced in this release. When it fails, it means that the parameter is not implemented.
:boom: BREAKING CHANGES
- feat(deps)!: update traefik docker tag to v3.6.7 #1624 by @renovate[bot]
- fix(ports)!: 🐛 entrypoints
httpoptions #1603 by @mloiseleur - fix(security)!: add support for request path options of Traefik 3.6.7+ #1626 by @mloiseleur
- feat(CRDs)!: support Traefik Hub v3.19.0 #1598 by @traefiker
:rocket: Features
- feat(gateway-api): add support for defaultScope experimental feature #1589 by @shubhamch71
- feat(chart): enforce schema #1627 by @mloiseleur
:package: Others
- docs(CRDs): improve note on deprecation #1623 by @jnoordsij
- chore: pin GitHub Actions to SHA hashes #1628 by @darkweaver87
- docs(values): avoid unbreakable lines in table output of VALUES.md #1630 by @mloiseleur
- refactor(chart): clean output on Deployment & Daemonset #1629 by @mloiseleur
- chore(release): 🚀 publish traefik 39.0.0 and crds 1.14.0 #1631 by @darkweaver87