Prepare release v3.3.7
This commit is contained in:
parent
87b57406ff
commit
74bc93308b
2 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
## [v3.3.7](https://github.com/traefik/traefik/tree/v3.3.7) (2025-05-05)
|
||||
[All Commits](https://github.com/traefik/traefik/compare/v3.3.6...v3.3.7)
|
||||
|
||||
**Bug fixes:**
|
||||
- **[logs,middleware,accesslogs]** Add SpanID and TraceID accessLogs fields only when tracing is enabled ([#11715](https://github.com/traefik/traefik/pull/11715) by [rtribotte](https://github.com/rtribotte))
|
||||
|
||||
## [v3.3.6](https://github.com/traefik/traefik/tree/v3.3.6) (2025-04-18)
|
||||
[All Commits](https://github.com/traefik/traefik/compare/v3.3.5...v3.3.6)
|
||||
|
||||
|
|
|
@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
|||
OutputType = "file"
|
||||
FileName = "traefik_changelog.md"
|
||||
|
||||
# example new bugfix v3.3.6
|
||||
# example new bugfix v3.3.7
|
||||
CurrentRef = "v3.3"
|
||||
PreviousRef = "v3.3.5"
|
||||
PreviousRef = "v3.3.6"
|
||||
BaseBranch = "v3.3"
|
||||
FutureCurrentRefName = "v3.3.6"
|
||||
FutureCurrentRefName = "v3.3.7"
|
||||
|
||||
ThresholdPreviousRef = 10
|
||||
ThresholdCurrentRef = 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue