Skip to content

fix(deps): update helm release traefik to v39 - abandoned#1283

Closed
renovate[bot] wants to merge 2 commits intomainfrom
renovate/traefik-39.x
Closed

fix(deps): update helm release traefik to v39 - abandoned#1283
renovate[bot] wants to merge 2 commits intomainfrom
renovate/traefik-39.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 23, 2026

This PR contains the following updates:

Package Update Change
traefik (source) major 38.0.239.0.6

Release Notes

traefik/traefik-helm-chart (traefik)

v39.0.6

Compare Source

🚀 Features

📦 Others

v39.0.5

Compare Source

🚀 Features

🐛 Bug fixes

📦 Others

v39.0.4

Compare Source

Upgrades Notes

[!IMPORTANT]
Traefik v3.6.9 comes with CRDs update. See UPGRADING instructions.

🚀 Features
🐛 Bug fixes
📦 Others

v39.0.3

Compare Source

[!WARNING]
This release does not support Traefik v3.6.9. Updated CRDs are missing. It's recommended to use v39.0.4 for Traefik v3.6.9

🚀 Features
🐛 Bug fixes
📦 Others

v39.0.2

Compare Source

🚀 Features

📦 Others

v39.0.1

Compare Source

🚀 Features

🐛 Bug fixes

📦 Others

New Contributors

Full Changelog: traefik/traefik-helm-chart@v39.0.0...v39.0.1

v39.0.0

Compare Source

Upgrade Notes

There are 3 breaking changes in this release:

  1. 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.
  2. Encoded Characters: Allowed by default in Traefik v3.6.7+ (opt-in security options, documentation)
  3. Ports Configuration: HTTP options now require explicit http nesting level with PR #​1603.
    • There is a before / after example in the PR description.

ℹ️ Schema validation has been enforced in this release. When it fails, it means that the parameter is not implemented.

💥 BREAKING CHANGES

🚀 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from devantler as a code owner January 23, 2026 08:46
@github-project-automation github-project-automation Bot moved this to 🏃🏻‍♂️ In Progress in 🌊 Project Board Jan 23, 2026
@botantler botantler Bot enabled auto-merge January 23, 2026 08:47
@github-project-automation github-project-automation Bot moved this from 🏃🏻‍♂️ In Progress to 🚀 In Finalization in 🌊 Project Board Jan 23, 2026
Copilot AI review requested due to automatic review settings February 13, 2026 09:58
@renovate renovate Bot force-pushed the renovate/traefik-39.x branch from 635af02 to 0671cd1 Compare February 13, 2026 09:58
@renovate renovate Bot review requested due to automatic review settings February 13, 2026 09:58
Copilot AI review requested due to automatic review settings February 20, 2026 17:36
@renovate renovate Bot force-pushed the renovate/traefik-39.x branch from 0671cd1 to d21e688 Compare February 20, 2026 17:36
@renovate renovate Bot review requested due to automatic review settings February 20, 2026 17:36
Copilot AI review requested due to automatic review settings March 5, 2026 10:43
@renovate renovate Bot force-pushed the renovate/traefik-39.x branch from d21e688 to 2f02e98 Compare March 5, 2026 10:43
@renovate renovate Bot requested review from Copilot and removed request for Copilot March 5, 2026 10:43
@renovate renovate Bot force-pushed the renovate/traefik-39.x branch from 2f02e98 to 3cb1683 Compare March 5, 2026 13:03
@renovate renovate Bot requested review from Copilot and removed request for Copilot March 5, 2026 13:03
@renovate renovate Bot force-pushed the renovate/traefik-39.x branch from 3cb1683 to 960f4de Compare March 9, 2026 10:51
@renovate renovate Bot review requested due to automatic review settings March 9, 2026 10:51
Copilot AI review requested due to automatic review settings March 20, 2026 12:50
@renovate renovate Bot force-pushed the renovate/traefik-39.x branch from 960f4de to 3b47d4d Compare March 20, 2026 12:50
@renovate renovate Bot review requested due to automatic review settings March 20, 2026 12:50
Copilot AI review requested due to automatic review settings March 28, 2026 11:33
@renovate renovate Bot force-pushed the renovate/traefik-39.x branch from 3b47d4d to 74fdc56 Compare March 28, 2026 11:33
@renovate renovate Bot review requested due to automatic review settings March 28, 2026 11:33
Copilot AI review requested due to automatic review settings March 28, 2026 14:50
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Mar 28, 2026

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-chart from 38.0.2 to 39.0.6.

spec:
chart: traefik
version: 38.0.2
version: 39.0.6
Copy link

Copilot AI Mar 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
@renovate renovate Bot changed the title fix(deps): update helm release traefik to v39 fix(deps): update helm release traefik to v39 - abandoned Mar 28, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Mar 28, 2026

Autoclosing Skipped

This 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.

@devantler devantler closed this Mar 28, 2026
auto-merge was automatically disabled March 28, 2026 22:01

Pull request was closed

@github-project-automation github-project-automation Bot moved this from 🚀 In Finalization to ✅ Done in 🌊 Project Board Mar 28, 2026
@devantler devantler deleted the renovate/traefik-39.x branch March 28, 2026 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

2 participants