Prepare release v3.6.2
Some checks failed
CodeQL / Analyze (go) (push) Failing after 4s
CodeQL / Analyze (javascript) (push) Failing after 3s
Build and Publish Documentation / Doc Process (push) Has been skipped
Build experimental image on branch / build-webui (push) Has been skipped
Build experimental image on branch / Build experimental image on branch (push) Has been skipped

This commit is contained in:
Romain
2025-11-18 17:06:09 +01:00
committed by GitHub
parent e0d9b060cf
commit f6ea1f473a
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)
[All Commits](https://github.com/traefik/traefik/compare/v3.6.0...v3.6.1)

View File

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