From 0a7964300166d167f68d5502bc245b3b9c8842b4 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Wed, 6 Dec 2023 16:42:09 +0100 Subject: [PATCH] Prepare release v2.10.7 --- CHANGELOG.md | 6 ++++++ script/gcg/traefik-bugfix.toml | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49f19bedb..4d40ab83e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v2.10.7](https://github.com/traefik/traefik/tree/v2.10.7) (2023-12-06) +[All Commits](https://github.com/traefik/traefik/compare/v2.10.6...v2.10.7) + +**Bug fixes:** +- **[logs]** Fixed datadog logs json format issue ([#10233](https://github.com/traefik/traefik/pull/10233) by [sssash18](https://github.com/sssash18)) + ## [v2.10.6](https://github.com/traefik/traefik/tree/v2.10.6) (2023-11-28) [All Commits](https://github.com/traefik/traefik/compare/v2.10.5...v2.10.6) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index fb6f9ccde..d1f7eed10 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 v2.10.6 +# example new bugfix v2.10.7 CurrentRef = "v2.10" -PreviousRef = "v2.10.5" +PreviousRef = "v2.10.6" BaseBranch = "v2.10" -FutureCurrentRefName = "v2.10.6" +FutureCurrentRefName = "v2.10.7" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10