|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## 41.4.0    |
| 4 | + |
| 5 | +**Release date:** 2026-08-27 |
| 6 | + |
| 7 | +* fix: :bug: hub/proxy mapping |
| 8 | +* feat: deprecate `underscoreHeadersStrategy` value |
| 9 | +* feat: add `aliasHeadersStrategy` value |
| 10 | +* feat(deps): update traefik docker tag to v3.7.12 |
| 11 | +* chore(release): π publish 41.4.0 |
| 12 | + |
| 13 | +### Default value changes |
| 14 | + |
| 15 | +```diff |
| 16 | +diff --git a/traefik/values.yaml b/traefik/values.yaml |
| 17 | +index 54a55eb..6580baf 100644 |
| 18 | +--- a/traefik/values.yaml |
| 19 | ++++ b/traefik/values.yaml |
| 20 | +@@ -1044,9 +1044,13 @@ ports: |
| 21 | + middlewares: [] # @schema type: [array, null] |
| 22 | + # -- (bool) See [upstream documentation](https://doc.traefik.io/traefik/security/request-path/#path-sanitization) |
| 23 | + sanitizePath: # @schema type:[boolean, null] |
| 24 | +- # -- Defines how request headers with underscores in their names are handled (v3.7.6+). |
| 25 | ++ # -- Defines how request headers with non-alphanumeric characters in their names are handled (v3.7.12+). |
| 26 | ++ # See [upstream documentation](https://doc.traefik.io/traefik/reference/install-configuration/entrypoints/#aliasheadersstrategy) |
| 27 | ++ aliasHeadersStrategy: # @schema enum:[keep, delete, reject, null]; type:[string, null] |
| 28 | ++ # -- Defines how request headers with underscores in their names are handled (v3.7.6-v3.7.11). |
| 29 | ++ # Replaced by the aliasHeadersStrategy option for Traefik v3.7.12+. |
| 30 | + # See [upstream documentation](https://doc.traefik.io/traefik/reference/install-configuration/entrypoints/#underscoreheadersstrategy) |
| 31 | +- underscoreHeadersStrategy: # @schema enum:[keep, delete, reject, null]; type:[string, null] |
| 32 | ++ underscoreHeadersStrategy: # @schema deprecated; enum:[keep, delete, reject, null]; type:[string, null] |
| 33 | + tls: |
| 34 | + # -- See [upstream documentation](https://doc.traefik.io/traefik/reference/install-configuration/entrypoints/#opt-http-tls) |
| 35 | + # @default -- true |
| 36 | +``` |
| 37 | + |
| 38 | + |
3 | 39 | ## 41.3.0    |
4 | 40 |
|
5 | 41 | **Release date:** 2026-08-19 |
|
0 commit comments