From 54c77ecb54ccc4633b3e43d44e18068fa31fe42c Mon Sep 17 00:00:00 2001 From: Tom Moulard Date: Fri, 10 Dec 2021 17:52:04 +0100 Subject: [PATCH] Prepare release v2.5.5 --- .semaphore/semaphore.yml | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ script/gcg/traefik-bugfix.toml | 6 +++--- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index d88beafe4..7592a1e81 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -65,7 +65,7 @@ blocks: - name: GH_VERSION value: 1.12.1 - name: CODENAME - value: "livarot" + value: "brie" - name: PRE_TARGET value: "" prologue: diff --git a/CHANGELOG.md b/CHANGELOG.md index 26dd81c2c..f2a8b2d11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## [v2.5.5](https://github.com/traefik/traefik/tree/v2.5.5) (2021-12-09) +[All Commits](https://github.com/traefik/traefik/compare/v2.5.4...v2.5.5) + +**Bug fixes:** +- **[acme]** Update go-acme/lego to v4.5.3 ([#8607](https://github.com/traefik/traefik/pull/8607) by [lippertmarkus](https://github.com/lippertmarkus)) +- **[k8s/crd,k8s]** fix: propagate source criterion config to RateLimit middleware in Kubernetes CRD ([#8591](https://github.com/traefik/traefik/pull/8591) by [rbailly-talend](https://github.com/rbailly-talend)) +- **[plugins]** plugins: start the go routine before calling Provide ([#8620](https://github.com/traefik/traefik/pull/8620) by [ldez](https://github.com/ldez)) +- **[plugins]** Update yaegi to v0.11.1 ([#8600](https://github.com/traefik/traefik/pull/8600) by [tomMoulard](https://github.com/tomMoulard)) +- **[plugins]** Update yaegi v0.11.0 ([#8564](https://github.com/traefik/traefik/pull/8564) by [ldez](https://github.com/ldez)) +- **[udp]** fix: increase UDP read buffer length to max datagram size ([#8560](https://github.com/traefik/traefik/pull/8560) by [kevinpollet](https://github.com/kevinpollet)) + +**Documentation:** +- **[consul]** docs: removing typo in consul-catalog provider doc ([#8603](https://github.com/traefik/traefik/pull/8603) by [tomMoulard](https://github.com/tomMoulard)) +- **[metrics]** docs: remove misleading metrics overview configuration ([#8579](https://github.com/traefik/traefik/pull/8579) by [gsilvapt](https://github.com/gsilvapt)) +- **[middleware]** docs: align docker configuration example notes in basicauth HTTP middleware ([#8615](https://github.com/traefik/traefik/pull/8615) by [tomMoulard](https://github.com/tomMoulard)) +- **[service]** docs: health check use readiness probe in k8s ([#8575](https://github.com/traefik/traefik/pull/8575) by [Vampouille](https://github.com/Vampouille)) +- **[tls]** docs: uniformize client TLS config documentation ([#8602](https://github.com/traefik/traefik/pull/8602) by [kevinpollet](https://github.com/kevinpollet)) +- Update CODE_OF_CONDUCT.md ([#8619](https://github.com/traefik/traefik/pull/8619) by [tfny](https://github.com/tfny)) +- fixed minor spelling error in Regexp Syntax section ([#8565](https://github.com/traefik/traefik/pull/8565) by [kerrsmith](https://github.com/kerrsmith)) + ## [v2.5.4](https://github.com/traefik/traefik/tree/v2.5.4) (2021-11-08) [All Commits](https://github.com/traefik/traefik/compare/v2.5.3...v2.5.4) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 78db43815..66872588c 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.5.4 +# example new bugfix v2.5.5 CurrentRef = "v2.5" -PreviousRef = "v2.5.3" +PreviousRef = "v2.5.4" BaseBranch = "v2.5" -FutureCurrentRefName = "v2.5.4" +FutureCurrentRefName = "v2.5.5" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10