fix(deps): update helm release traefik to v39 - abandoned#1283
fix(deps): update helm release traefik to v39 - abandoned#1283renovate[bot] wants to merge 2 commits intomainfrom
Conversation
635af02 to
0671cd1
Compare
0671cd1 to
d21e688
Compare
d21e688 to
2f02e98
Compare
2f02e98 to
3cb1683
Compare
3cb1683 to
960f4de
Compare
960f4de to
3b47d4d
Compare
3b47d4d to
74fdc56
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
There was a problem hiding this comment.
Pull request overview
Updates the Flux HelmRelease for Traefik to a newer major Helm chart version to pick up upstream changes (including Traefik v3.6.x updates) in the platform’s ingress controller deployment.
Changes:
- Bump
traefik/traefik-helm-chartfrom38.0.2to39.0.6.
| spec: | ||
| chart: traefik | ||
| version: 38.0.2 | ||
| version: 39.0.6 |
There was a problem hiding this comment.
Bumping traefik chart to v39 introduces a breaking change in ports configuration (HTTP options must be nested under an explicit http key). This HelmRelease still uses values.ports.web.redirections.entryPoint without that nesting, which is expected to fail schema validation / render incorrectly on v39. Please update the values.ports structure to the v39 format (per the chart UPGRADING notes) as part of this version bump.
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
Pull request was closed
This PR contains the following updates:
38.0.2→39.0.6Release Notes
traefik/traefik-helm-chart (traefik)
v39.0.6Compare Source
🚀 Features
📦 Others
v39.0.5Compare Source
🚀 Features
🐛 Bug fixes
websecurelistener can fail #1673 by @falzm📦 Others
v39.0.4Compare Source
Upgrades Notes
🚀 Features
🐛 Bug fixes
📦 Others
v39.0.3Compare Source
🚀 Features
🐛 Bug fixes
rbac.secretResourceNames#1683 by @mloiseleur📦 Others
v39.0.2Compare Source
🚀 Features
📦 Others
v39.0.1Compare Source
🚀 Features
🐛 Bug fixes
📦 Others
New Contributors
Full Changelog: traefik/traefik-helm-chart@v39.0.0...v39.0.1
v39.0.0Compare Source
Upgrade Notes
There are 3 breaking changes in this release:
httpnesting level with PR #1603.ℹ️ Schema validation has been enforced in this release. When it fails, it means that the parameter is not implemented.
💥 BREAKING CHANGES
httpoptions #1603 by @mloiseleur🚀 Features
📦 Others
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.