mirror of
https://github.com/traefik/traefik.git
synced 2026-06-10 17:22:49 -04:00
Prepare release v3.7.1
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
e116b8b859
commit
fa49e2bcad
2 changed files with 12 additions and 5 deletions
|
|
@ -1,3 +1,10 @@
|
|||
## [v3.7.1](https://github.com/traefik/traefik/tree/v3.7.1) (2026-05-11)
|
||||
[All Commits](https://github.com/traefik/traefik/compare/v3.7.0...v3.7.1)
|
||||
|
||||
**Bug fixes:**
|
||||
- **[k8s/ingress, k8s/crd, k8s/gatewayapi]** Add CrossProviderNamespaces option ([#13094](https://github.com/traefik/traefik/pull/13094) @rtribotte)
|
||||
- **[k8s/crd]** Fix cross-provider ref check for Kubernetes CRD provider ([#13121](https://github.com/traefik/traefik/pull/13121) @rtribotte)
|
||||
|
||||
## [v3.6.17](https://github.com/traefik/traefik/tree/v3.6.17) (2026-05-11)
|
||||
[All Commits](https://github.com/traefik/traefik/compare/v3.6.16...v3.6.17)
|
||||
|
||||
|
|
|
|||
|
|
@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
|||
OutputType = "file"
|
||||
FileName = "traefik_changelog.md"
|
||||
|
||||
# example new bugfix v3.6.17
|
||||
CurrentRef = "v3.6"
|
||||
PreviousRef = "v3.6.16"
|
||||
BaseBranch = "v3.6"
|
||||
FutureCurrentRefName = "v3.6.17"
|
||||
# example new bugfix v3.7.1
|
||||
CurrentRef = "v3.7"
|
||||
PreviousRef = "v3.7.0"
|
||||
BaseBranch = "v3.7"
|
||||
FutureCurrentRefName = "v3.7.1"
|
||||
|
||||
ThresholdPreviousRef = 10000
|
||||
ThresholdCurrentRef = 10000
|
||||
|
|
|
|||
Loading…
Reference in a new issue