From 0be01cc067a3089fd9b108dc84e146d223962882 Mon Sep 17 00:00:00 2001 From: Kevin Pollet Date: Thu, 19 Sep 2024 15:44:04 +0200 Subject: [PATCH] Prepare release v3.1.4 --- CHANGELOG.md | 12 ++++++++++++ script/gcg/traefik-bugfix.toml | 6 +++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b81fb4e25..77ccc3844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [v3.1.4](https://github.com/traefik/traefik/tree/v3.1.4) (2024-09-19) +[All Commits](https://github.com/traefik/traefik/compare/v3.1.3...v3.1.4) + +**Bug fixes:** +- **[metrics]** Guess Datadog socket type when prefix is unix ([#11102](https://github.com/traefik/traefik/pull/11102) by [kevinpollet](https://github.com/kevinpollet)) + +**Documentation:** +- Mention v3 in readme ([#11082](https://github.com/traefik/traefik/pull/11082) by [kabaluyot](https://github.com/kabaluyot)) + +**Misc:** +- Merge branch v2.11 into v3.1 ([#11107](https://github.com/traefik/traefik/pull/11107) by [rtribotte](https://github.com/rtribotte)) + ## [v2.11.10](https://github.com/traefik/traefik/tree/v2.11.10) (2024-09-19) [All Commits](https://github.com/traefik/traefik/compare/v2.11.9...v2.11.10) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 030bc014b..56b36a3df 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.1.3 +# example new bugfix v3.1.4 CurrentRef = "v3.1" -PreviousRef = "v3.1.2" +PreviousRef = "v3.1.3" BaseBranch = "v3.1" -FutureCurrentRefName = "v3.1.3" +FutureCurrentRefName = "v3.1.4" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10