Skip to content

Releases: traefik/traefik-helm-chart

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

  • 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]
  • chore(Gateway API): ♻️ remove template from values #1307 by @darkweaver87
  • chore(release): publish v34.0.0 and CRDs v1.1.0 #1305 by @mloiseleur

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

v33.1.0

02 Dec 09:48
6591141
Compare
Choose a tag to compare

33.1.0 (2024-12-02)

Upgrade Notes

Traefik Hub users should update the CRDs following UPGRADING instructions.

Features

  • deps: update traefik docker tag to v3.2.1 (8e991f3)
  • Traefik Hub: add APICatalogItem and ManagedSubscription support (6bfdd50)
  • Traefik Proxy: add abortOnPluginFailure field (b932958)

Bug Fixes

  • KubernetesCRD: πŸ› IngressClass should be readable even when kubernetesIngress is disabled (30012c0)
  • Traefik: support for entrypoint option on allowACMEByPass (18fcb8c)
  • πŸ› support specifying plugins storage (ae13d4b)
  • Traefik Hub: compatibility with Traefik Proxy v3.2 (40473e8)
  • Traefik Proxy: allowEmptyServices not disabled when set to false (4c2a65e)

Documentation

  • πŸ“šοΈ fix typos in values and readme (d41869e)
  • Gateway API: detail upgrade instruction (218333c)
  • Plugins: πŸ“ detail behavior and expected values on plugin storage (9a5b396)

New Contributors

v33.1.0-rc1

26 Nov 15:05
94d6042
Compare
Choose a tag to compare
v33.1.0-rc1 Pre-release
Pre-release

33.1.0-rc1 (2024-11-26)

Upgrade Notes

Traefik Hub users should update the CRDs following UPGRADING instructions.

Features

  • deps: update traefik docker tag to v3.2.1 (8e991f3)
  • Traefik Hub: add APICatalogItem and ManagedSubscription support (6bfdd50)
  • Traefik Proxy: add abortOnPluginFailure field (b932958)

Bug Fixes

  • KubernetesCRD: πŸ› IngressClass should be readable even when kubernetesIngress is disabled (30012c0)
  • Traefik Proxy: support for entrypoint option on allowACMEByPass (18fcb8c)
  • Traefik Proxy: πŸ› support specifying plugins storage (ae13d4b)
  • Traefik Hub: compatibility with Traefik Proxy v3.2 (40473e8)
  • Traefik Proxy: allowEmptyServices not disabled when set to false (4c2a65e)

Documentation

  • Chart: πŸ“šοΈ fix typos in values and readme (d41869e)
  • Gateway API: detail upgrade instruction (218333c)
  • Plugins: πŸ“ detail behavior and expected values on plugin storage (9a5b396)

New Contributors

Full Changelog: v33.0.0...v33.1.0-rc1

v33.0.0

30 Oct 13:17
045b735
Compare
Choose a tag to compare

33.0.0 (2024-10-30)

Upgrade Notes

There are multiple breaking changes in this release:

  1. The default port of traefik entrypoint has changed from 9000 to 8080, just like the Traefik Proxy default port
    • You may have to update probes accordingly (or set this port back to 9000)
  2. publishedService is enabled by default on Ingress provider
    • You can disable it, if needed
  3. The POD_NAME and POD_NAMESPACE environment variables are now set by default, without values.
    • It is no longer necessary to add them in values and so, it can be removed from user values.
  4. In values, certResolvers specific syntax has been reworked to align with Traefik Proxy syntax.
    • PR #1214 contains a complete before / after example on how to update values
  5. Traefik Proxy 3.2 supports Gateway API v1.2 (standard channel)
    • It is recommended to check that other software using Gateway API on your cluster are compatible
    • The Gateway API CRD upgrade may fail even with Flux, Argo or other CD tool
    • See release notes of gateway API v1.2 on how to upgrade their CRDs and avoid issues about invalid values on v1alpha2 version

The CRDs needs to be updated, as documented in the README.

ℹ️ A separate helm chart, just for CRDs, is being considered for a future release. See PR #1123

⚠ BREAKING CHANGES

  • Env Variables: allow extending env without overwrite
  • certificateResolvers: πŸ’₯ πŸ› use same syntax in Chart and in Traefik
  • Kubernetes Ingress: πŸ’₯ ✨ enable publishedService by default
  • Traefik: πŸ’₯ set 8080 as default port for traefik entrypoint

Features

  • Gateway API: ✨ add infrastructure in the values (2b28f7b)
  • Gateway API: ✨ standard install CRD v1.2.0 (4432f3c)
  • Traefik Proxy: update traefik docker tag to v3.2.0 (323e139)
  • Traefik Proxy: ✨ support Gateway API statusAddress (e7dcac1)
  • Traefik Proxy: CRDs for v3.2+ (d3c6d4c)

Bug Fixes

  • certificateResolvers: πŸ’₯ πŸ› use same syntax in Chart and in Traefik (016822d)
  • Env Variables: allow extending env without overwrite (20f54b6)
  • Gateway API: πŸ› add missing required RBAC for v3.2 with experimental Channel (b872549)
  • schema: πŸ› targetPort can also be a string (12fee7e)
  • use correct children indentation for logs.access.filters (59073ef)
  • Kubernetes Ingress: πŸ’₯ ✨ enable publishedService by default (f7a96da)
  • Traefik: πŸ’₯ set 8080 as default port for traefik entrypoint (2b32ce7)
  • Traefik Hub: RBAC for distributedAcme (74abfee)
  • πŸ› http3 with internal service (7558e63)

New Contributors