Releases: traefik/traefik-helm-chart
v31.1.0
31.1.0 (2024-09-18)
Features
- ✨ input validation using schema (cf703c7)
- ✨ add AllowACMEByPass and improve schema/doc on ports values (458cab9)
- Traefik Hub: add new webhooks and removes unnecessary ones (d7c3622)
- deps: update traefik docker tag to v3.1.3 (1ecf803)
Bug Fixes
- 🐛 update CRD to v3.1 (2dc2253)
v31.0.0
31.0.0 (2024-09-03)
⚠ BREAKING CHANGES
- 🐛 set allowEmptyServices to true by default
- CRDs needs to be upgraded for Traefik Hub users
kubectl apply --server-side --force-conflicts -k https://github.com/traefik/traefik-helm-chart/traefik/crds/
Features
- Traefik Hub: update CRDs to v1.7.0 (aa18d47)
Bug Fixes
v30.1.0
v30.0.2
v30.0.1
v30.0.0
30.0.0 (2024-07-24)
Upgrade notes
This release comes with a breaking change
This release supports Traefik Proxy v3.0, v3.1 and Traefik Hub v3.3
Features
- ✨ display release name and image full path in installation notes (b77d53d)
- handle log filePath and noColor (51fc564)
- use single ingressRoute template (9240475)
- deps: update traefik docker tag to v3.1.0
Bug Fixes
- 🐛 ingressroute default name (a494617)
- can't set gateway name (13d302d)
- namespaced RBACs hub api gateway (50c24e5)
- remove version in OCI documentation (d613258)
- Gateway API: provide expected roles when using namespaced RBAC (abc6310)
- Gateway API: revamp Gateway implementation (5f2705d)
Documentation
- EXAMPLES: 📚️ improve wording on dashboard access without exposing it (2b03ee8)
v29.0.1
v29.0.0
29.0.0 (2024-07-05)
Upgrade Notes
This is a major breaking upgrade. Migration guide from v3.0 to v3.1rc has been applied on this chart.
This release supports both Traefik Proxy v3.0.x and v3.1rc.
It comes with those
- Far better support on Gateway API v1.1: Gateway, GatewayClass, CRDs & RBAC (#1107)
- Many changes on CRDs & RBAC (#1072 & #1108)
- Refactor on Prometheus Operator support. Values has changed (#1114)
- Dashboard
IngressRoute
is now disabled by default (#1111)
CRDs needs to be upgraded: kubectl apply --server-side --force-conflicts -k https://github.com/traefik/traefik-helm-chart/traefik/crds/
Features
- ✨ migrate to endpointslices rbac (0449b0b)
- ✨ update CRDs & RBAC for Traefik Proxy (228c4e4)
- allow to set hostAliases for traefik pod (42e5745)
- dashboard: dashboard
IngressRoute
should be disabled by default (d9b856a) - providers: add nativeLBByDefault support (e75a85c)
- providers: improve kubernetesGateway and Gateway API support (2eb640a)
- workflow: add oci push (aa3022a)
- deps: update traefik docker tag to v3.0.4
- deps: update traefik docker tag to v3.0.3
Bug Fixes
- dashboard: Only set ingressClass annotation when kubernetesCRD provider is listening for it (f142f6c)
- rbac: nodes API permissions for Traefik v3.1+ (647439d)
- allow multiples values in the
secretResourceNames
slice (24978e8) - 🐛 improve error message on additional service without ports (d4cab24)
- prometheus operator settings (7d3a90d)
Documentation
- fix typos and broken link (e43afd4)
New Contributors
- @justinrush made their first contribution in #1093
- @x0ddf made their first contribution in #1094
- @traefiker made their first contribution in #1101
- @mmetc made their first contribution in #1102
v28.3.0
28.3.0 (2024-06-14)
Features
- allow setting permanent on redirectTo (1b454e9)
- deps: update traefik docker tag to v3.0.2
Bug Fixes
- Security: 🐛 🔒️ mount service account token on pod level ([db4f43f](https://github.com/traefik/traefik-helm-chart/commit/
- Traefik Hub: remove namespace in mutating webhook (f8f2da2)
- Traefik Hub: remove obsolete CRD (4fcec62)
- 🐛 namespaced rbac when kubernetesIngress provider is disabled (3bb41f7)
db4f43f)) - 🐛 add divisor: '1' to GOMAXPROCS and GOMEMLIMIT (9ccbee2)
New Contributors
- @hawkesn made their first contribution in #1085
- @berlincount made their first contribution in #1082
Full Changelog: v28.2.0...v28.3.0
v28.2.0
28.2.0 (2024-05-31)
podSecurityContext.fsGroupChangePolicy
. It was OnRootMismatch in previous release of this chart. It can easily be set (back) to OnRootMismatch if needed, see EXAMPLES.
Features
- ✨ simplify values and provide more examples (4eb71eb)
- add deletecollection right on secrets (fb69807)
- update traefik docker tag to v3.0.1 by @renovate in #1075
Bug Fixes
- IngressClass: provides annotation on IngressRoutes when it's enabled (f5de0c3)
New Contributors
Full Changelog: v28.1.0...v28.2.0