mirror of
https://github.com/traefik/traefik.git
synced 2026-06-17 19:09:29 +03:00
Prepare release v3.7.5
This commit is contained in:
@@ -1,3 +1,14 @@
|
|||||||
|
## [v3.7.5](https://github.com/traefik/traefik/tree/v3.7.5) (2026-06-10)
|
||||||
|
[All Commits](https://github.com/traefik/traefik/compare/v3.7.4...v3.7.5)
|
||||||
|
|
||||||
|
**Bug fixes:**
|
||||||
|
- **[k8s/ingress-nginx]** Skip ingress when auth-secret resolution fails ([#13323](https://github.com/traefik/traefik/pull/13323) @gndz07)
|
||||||
|
- **[k8s/ingress-nginx]** Pass endpointslice fencing on ingress-nginx provider ([#13290](https://github.com/traefik/traefik/pull/13290) @Learloj)
|
||||||
|
- **[k8s/gatewayapi]** Reject cross-provider references with backendRefs.namespace ([#13322](https://github.com/traefik/traefik/pull/13322) @youkoulayley)
|
||||||
|
- **[server]** Bump to github.com/pires/go-proxyproto v0.12.0 ([#13313](https://github.com/traefik/traefik/pull/13313) @timschumi)
|
||||||
|
- **[tls]** Fix routers with same host, different tlsoptions on different entryPoint ([#13329](https://github.com/traefik/traefik/pull/13329) @juliens)
|
||||||
|
- **[tls]** Fix snicheck for routers with no hosts ([#13333](https://github.com/traefik/traefik/pull/13333) @rtribotte)
|
||||||
|
|
||||||
## [v3.6.21](https://github.com/traefik/traefik/tree/v3.6.21) (2026-06-10)
|
## [v3.6.21](https://github.com/traefik/traefik/tree/v3.6.21) (2026-06-10)
|
||||||
[All Commits](https://github.com/traefik/traefik/compare/v3.6.20...v3.6.21)
|
[All Commits](https://github.com/traefik/traefik/compare/v3.6.20...v3.6.21)
|
||||||
|
|
||||||
|
|||||||
@@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
|||||||
OutputType = "file"
|
OutputType = "file"
|
||||||
FileName = "traefik_changelog.md"
|
FileName = "traefik_changelog.md"
|
||||||
|
|
||||||
# example new bugfix v3.7.4
|
# example new bugfix v3.7.5
|
||||||
CurrentRef = "v3.7"
|
CurrentRef = "v3.7"
|
||||||
PreviousRef = "v3.7.3"
|
PreviousRef = "v3.7.4"
|
||||||
BaseBranch = "v3.7"
|
BaseBranch = "v3.7"
|
||||||
FutureCurrentRefName = "v3.7.4"
|
FutureCurrentRefName = "v3.7.5"
|
||||||
|
|
||||||
ThresholdPreviousRef = 10000
|
ThresholdPreviousRef = 10000
|
||||||
ThresholdCurrentRef = 10000
|
ThresholdCurrentRef = 10000
|
||||||
|
|||||||
Reference in New Issue
Block a user