Skip to content

Releases: traefik/traefik-helm-chart

v34.3.0

07 Feb 16:47
912a61b
Compare
Choose a tag to compare

v34.3.0 (2025-02-07)

⚠️ There is an update on CRDs in this version for both Traefik Proxy and Traefik Hub.
See README for instructions on how to upgrade.

🚀 Features

🐛 Bug fixes

📦 Others

crds_v1.3.0

07 Feb 16:47
912a61b
Compare
Choose a tag to compare

crds_v1.3.0 (2025-02-07)

  • chore: update CRDs of Traefik Proxy to v3.3.3
  • chore: update CRDs of Traefik Hub to v3.11.0

v34.2.0

28 Jan 16:20
c3f28c7
Compare
Choose a tag to compare

v34.2.0 (2025-01-28)

🚀 Features

🐛 Bug fixes

📦 Others

v34.1.0

15 Jan 13:39
906c7d0
Compare
Choose a tag to compare

v34.1.0 (2025-01-15)

🚀 Features

  • feat(Traefik Hub): add OAS validateRequestMethodAndPath - CRDs update #1299 by @traefiker
  • feat(Traefik Proxy): update traefik docker tag to v3.3.2 #1310 by @renovate[bot]

🐛 Bug fixes

  • fix(Traefik Proxy): support uppercase letters in entrypoint names #1286 by @uvNikita

📦 Others

  • chore(deps): update quay.io/helmpack/chart-testing docker tag to v3.12.0 #1306 by @renovate[bot]
  • chore(release): publish v34.1.0 #1312 by @mloiseleur

crds_v1.2.0

15 Jan 13:39
906c7d0
Compare
Choose a tag to compare

crds_v1.2.0 (2025-01-15)

🚀 Features

  • feat(Traefik Hub): add OAS validateRequestMethodAndPath - CRDs update #1299 by @traefiker

v34.0.0

13 Jan 14:25
a434b61
Compare
Choose a tag to compare

v34.0.0 (2025-01-13)

Upgrade Notes

There are multiple breaking changes in this release:

  1. 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
  2. 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

🚀 Features

🐛 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

crds_v1.1.0

13 Jan 14:25
a434b61
Compare
Choose a tag to compare

crds_v1.1.0 (2025-01-13)

🚀 Features

🐛 Bug fixes

crds_v1.0.0

10 Jan 10:55
057783a
Compare
Choose a tag to compare

crds_v1.0.0 (2025-01-10)

The CRDs chart is an optional additional chart that can be used to manage CRDs for Traefik products.

🚀 Features

📦 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]

v33.2.1

13 Dec 16:43
acd4405
Compare
Choose a tag to compare

33.2.1 (2024-12-13)

Bug Fixes

  • Gateway API: CRDs should only be defined once (75f622f)

v33.2.0

11 Dec 12:39
33af61b
Compare
Choose a tag to compare

33.2.0 (2024-12-11)

Features

  • deps: update traefik docker tag to v3.2.2 (7076b78)
  • Gateway API: update sigs.k8s.io/gateway-api to v1.2.1 (f139bd9)
  • Traefik Proxy: 🎨 harmonize semverCompare calls (2aad522)
  • Traefik Proxy: add tracingparameters to helm chart values (b2c0628)
  • Traefik Proxy: support NativeLB option in GatewayAPI provider (9749d01)

Bug Fixes

  • Traefik Proxy: 🐛 abortOnPluginFailure not released yet (9ee6231)

New Contributors