Prepare release v2.11.44

This commit is contained in:
Romain
2026-04-29 11:56:10 +02:00
committed by GitHub
parent ad4abde146
commit 98cf988d30
2 changed files with 13 additions and 3 deletions
+10
View File
@@ -1,3 +1,13 @@
## [v2.11.44](https://github.com/traefik/traefik/tree/v2.11.44) (2026-04-29)
[All Commits](https://github.com/traefik/traefik/compare/v2.11.43...v2.11.44)
**Bug fixes:**
- **[middleware]** Add errorRequestHeaders option to Errors middleware ([#13034](https://github.com/traefik/traefik/pull/13034) @gndz07)
- **[acme]** Bump github.com/go-acme/lego to v4.35.2 ([#13052](https://github.com/traefik/traefik/pull/13052) @mmatur)
**Misc:**
- Make FLAGS Make variable usable ([#13009](https://github.com/traefik/traefik/pull/13009) @twz123)
## [v2.11.43](https://github.com/traefik/traefik/tree/v2.11.43) (2026-04-22)
[All Commits](https://github.com/traefik/traefik/compare/v2.11.42...v2.11.43)
+3 -3
View File
@@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example new bugfix v2.11.43
# example new bugfix v2.11.44
CurrentRef = "v2.11"
PreviousRef = "v2.11.42"
PreviousRef = "v2.11.43"
BaseBranch = "v2.11"
FutureCurrentRefName = "v2.11.43"
FutureCurrentRefName = "v2.11.44"
ThresholdPreviousRef = 10000
ThresholdCurrentRef = 10000