Skip to content

Commit

Permalink
chore(release): publish v34.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darkweaver87 authored Jan 28, 2025
1 parent 7ff165c commit c3f28c7
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 6 deletions.
36 changes: 36 additions & 0 deletions traefik/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Change Log

## 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)

**Release date:** 2025-01-28

* fix: :bug: permanent redirect should be disableable
* feat: :sparkles: add hub tracing capabilities
* docs: 📚️ fix typo in Guidelines.md
* chore(release): publish v34.2.0

### Default value changes

```diff
diff --git a/traefik/values.yaml b/traefik/values.yaml
index 3335e78..4f93924 100644
--- a/traefik/values.yaml
+++ b/traefik/values.yaml
@@ -979,3 +979,17 @@ hub:
insecureSkipVerify: false
# Enable export of errors logs to the platform. Default: true.
sendlogs: # @schema type:[boolean, null]
+ tracing:
+ # -- Tracing headers to duplicate.
+ # To configure the following, tracing.otlp.enabled needs to be set to true.
+ additionalTraceHeaders:
+ enabled: false
+ traceContext:
+ # -- Name of the header that will contain the parent-id header copy.
+ parentId: ""
+ # -- Name of the header that will contain the trace-id copy.
+ traceId: ""
+ # -- Name of the header that will contain the traceparent copy.
+ traceParent: ""
+ # -- Name of the header that will contain the tracestate copy.
+ traceState: ""
```

## 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)

**Release date:** 2025-01-15
Expand Down
10 changes: 5 additions & 5 deletions traefik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: traefik
description: A Traefik based Kubernetes ingress controller
type: application
version: 34.1.0
version: 34.2.0
# renovate: image=traefik
appVersion: v3.3.2
kubeVersion: ">=1.22.0-0"
Expand All @@ -25,7 +25,7 @@ maintainers:
icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
annotations:
artifacthub.io/changes: |
- "fix(Traefik Proxy): support uppercase letters in entrypoint names"
- "feat(deps): update traefik docker tag to v3.3.2"
- "feat(Traefik Hub): add OAS validateRequestMethodAndPath - CRDs update"
- "chore(release): publish v34.1.0 and CRDs v1.2.0"
- "fix: :bug: permanent redirect should be disableable"
- "feat: :sparkles: add hub tracing capabilities"
- "docs: 📚️ fix typo in Guidelines.md"
- "chore(release): publish v34.2.0"
2 changes: 1 addition & 1 deletion traefik/VALUES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# traefik

![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)
![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)

A Traefik based Kubernetes ingress controller

Expand Down

0 comments on commit c3f28c7

Please sign in to comment.