|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## 34.2.0    |
| 4 | + |
| 5 | +**Release date:** 2025-01-28 |
| 6 | + |
| 7 | +* fix: :bug: permanent redirect should be disableable |
| 8 | +* feat: :sparkles: add hub tracing capabilities |
| 9 | +* docs: 📚️ fix typo in Guidelines.md |
| 10 | +* chore(release): publish v34.2.0 |
| 11 | + |
| 12 | +### Default value changes |
| 13 | + |
| 14 | +```diff |
| 15 | +diff --git a/traefik/values.yaml b/traefik/values.yaml |
| 16 | +index 3335e78..4f93924 100644 |
| 17 | +--- a/traefik/values.yaml |
| 18 | ++++ b/traefik/values.yaml |
| 19 | +@@ -979,3 +979,17 @@ hub: |
| 20 | + insecureSkipVerify: false |
| 21 | + # Enable export of errors logs to the platform. Default: true. |
| 22 | + sendlogs: # @schema type:[boolean, null] |
| 23 | ++ tracing: |
| 24 | ++ # -- Tracing headers to duplicate. |
| 25 | ++ # To configure the following, tracing.otlp.enabled needs to be set to true. |
| 26 | ++ additionalTraceHeaders: |
| 27 | ++ enabled: false |
| 28 | ++ traceContext: |
| 29 | ++ # -- Name of the header that will contain the parent-id header copy. |
| 30 | ++ parentId: "" |
| 31 | ++ # -- Name of the header that will contain the trace-id copy. |
| 32 | ++ traceId: "" |
| 33 | ++ # -- Name of the header that will contain the traceparent copy. |
| 34 | ++ traceParent: "" |
| 35 | ++ # -- Name of the header that will contain the tracestate copy. |
| 36 | ++ traceState: "" |
| 37 | +``` |
| 38 | + |
3 | 39 | ## 34.1.0   
|
4 | 40 |
|
5 | 41 | **Release date:** 2025-01-15
|
|
0 commit comments