From 42d8e6d60def0b49e2de4720b3ad16dc5901f3c3 Mon Sep 17 00:00:00 2001 From: Romain Date: Thu, 10 Dec 2020 16:48:04 +0100 Subject: [PATCH] Prepare release v2.3.5 --- CHANGELOG.md | 15 +++++++++++++++ script/gcg/traefik-bugfix.toml | 6 +++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f718aead..e7b266e52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [v2.3.5](https://github.com/traefik/traefik/tree/v2.3.5) (2020-12-10) +[All Commits](https://github.com/traefik/traefik/compare/v2.3.4...v2.3.5) + +**Bug fixes:** +- **[acme]** Update go-acme/lego to v4.1.3 ([#7625](https://github.com/traefik/traefik/pull/7625) by [ldez](https://github.com/ldez)) +- **[k8s,k8s/crd]** IngressRoute: add an option to disable cross-namespace routing ([#7595](https://github.com/traefik/traefik/pull/7595) by [rtribotte](https://github.com/rtribotte)) +- **[k8s/crd,k8s/ingress]** Fix concatenation of IPv6 addresses and ports ([#7620](https://github.com/traefik/traefik/pull/7620) by [jspdown](https://github.com/jspdown)) +- **[tcp,tls]** Fix TLS options fallback when domain and options are the same ([#7609](https://github.com/traefik/traefik/pull/7609) by [jspdown](https://github.com/jspdown)) +- **[webui]** Fix UI bug on long service name ([#7535](https://github.com/traefik/traefik/pull/7535) by [ipinak](https://github.com/ipinak)) + +**Documentation:** +- **[docker]** Add example for multiple service per container ([#7610](https://github.com/traefik/traefik/pull/7610) by [notsureifkevin](https://github.com/notsureifkevin)) +- Documentation: Add spacing to sidebars so the last item is always visible ([#7616](https://github.com/traefik/traefik/pull/7616) by [paulocfjunior](https://github.com/paulocfjunior)) +- Fix typos in migration guide ([#7596](https://github.com/traefik/traefik/pull/7596) by [marsavela](https://github.com/marsavela)) + ## [v2.3.4](https://github.com/traefik/traefik/tree/v2.3.4) (2020-11-24) [All Commits](https://github.com/traefik/traefik/compare/v2.3.3...v2.3.4) diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index 3b6392736..408b454d1 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.3.4 +# example new bugfix v2.3.5 CurrentRef = "v2.3" -PreviousRef = "v2.3.3" +PreviousRef = "v2.3.4" BaseBranch = "v2.3" -FutureCurrentRefName = "v2.3.4" +FutureCurrentRefName = "v2.3.5" ThresholdPreviousRef = 10 ThresholdCurrentRef = 10