Skip to content

feat(github-release)!: Update traefik-crd-source to v39.0.7#2283

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/traefik-crd-source-39.x
Open

feat(github-release)!: Update traefik-crd-source to v39.0.7#2283
renovate[bot] wants to merge 1 commit intomainfrom
renovate/traefik-crd-source-39.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 23, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
traefik-crd-source major v25.0.0v39.0.7

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

traefik/traefik-helm-chart (traefik-crd-source)

v39.0.7

Compare Source

🚀 Features

📦 Others

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

v38.0.2

Compare Source

Upgrades Notes

There is a breaking change on CRDs between Traefik Hub v3.18.0 and inferior and the CRDs of Traefik Hub v3.19.0+ preview versions (ea & rc).
With this release, we remove the CRDs of Traefik Hub v3.19.0 preview versions.

When Traefik Hub v3.19.0 is GA, we will release a new major version of this Chart that will only accept Traefik Hub v3.19.0+ versions.

🚀 Features

🐛 Bug fixes

📦 Others

New Contributors

Full Changelog: traefik/traefik-helm-chart@v38.0.1...v38.0.2

v38.0.1

Compare Source

🐛 Bug fixes

📦 Others

v38.0.0

Compare Source

Upgrades Notes

[!IMPORTANT]
CRDs has to be upgraded before the Chart. See UPGRADING instructions.

There are two breaking changes in this release:

  1. Traefik Proxy v3.6.4+ contains a security fix that is also a breaking change. See upstream documentation for more details.
  2. PR #​1596 align kubernetesIngressNginx provider setting with upstream. There is a before / after example in the PR description and PR #​1587 align labelSelector syntax between providers

[!NOTE]
If you need to restore Traefik behavior of v3.6.3 or inferior, it can be set with values.

Here is an example on websecure entrypoint:

ports:
  websecure:
    http:
      encodedCharacters:
        allowEncodedSlash: true
        allowEncodedBackSlash: true
        allowEncodedNullCharacter: true
        allowEncodedSemicolon: true
        allowEncodedPercent: true
        allowEncodedQuestionMark: true
        allowEncodedHash: true
      sanitizePath: false

This is not recommended, it may expose you to GHSA-gm3x-23wp-hc2c.

💥 BREAKING CHANGES

🚀 Features

🐛 Bug fixes

📦 Others

New Contributors

Full Changelog: traefik/traefik-helm-chart@v37.4.0...v38.0.0

v37.4.0

Compare Source

🚀 Features

📦 Others

v37.3.0

Compare Source

[!IMPORTANT]
CRDs has to be upgraded before the Chart. See UPGRADING instructions.

🚀 Features

🐛 Bug fixes

📦 Others

New Contributors

Full Changelog: traefik/traefik-helm-chart@v37.2.0...v37.3.0

v37.2.0

Compare Source

🚀 Features

📦 Others

v37.1.2

Compare Source

🚀 Features

🐛 Bug fixes

📦 Others

v37.1.1

Compare Source

🚀 Features

📦 Others

New Contributors

Full Changelog: traefik/traefik-helm-chart@v37.1.0...v37.1.1

v37.1.0

Compare Source

🚀 Features

🐛 Bug fixes

📦 Others

New Contributors

Full Changelog: traefik/traefik-helm-chart@v37.0.0...v37.1.0

v37.0.0

Compare Source

💥 BREAKING CHANGES

🚀 Features

🐛 Bug fixes

📦 Others

New Contributors

Full Changelog: traefik/traefik-helm-chart@v36.3.0...v37.0.0

v36.3.0

Compare Source

Upgrade notes

ℹ️ The CRDs needs to be updated. See Upgrading docs for more details.

🚀 Features

📦 Others

v36.2.0

Compare Source

🚀 Features

🐛 Bug fixes

📦 Others

v36.1.0

Compare Source

🚀 Features

🐛 Bug fixes

📦 Others

New Contributors

Full Changelog: traefik/traefik-helm-chart@v36.0.0...v36.1.0

v36.0.0

Compare Source

Upgrade Notes

There is a breaking change on default of globalArguments which has been replaced by global.xx, following upstream.
See PR #​1436 for details.

Anonymous stats usage has been disabled by default.
Please take time to consider whether or not you wish to share anonymous data to help TraefikLabs improve its products.

💥 BREAKING CHANGES

🚀 Features

🐛 Bug fixes

  • fix(notes): update condition to display certificate persistence warning #​1433 by @​BapRx
  • fix(Traefik Proxy): supported ingressRoute.*.annotations breaks templating #​1425 by @​SIMULATAN

📦 Others

New Contributors

Full Changelog: traefik/traefik-helm-chart@v35.4.0...v36.0.0

v35.4.0

Compare Source

📝 Upgrade notes

ℹ️ The CRDs needs to be updated.

🚀 Features

  • feat(Traefik Hub): ✨ automatically restart API Management pods on admission certificate change #​1423 by @​darkweaver87

🐛 Bug fixes

📦 Others

v35.3.0

Compare Source

This release comes with Traefik Proxy v3.4.0 by default and support latest version of Traefik Hub.

📝 Upgrade notes

ℹ️ The CRDs needs to be updated.

🚀 Features

🐛 Bug fixes

📦 Others

New Contributors

Full Changelog: traefik/traefik-helm-chart@v35.1.0...v35.3.0

v35.2.0

Compare Source

🚀 Features

🐛 Bug fixes

📦 Others

  • chore(release): 🚀 publish v35.2.0 #​1394 by [@​mloise

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.

@rin-the-good-bot
Copy link
Copy Markdown

rin-the-good-bot bot commented Jan 23, 2026

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY secretlint yes no 1.04s
✅ YAML prettier 1 0 0.28s
✅ YAML yamllint 1 0 0.29s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@renovate renovate bot force-pushed the renovate/traefik-crd-source-39.x branch 2 times, most recently from 334a368 to 7121693 Compare February 13, 2026 12:54
@renovate renovate bot changed the title feat(github-release)!: Update traefik-crd-source to v39.0.0 feat(github-release)!: Update traefik-crd-source to v39.0.1 Feb 13, 2026
@renovate renovate bot force-pushed the renovate/traefik-crd-source-39.x branch from 7121693 to 642ef01 Compare February 20, 2026 17:39
@renovate renovate bot changed the title feat(github-release)!: Update traefik-crd-source to v39.0.1 feat(github-release)!: Update traefik-crd-source to v39.0.2 Feb 20, 2026
@renovate renovate bot force-pushed the renovate/traefik-crd-source-39.x branch from 642ef01 to 88119da Compare March 5, 2026 13:44
@renovate renovate bot changed the title feat(github-release)!: Update traefik-crd-source to v39.0.2 feat(github-release)!: Update traefik-crd-source to v39.0.4 Mar 5, 2026
@renovate renovate bot force-pushed the renovate/traefik-crd-source-39.x branch from 88119da to eeffe35 Compare March 9, 2026 09:48
@renovate renovate bot changed the title feat(github-release)!: Update traefik-crd-source to v39.0.4 feat(github-release)!: Update traefik-crd-source to v39.0.5 Mar 9, 2026
@renovate renovate bot force-pushed the renovate/traefik-crd-source-39.x branch from eeffe35 to db1ebe9 Compare March 20, 2026 13:03
@renovate renovate bot changed the title feat(github-release)!: Update traefik-crd-source to v39.0.5 feat(github-release)!: Update traefik-crd-source to v39.0.6 Mar 20, 2026
| datasource  | package                    | from    | to      |
| ----------- | -------------------------- | ------- | ------- |
| github-tags | traefik/traefik-helm-chart | v25.0.0 | v39.0.7 |
@renovate renovate bot force-pushed the renovate/traefik-crd-source-39.x branch from db1ebe9 to 5bdc4c4 Compare March 30, 2026 09:37
@renovate renovate bot changed the title feat(github-release)!: Update traefik-crd-source to v39.0.6 feat(github-release)!: Update traefik-crd-source to v39.0.7 Mar 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants