diff --git a/CHANGELOG.md b/CHANGELOG.md index 27101e1f4..5c66b55e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [v3.5.0-rc2](https://github.com/traefik/traefik/tree/v3.5.0-rc2) (2025-07-11) +[All Commits](https://github.com/traefik/traefik/compare/v3.5.0-rc1...v3.5.0-rc2) + +**Bug fixes:** +- **[logs,metrics,tracing,accesslogs,otel]** Add missing resource attributes detectors ([#11874](https://github.com/traefik/traefik/pull/11874) by [rtribotte](https://github.com/rtribotte)) + +**Misc:** +- Merge branch v3.4 into v3.5 ([#11898](https://github.com/traefik/traefik/pull/11898) by [kevinpollet](https://github.com/kevinpollet)) + ## [v3.4.4](https://github.com/traefik/traefik/tree/v3.4.4) (2025-07-11) [All Commits](https://github.com/traefik/traefik/compare/v3.4.3...v3.4.4) diff --git a/script/gcg/traefik-rc-new.toml b/script/gcg/traefik-rc-new.toml index 252218964..70a89e7cd 100644 --- a/script/gcg/traefik-rc-new.toml +++ b/script/gcg/traefik-rc-new.toml @@ -4,11 +4,11 @@ RepositoryName = "traefik" OutputType = "file" FileName = "traefik_changelog.md" -# example rc2 of v3.4.0 -CurrentRef = "v3.4" -PreviousRef = "v3.4.0-rc1" -BaseBranch = "v3.4" -FutureCurrentRefName = "v3.4.0-rc2" +# example rc2 of v3.5.0 +CurrentRef = "v3.5" +PreviousRef = "v3.5.0-rc1" +BaseBranch = "v3.5" +FutureCurrentRefName = "v3.5.0-rc2" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10