Prepare release v2.11.5
This commit is contained in:
parent
69424a16a5
commit
385ff5055c
2 changed files with 12 additions and 3 deletions
|
@ -1,3 +1,12 @@
|
|||
## [v2.11.5](https://github.com/traefik/traefik/tree/v2.11.5) (2024-06-18)
|
||||
[All Commits](https://github.com/traefik/traefik/compare/v2.11.4...v2.11.5)
|
||||
|
||||
**Bug fixes:**
|
||||
- **[acme]** Update go-acme/lego to v4.17.4 ([#10803](https://github.com/traefik/traefik/pull/10803) by [ldez](https://github.com/ldez))
|
||||
|
||||
**Documentation:**
|
||||
- Update the supported versions table ([#10798](https://github.com/traefik/traefik/pull/10798) by [nmengin](https://github.com/nmengin))
|
||||
|
||||
## [v2.11.4](https://github.com/traefik/traefik/tree/v2.11.4) (2024-06-10)
|
||||
[All Commits](https://github.com/traefik/traefik/compare/v2.11.3...v2.11.4)
|
||||
|
||||
|
|
|
@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
|||
OutputType = "file"
|
||||
FileName = "traefik_changelog.md"
|
||||
|
||||
# example new bugfix v2.11.4
|
||||
# example new bugfix v2.11.5
|
||||
CurrentRef = "v2.11"
|
||||
PreviousRef = "v2.11.3"
|
||||
PreviousRef = "v2.11.4"
|
||||
BaseBranch = "v2.11"
|
||||
FutureCurrentRefName = "v2.11.4"
|
||||
FutureCurrentRefName = "v2.11.5"
|
||||
|
||||
ThresholdPreviousRef = 10
|
||||
ThresholdCurrentRef = 10
|
||||
|
|
Loading…
Reference in a new issue