mirror of
https://github.com/traefik/traefik.git
synced 2026-06-17 19:09:29 +03:00
Prepare release v2.11.42
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
## [v2.11.42](https://github.com/traefik/traefik/tree/v2.11.42) (2026-03-26)
|
||||
[All Commits](https://github.com/traefik/traefik/compare/v2.11.41...v2.11.42)
|
||||
|
||||
**Bug fixes:**
|
||||
- **[grpc]** Bump google.golang.org/grpc to v1.79.3 ([#12845](https://github.com/traefik/traefik/pull/12845) @mmatur)
|
||||
- **[middleware, authentication]** Prevent duplicate user headers in basic and digest auth middleware ([#12851](https://github.com/traefik/traefik/pull/12851) @juliens)
|
||||
- **[middleware]** Fix StripPrefix and StripPrefixRegex to slice the prefix using encoded prefix length ([#12863](https://github.com/traefik/traefik/pull/12863) @gndz07)
|
||||
|
||||
## [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)
|
||||
|
||||
|
||||
@@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
||||
OutputType = "file"
|
||||
FileName = "traefik_changelog.md"
|
||||
|
||||
# example new bugfix v2.11.41
|
||||
# example new bugfix v2.11.42
|
||||
CurrentRef = "v2.11"
|
||||
PreviousRef = "v2.11.40"
|
||||
PreviousRef = "v2.11.41"
|
||||
BaseBranch = "v2.11"
|
||||
FutureCurrentRefName = "v2.11.41"
|
||||
FutureCurrentRefName = "v2.11.42"
|
||||
|
||||
ThresholdPreviousRef = 10000
|
||||
ThresholdCurrentRef = 10000
|
||||
|
||||
Reference in New Issue
Block a user