Prepare release v2.11.35
This commit is contained in:
parent
adf47fba31
commit
9e5d4ba5a1
2 changed files with 10 additions and 3 deletions
|
|
@ -1,3 +1,10 @@
|
|||
## [v2.11.35](https://github.com/traefik/traefik/tree/v2.11.35) (2026-01-14)
|
||||
[All Commits](https://github.com/traefik/traefik/compare/v2.11.34...v2.11.35)
|
||||
|
||||
**Bug fixes:**
|
||||
- **[acme]** Add timeout to ACME-TLS/1 challenge handshake ([#12516](https://github.com/traefik/traefik/pull/12516) by [LBF38](https://github.com/LBF38))
|
||||
- **[server]** Make encoded character options opt-in ([#12540](https://github.com/traefik/traefik/pull/12540) by [gndz07](https://github.com/gndz07))
|
||||
|
||||
## [v2.11.34](https://github.com/traefik/traefik/tree/v2.11.34) (2025-12-23)
|
||||
[All Commits](https://github.com/traefik/traefik/compare/v2.11.33...v2.11.34)
|
||||
|
||||
|
|
|
|||
|
|
@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
|||
OutputType = "file"
|
||||
FileName = "traefik_changelog.md"
|
||||
|
||||
# example new bugfix v2.11.34
|
||||
# example new bugfix v2.11.35
|
||||
CurrentRef = "v2.11"
|
||||
PreviousRef = "v2.11.33"
|
||||
PreviousRef = "v2.11.34"
|
||||
BaseBranch = "v2.11"
|
||||
FutureCurrentRefName = "v2.11.34"
|
||||
FutureCurrentRefName = "v2.11.35"
|
||||
|
||||
ThresholdPreviousRef = 10000
|
||||
ThresholdCurrentRef = 10000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue