diff --git a/CHANGELOG.md b/CHANGELOG.md index 63a512e1d..a4cf54d11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index cedcc34d0..18f1a7c29 100644 --- a/script/gcg/traefik-bugfix.toml +++ b/script/gcg/traefik-bugfix.toml @@ -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