mirror of
https://github.com/traefik/traefik.git
synced 2026-06-09 00:32:27 -04:00
Prepare release v2.11.41
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Build and Publish Documentation / Doc Process (push) Has been cancelled
Build experimental image on branch / build-webui (push) Has been cancelled
Build experimental image on branch / Build experimental image on branch (push) Has been cancelled
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Build and Publish Documentation / Doc Process (push) Has been cancelled
Build experimental image on branch / build-webui (push) Has been cancelled
Build experimental image on branch / Build experimental image on branch (push) Has been cancelled
This commit is contained in:
parent
122175ac2f
commit
f2c198c9f3
2 changed files with 14 additions and 3 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,3 +1,14 @@
|
|||
## [v2.11.41](https://github.com/traefik/traefik/tree/v2.11.41) (2026-03-18)
|
||||
[All Commits](https://github.com/traefik/traefik/compare/v2.11.40...v2.11.41)
|
||||
|
||||
**Bug fixes:**
|
||||
- **[http]** Add maxResponseBodySize configuration on HTTP provider ([#12788](https://github.com/traefik/traefik/pull/12788) @gndz07)
|
||||
- **[tls]** Support fragmented TLS client hello ([#12787](https://github.com/traefik/traefik/pull/12787) @rtribotte)
|
||||
- **[middleware, authentication]** Make basic auth check timing constant ([#12803](https://github.com/traefik/traefik/pull/12803) @rtribotte)
|
||||
|
||||
**Documentation:**
|
||||
- Bump mkdocs-traefiklabs to use consent mode ([#12804](https://github.com/traefik/traefik/pull/12804) @darkweaver87)
|
||||
|
||||
## [v2.11.40](https://github.com/traefik/traefik/tree/v2.11.40) (2026-03-06)
|
||||
[All Commits](https://github.com/traefik/traefik/compare/v2.11.38...v2.11.40)
|
||||
|
||||
|
|
|
|||
|
|
@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
|||
OutputType = "file"
|
||||
FileName = "traefik_changelog.md"
|
||||
|
||||
# example new bugfix v2.11.40
|
||||
# example new bugfix v2.11.41
|
||||
CurrentRef = "v2.11"
|
||||
PreviousRef = "v2.11.39"
|
||||
PreviousRef = "v2.11.40"
|
||||
BaseBranch = "v2.11"
|
||||
FutureCurrentRefName = "v2.11.40"
|
||||
FutureCurrentRefName = "v2.11.41"
|
||||
|
||||
ThresholdPreviousRef = 10000
|
||||
ThresholdCurrentRef = 10000
|
||||
|
|
|
|||
Loading…
Reference in a new issue