Skip to content

Releases: traefik/traefik-helm-chart

v27.0.2

12 Apr 07:35
e14904d
Compare
Choose a tag to compare

27.0.2 (2024-04-12)

Upgrade Notes

This release comes with an important fix for traefik/traefik#10598 introduced in v2.11.1, see upstream release notes.

Features

  • feat: ✨ update Traefik Proxy to v2.11.2 (#1034)

v27.0.1

11 Apr 10:36
4dadd66
Compare
Choose a tag to compare

27.0.1 (2024-04-11)

Upgrade notes

🚨 Traefik Proxy v2.11.1 introduces lingeringTimeout, see traefik/traefik#10569, that can be breaking for server-first protocols. This new setting can be set with additionalArguments.

Features

  • release v27.0.1 with Traefik Proxy to v2.11.1 (4dadd66)

v27.0.0

04 Apr 09:00
d57d4a9
Compare
Choose a tag to compare

27.0.0 (2024-04-04)

⚠ BREAKING CHANGES

  • 💥 refactor custom services and port exposure (7e349d4)

Upgrade notes

Custom services and port exposure have been redesigned, requiring the following changes:

  • if you were overriding port exposure behavior using the expose or exposeInternal flags, you should replace them with a service name to boolean mapping, i.e. replace this:
ports:
   web:
      port: 80
      expose: false
      exposeInternal: true

with this:

ports:
   web:
      port: 80
      expose:
         default: false
         internal: true
  • if you were previously using the service.internal value, you should migrate the values to the service.additionalServices.internal value instead; this should yield the same results, but make sure to carefully check for any changes!

Features

  • restrict access to secrets (8fbae97)

Bug Fixes

  • rbac: do not create clusterrole for namespace deployment on Traefik v3 (d0f3442)
  • remove null annotations on dashboard IngressRoute (606ab52)
  • use hostIP also on entrypoint and healthChecks when set (82a3cab)

New Contributors

Full Changelog: v26.1.0...v27.0.0

v26.1.0

19 Feb 07:48
63c0891
Compare
Choose a tag to compare

26.1.0 (2024-02-19)

Important notice

ℹ️ CRDs has been updated in this release. On Traefik v2, there is no new or removed field, just description format update by upstream library.

⚠️ This Chart does not support Traefik v3 beta and rc versions.

Features

  • update traefik docker tag to v2.11.0 (843d1d7)
  • allow exposure of ports on internal service only (d9f4731)
  • create v1 Gateway and GatewayClass Version for Traefik v3 (85697f0)
  • set runtimeClassName on pod spec (c07d55c)

Bug Fixes

  • 🐛 missing quote on experimental plugin args (e7ce1b4)
  • 🐛 set runtimeClassName at pod level (3d76d3e)
  • update traefik v3 serverstransporttcps CRD (e404db9)

v26.0.0

05 Dec 07:33
ed7e8bb
Compare
Choose a tag to compare

26.0.0 (2023-12-05)

Breaking Changes

This release can be breaking for:

  • Plugin user, see PR #961
  • PodAnnotation user, see PR #972

Features

  • 💥 unify plugin import between traefik and this chart (cbddacb)
  • 💥 deployment.podannotations support interpolation with tpl (d31b991)
  • add file provider (ddd6cee)
  • allow defining startupProbe (f061628)
  • allow update of namespace policy for websecure listener (2045843)

Bug Fixes

  • 🐛 declare http3 udp port, with or without hostport (76dcb02)
  • 🐛 improve confusing suggested value on openTelemetry.grpc (6a6efc1)

New Contributors

Full Changelog: v25.0.0...v26.0.0

v25.0.0

23 Oct 08:17
e03b128
Compare
Choose a tag to compare

25.0.0 (2023-10-23)

The two breaking changes are:

  1. On redirectTo, ports.web.redirectTo=websecure => ports.web.redirectTo.port=websecure.
    • More details in PR #934
  2. On gateway, all values are now flattened to experimental.kubernetesGateway.
    • More details in PR #927

Features

  • 💥 rework and allow update of namespace policy for Gateway (b04d479)
  • 💥 support http redirections and http challenges with cert-manager (8cf14c8)
  • ✨ add healthcheck ingressRoute (0725e48)
  • Update traefik docker tag to v2.10.5 by @renovate in #930

Bug Fixes

  • 🐛 remove old CRDs using traefik.containo.us (6484a40)
  • add missing separator in crds (ba67d9b)
  • add Prometheus scraping annotations only if serviceMonitor not created (6b2268f)
  • allow updateStrategy.rollingUpdate.maxUnavailable to be passed in as an int or string (0dcc834)
  • detect correctly v3 version when using sha in image.tag (1f043da)
  • disable ClusterRole and ClusterRoleBinding when not needed (14d4895)

Reverts

  • "fix: 🐛 remove old CRDs using traefik.containo.us" (bf75a5d)

Documentation

  • 📚️ how to use this chart as a dependency (18c9d45)
  • fix typo in README (d1a2770)
  • Fix typo in the default values file (607b808)
  • remove email from apiToken in CloudFlare example (9b9f306)

New Contributors

Full Changelog: v24.0.0...v25.0.0

v24.0.0

10 Aug 09:26
2dd3b18
Compare
Choose a tag to compare

24.0.0 (2023-08-10)

BREAKING CHANGES

⚠️ healthchecksPort and healthchecksScheme has moved from ports.traefik to deployment ⚠️

Features

Bug Fixes

v23.2.0

27 Jul 09:08
518a392
Compare
Choose a tag to compare

23.2.0 (2023-07-27)

Features

  • ✨ add support for traefik v3.0.0-beta3 and openTelemetry (80b5c06)
  • add pod_name as default in values.yaml (c42ec12)
  • disable allowPrivilegeEscalation (9443225)
  • update Traefik Proxy default version to v2.10.4 (#894)

Bug Fixes

  • 🐛 renovate on test docker images (f2648b2)
  • 🐛 traefik or metrics port can be disabled (3633974)
  • 🐛 update traefik.containo.us CRDs to v2.10 (62d7a9b)
  • ingressclass name should be customizable (#864) (7f0a0fc)

New Contributors

Full Changelog: v23.1.0...v23.2.0

v23.1.0

06 Jun 08:57
6df869b
Compare
Choose a tag to compare

23.1.0 (2023-06-06)

Features

  • ✨ add a warning when labelSelector don't match (1085fc7)
  • ➖ remove Traefik Hub v1 integration (1f29975)
  • add optional appProtocol field on Service ports (795478d)
  • allow specifying service loadBalancerClass (a9f023d)
  • common labels for all resources (71be847)

Bug Fixes

  • 🐛 http3 support on traefik v3 (c29e3fd)
  • 🐛 use k8s version for hpa api version (ab06c48)
  • use targetPort instead of port on ServiceMonitor (78cb8f1)

Documentation

  • Fix Let's Encrypt example (b68b6a6)

New Contributors

Full Changelog: v23.0.1...v23.1.0

v23.0.1

28 Apr 07:09
b11f486
Compare
Choose a tag to compare

23.0.1 (2023-04-28)

Bug Fixes

  • ⬆️ Upgrade traefik Docker tag to v2.10.1 (b11f486)