From 95434e870bb642a22e007f0eb1db7de24af5f714 Mon Sep 17 00:00:00 2001 From: Kevin Pollet Date: Fri, 11 Jul 2025 10:26:04 +0200 Subject: [PATCH] Prepare release v3.4.4 --- CHANGELOG.md | 17 +++++++++++++++++ script/gcg/traefik-bugfix.toml | 6 +++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6471a58e..49a68fae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [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) + +**Bug fixes:** +- **[k8s/gatewayapi]** Respect service.nativelb=false annotation when nativeLBByDefault is enabled ([#11847](https://github.com/traefik/traefik/pull/11847) by [sdelicata](https://github.com/sdelicata)) +- **[service]** Fix concurrent access to balancer status map in WRR and P2C strategies ([#11887](https://github.com/traefik/traefik/pull/11887) by [kevinpollet](https://github.com/kevinpollet)) + +**Documentation:** +- **[docker,k8s]** Add New Expose Guides ([#11760](https://github.com/traefik/traefik/pull/11760) by [sheddy-traefik](https://github.com/sheddy-traefik)) +- **[docker,k8s]** Add New Setup Guides ([#11741](https://github.com/traefik/traefik/pull/11741) by [sheddy-traefik](https://github.com/sheddy-traefik)) +- **[docker/swarm]** Fix label for overriding swarm network on container ([#11881](https://github.com/traefik/traefik/pull/11881) by [kevinpollet](https://github.com/kevinpollet)) +- **[logs,accesslogs]** Update Logs and Accesslogs Reference documentation with OTLP Options ([#11845](https://github.com/traefik/traefik/pull/11845) by [sheddy-traefik](https://github.com/sheddy-traefik)) +- Update what is Traefik page to include full Traefik Platform context ([#11885](https://github.com/traefik/traefik/pull/11885) by [tomatokoolaid](https://github.com/tomatokoolaid)) + +**Misc:** +- Merge branch v2.11 into v3.4 ([#11896](https://github.com/traefik/traefik/pull/11896) by [kevinpollet](https://github.com/kevinpollet)) + ## [v2.11.27](https://github.com/traefik/traefik/tree/v2.11.27) (2025-07-11) [All Commits](https://github.com/traefik/traefik/compare/v2.11.26...v2.11.27) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 75f553f47..a1b6f4ab9 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.4.3 +# example new bugfix v3.4.4 CurrentRef = "v3.4" -PreviousRef = "v3.4.2" +PreviousRef = "v3.4.3" BaseBranch = "v3.4" -FutureCurrentRefName = "v3.4.3" +FutureCurrentRefName = "v3.4.4" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10