chore(deps): update dependency traefik/traefik-helm-chart to v27
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
traefik/traefik-helm-chart | Kustomization | major |
v26.1.0 -> v27.0.2
|
Release Notes
traefik/traefik-helm-chart (traefik/traefik-helm-chart)
v27.0.2
27.0.2 (2024-04-12)
Upgrade Notes
This release comes with an important fix for https://github.com/traefik/traefik/issues/10598 introduced in v2.11.1, see upstream release notes.
Features
- feat:
✨ update Traefik Proxy to v2.11.2 (#1034)
v27.0.1
27.0.1 (2024-04-11)
Upgrade notes
lingeringTimeout
, see https://github.com/traefik/traefik/pull/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
⚠ 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
orexposeInternal
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 theservice.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
- @samox73 made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1016
- @ChandonPierre made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1012
- @andrzejpawcenis made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1021
- @jnonino made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1009
- @Zebradil made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/992
Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v26.1.0...v27.0.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.