Skip to content

Commit c3f28c7

Browse files
authored
chore(release): publish v34.2.0
1 parent 7ff165c commit c3f28c7

File tree

3 files changed

+42
-6
lines changed

3 files changed

+42
-6
lines changed

traefik/Changelog.md

+36
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Change Log
22

3+
## 34.2.0 ![AppVersion: v3.3.2](https://img.shields.io/static/v1?label=AppVersion&message=v3.3.2&color=success&logo=) ![Kubernetes: >=1.22.0-0](https://img.shields.io/static/v1?label=Kubernetes&message=%3E%3D1.22.0-0&color=informational&logo=kubernetes) ![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
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+
339
## 34.1.0 ![AppVersion: v3.3.2](https://img.shields.io/static/v1?label=AppVersion&message=v3.3.2&color=success&logo=) ![Kubernetes: >=1.22.0-0](https://img.shields.io/static/v1?label=Kubernetes&message=%3E%3D1.22.0-0&color=informational&logo=kubernetes) ![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
440

541
**Release date:** 2025-01-15

traefik/Chart.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: traefik
33
description: A Traefik based Kubernetes ingress controller
44
type: application
5-
version: 34.1.0
5+
version: 34.2.0
66
# renovate: image=traefik
77
appVersion: v3.3.2
88
kubeVersion: ">=1.22.0-0"
@@ -25,7 +25,7 @@ maintainers:
2525
icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
2626
annotations:
2727
artifacthub.io/changes: |
28-
- "fix(Traefik Proxy): support uppercase letters in entrypoint names"
29-
- "feat(deps): update traefik docker tag to v3.3.2"
30-
- "feat(Traefik Hub): add OAS validateRequestMethodAndPath - CRDs update"
31-
- "chore(release): publish v34.1.0 and CRDs v1.2.0"
28+
- "fix: :bug: permanent redirect should be disableable"
29+
- "feat: :sparkles: add hub tracing capabilities"
30+
- "docs: 📚️ fix typo in Guidelines.md"
31+
- "chore(release): publish v34.2.0"

traefik/VALUES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# traefik
22

3-
![Version: 34.1.0](https://img.shields.io/badge/Version-34.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.3.2](https://img.shields.io/badge/AppVersion-v3.3.2-informational?style=flat-square)
3+
![Version: 34.2.0](https://img.shields.io/badge/Version-34.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.3.2](https://img.shields.io/badge/AppVersion-v3.3.2-informational?style=flat-square)
44

55
A Traefik based Kubernetes ingress controller
66

0 commit comments

Comments
 (0)