From da2278b29a7dac7b7dac49a9a846af30a15c81a3 Mon Sep 17 00:00:00 2001 From: Romain Date: Fri, 31 Jan 2025 15:46:04 +0100 Subject: [PATCH] Prepare release v3.3.3 --- CHANGELOG.md | 14 ++++++++++++++ script/gcg/traefik-bugfix.toml | 6 +++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 167d8219a..2ac4ebbaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [v3.3.3](https://github.com/traefik/traefik/tree/v3.3.3) (2025-01-31) +[All Commits](https://github.com/traefik/traefik/compare/v3.3.2...v3.3.3) + +**Bug fixes:** +- **[api]** Do not create observability model by default ([#11476](https://github.com/traefik/traefik/pull/11476) by [rtribotte](https://github.com/rtribotte)) +- **[fastproxy]** Fix content-length header assertion ([#11498](https://github.com/traefik/traefik/pull/11498) by [kevinpollet](https://github.com/kevinpollet)) +- **[fastproxy]** Handle responses without content length header ([#11458](https://github.com/traefik/traefik/pull/11458) by [rtribotte](https://github.com/rtribotte)) +- **[k8s/crd,k8s]** Add missing headerField in Middleware CRD ([#11499](https://github.com/traefik/traefik/pull/11499) by [jspdown](https://github.com/jspdown)) +- **[tracing,accesslogs]** Bring back TraceID and SpanID fields in access logs ([#11450](https://github.com/traefik/traefik/pull/11450) by [rtribotte](https://github.com/rtribotte)) + +**Misc:** +- Merge branch v2.11 into v3.3 ([#11502](https://github.com/traefik/traefik/pull/11502) by [rtribotte](https://github.com/rtribotte)) +- Merge branch v2.11 into v3.3 ([#11491](https://github.com/traefik/traefik/pull/11491) by [rtribotte](https://github.com/rtribotte)) + ## [v2.11.20](https://github.com/traefik/traefik/tree/v2.11.20) (2025-01-31) [All Commits](https://github.com/traefik/traefik/compare/v2.11.19...v2.11.20) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index b019f43f7..ff387964f 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.2 +# example new bugfix v3.3.3 CurrentRef = "v3.3" -PreviousRef = "v3.3.1" +PreviousRef = "v3.3.2" BaseBranch = "v3.3" -FutureCurrentRefName = "v3.3.2" +FutureCurrentRefName = "v3.3.3" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10