From f02b223639d67217e400392f44688cc20b055f23 Mon Sep 17 00:00:00 2001 From: Kevin Pollet Date: Tue, 21 May 2024 16:16:05 +0200 Subject: [PATCH] Prepare release v2.11.3 --- CHANGELOG.md | 16 ++++++++++++++++ script/gcg/traefik-bugfix.toml | 6 +++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d5d64508..c2e6ebfe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [v2.11.3](https://github.com/traefik/traefik/tree/v2.11.3) (2024-05-17) +[All Commits](https://github.com/traefik/traefik/compare/v2.11.2...v2.11.3) + +**Bug fixes:** +- **[server]** Remove deadlines for non-TLS connections ([#10615](https://github.com/traefik/traefik/pull/10615) by [rtribotte](https://github.com/rtribotte)) +- **[webui]** Display of Content Security Policy values getting out of screen ([#10710](https://github.com/traefik/traefik/pull/10710) by [brandonfl](https://github.com/brandonfl)) +- **[webui]** Fix provider icon size ([#10621](https://github.com/traefik/traefik/pull/10621) by [framebassman](https://github.com/framebassman)) + +**Documentation:** +- **[k8s/crd]** Fix migration/v2.md ([#10658](https://github.com/traefik/traefik/pull/10658) by [stemar94](https://github.com/stemar94)) +- **[k8s/gatewayapi]** Fix HTTPRoute use of backendRefs ([#10630](https://github.com/traefik/traefik/pull/10630) by [sakaru](https://github.com/sakaru)) +- **[k8s/gatewayapi]** Fix HTTPRoute path type ([#10629](https://github.com/traefik/traefik/pull/10629) by [sakaru](https://github.com/sakaru)) +- **[k8s]** Improve mirroring example on Kubernetes ([#10701](https://github.com/traefik/traefik/pull/10701) by [mloiseleur](https://github.com/mloiseleur)) +- Consistent entryPoints capitalization in CLI flag usage ([#10650](https://github.com/traefik/traefik/pull/10650) by [jnoordsij](https://github.com/jnoordsij)) +- Fix unfinished migration sentence for v2.11.2 ([#10633](https://github.com/traefik/traefik/pull/10633) by [kevinpollet](https://github.com/kevinpollet)) + ## [v2.11.2](https://github.com/traefik/traefik/tree/v2.11.2) (2024-04-11) [All Commits](https://github.com/traefik/traefik/compare/v2.11.1...v2.11.2) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index cc811ea47..241c83616 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.11.2 +# example new bugfix v2.11.3 CurrentRef = "v2.11" -PreviousRef = "v2.11.1" +PreviousRef = "v2.11.2" BaseBranch = "v2.11" -FutureCurrentRefName = "v2.11.2" +FutureCurrentRefName = "v2.11.3" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10