mirror of
https://github.com/traefik/traefik.git
synced 2026-06-17 19:09:29 +03:00
Prepare release v2.11.47
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
## [v2.11.47](https://github.com/traefik/traefik/tree/v2.11.47) (2026-06-03)
|
||||
[All Commits](https://github.com/traefik/traefik/compare/v2.11.46...v2.11.47)
|
||||
|
||||
**Bug fixes:**
|
||||
- **[middleware, authentication]** Add error on basic auth build if users is empty ([#13195](https://github.com/traefik/traefik/pull/13195) @rtribotte)
|
||||
- **[k8s/ingress]** Avoid ingress path matcher injection and backport 11d251415 ([#13227](https://github.com/traefik/traefik/pull/13227) @rtribotte)
|
||||
- **[server]** Move snicheck to ctx instead of simulated routing ([#13214](https://github.com/traefik/traefik/pull/13214) @juliens)
|
||||
- **[middleware]** Reject requests with different paths after StripPrefix and StripPrefixRegex normalisation ([#13215](https://github.com/traefik/traefik/pull/13215) @rtribotte)
|
||||
- **[server]** Bump golang.org/x/net to v0.55.0 ([#13251](https://github.com/traefik/traefik/pull/13251) @kevinpollet)
|
||||
- **[server]** Bump golang.org/x/crypto to v0.52.0 ([#13276](https://github.com/traefik/traefik/pull/13276) @rtribotte)
|
||||
|
||||
## [v2.11.46](https://github.com/traefik/traefik/tree/v2.11.46) (2026-05-11)
|
||||
[All Commits](https://github.com/traefik/traefik/compare/v2.11.45...v2.11.46)
|
||||
|
||||
|
||||
@@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
||||
OutputType = "file"
|
||||
FileName = "traefik_changelog.md"
|
||||
|
||||
# example new bugfix v2.11.46
|
||||
# example new bugfix v2.11.47
|
||||
CurrentRef = "v2.11"
|
||||
PreviousRef = "v2.11.45"
|
||||
PreviousRef = "v2.11.46"
|
||||
BaseBranch = "v2.11"
|
||||
FutureCurrentRefName = "v2.11.46"
|
||||
FutureCurrentRefName = "v2.11.47"
|
||||
|
||||
ThresholdPreviousRef = 10000
|
||||
ThresholdCurrentRef = 10000
|
||||
|
||||
Reference in New Issue
Block a user