1
0
Fork 0

Prepare release v3.6.2

This commit is contained in:
Romain 2025-11-18 17:06:09 +01:00 committed by GitHub
parent e0d9b060cf
commit f6ea1f473a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
## [v3.6.2](https://github.com/traefik/traefik/tree/v3.6.2) (2025-11-18)
[All Commits](https://github.com/traefik/traefik/compare/v3.6.1...v3.6.2)
**Bug fixes:**
- **[k8s/ingress-nginx]** Deprecate Kubernetes Ingress NGINX provider experimental flag ([#12286](https://github.com/traefik/traefik/pull/12286) by [rtribotte](https://github.com/rtribotte))
## [v3.6.1](https://github.com/traefik/traefik/tree/v3.6.1) (2025-11-13) ## [v3.6.1](https://github.com/traefik/traefik/tree/v3.6.1) (2025-11-13)
[All Commits](https://github.com/traefik/traefik/compare/v3.6.0...v3.6.1) [All Commits](https://github.com/traefik/traefik/compare/v3.6.0...v3.6.1)

View file

@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file" OutputType = "file"
FileName = "traefik_changelog.md" FileName = "traefik_changelog.md"
# example new bugfix v3.6.1 # example new bugfix v3.6.2
CurrentRef = "v3.6" CurrentRef = "v3.6"
PreviousRef = "v3.6.0" PreviousRef = "v3.6.1"
BaseBranch = "v3.6" BaseBranch = "v3.6"
FutureCurrentRefName = "v3.6.1" FutureCurrentRefName = "v3.6.2"
ThresholdPreviousRef = 10 ThresholdPreviousRef = 10
ThresholdCurrentRef = 10 ThresholdCurrentRef = 10