diff --git a/CHANGELOG.md b/CHANGELOG.md index 4beb86be7..63a512e1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [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) + +**Documentation:** +- **[k8s/gatewayapi]** Fix Kubernetes Gateway statusAddress documentation ([#11663](https://github.com/traefik/traefik/pull/11663) by [kevinpollet](https://github.com/kevinpollet)) +- **[tracing]** Document how to pass multiple Headers on tracing with CLI ([#11665](https://github.com/traefik/traefik/pull/11665) by [mloiseleur](https://github.com/mloiseleur)) +- Fix typos on what is Traefik docs page ([#11685](https://github.com/traefik/traefik/pull/11685) by [matthewCmatt](https://github.com/matthewCmatt)) +- Update Welcome Page ([#11615](https://github.com/traefik/traefik/pull/11615) by [sheddy-traefik](https://github.com/sheddy-traefik)) + +**Misc:** +- Merge branch v2.11 into v3.3 ([#11703](https://github.com/traefik/traefik/pull/11703) by [kevinpollet](https://github.com/kevinpollet)) +- Merge branch v2.11 into v3.3 ([#11696](https://github.com/traefik/traefik/pull/11696) by [rtribotte](https://github.com/rtribotte)) +- Merge branch v2.11 into v3.3 ([#11694](https://github.com/traefik/traefik/pull/11694) by [rtribotte](https://github.com/rtribotte)) + ## [v2.11.24](https://github.com/traefik/traefik/tree/v2.11.24) (2025-04-18) [All Commits](https://github.com/traefik/traefik/compare/v2.11.22...v2.11.24) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 1aa3ab605..cedcc34d0 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.5 +# example new bugfix v3.3.6 CurrentRef = "v3.3" -PreviousRef = "v3.3.4" +PreviousRef = "v3.3.5" BaseBranch = "v3.3" -FutureCurrentRefName = "v3.3.5" +FutureCurrentRefName = "v3.3.6" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10