Skip to content

Releases: traefik/traefik-helm-chart

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)

v23.0.0

26 Apr 07:24
008d665
Compare
Choose a tag to compare

23.0.0 (2023-04-26)

BREAKING CHANGE

  • BREAKING CHANGE: Traefik 2.10 comes with CRDs update on API Group by @mloiseleur in #840

=> ⚠️ You need to update CRDs ⚠️

Beware that Helm is not updating CRDs. More details here.
This chart will update RBAC to use those new CRDs.

Full Changelog: v22.3.0...v23.0.0

v22.3.0

25 Apr 08:39
3a36923
Compare
Choose a tag to compare

22.3.0 (2023-04-25)

BREAKING CHANGE

=> ⚠️ You need to update CRDs ⚠️

Beware that Helm is not updating CRDs. More details here.
This chart will update RBAC to use those new CRDs.

Enhancements

  • ⬆️ Upgrade traefik Docker tag to v2.10.0 by @renovate in #833

Bug Fixes

  • 🐛 update rbac for both traefik.io and containo.us apigroups (#836) (0efbcb5)

Full Changelog: v22.2.0...v22.3.0

v22.2.0

24 Apr 09:36
85009ee
Compare
Choose a tag to compare

22.2.0 (2023-04-24)

Features

  • allow to set dnsConfig on pod template (fe25020)
  • override container port (480c17f)

Bug Fixes

  • 🐛 annotations leaking between aliased subcharts (f6c7ee9)
  • indentation on TLSOption (2a9879a)

Tests

  • 👷 Update unit tests tooling (da553ee)

New Contributors

Full Changelog: v22.1.0...v22.2.0

v22.1.0

07 Apr 08:16
102e596
Compare
Choose a tag to compare

22.1.0 (2023-04-07)

Features

  • add additional labels to tlsoption (0244dde)

Documentation

  • 📚️ improve example on HPA (d97b79b)

Misc

  • ⬆️ Upgrade traefik Docker tag to v2.9.10 by @renovate in #818

New Contributors

Full Changelog: v22.0.0...v22.1.0