Prepare release v2.6.5
This commit is contained in:
parent
4758cc0c8e
commit
6559d63d3c
2 changed files with 10 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
## [v2.6.4](https://github.com/traefik/traefik/tree/v2.6.4) (2022-05-03)
|
## [v2.6.5](https://github.com/traefik/traefik/tree/v2.6.5) (2022-05-03)
|
||||||
[All Commits](https://github.com/traefik/traefik/compare/v2.6.3...v2.6.4)
|
[All Commits](https://github.com/traefik/traefik/compare/v2.6.3...v2.6.5)
|
||||||
|
|
||||||
**Bug fixes:**
|
**Bug fixes:**
|
||||||
- **[acme]** Fix RenewInterval computation in ACME provider ([#8969](https://github.com/traefik/traefik/pull/8969) by [smasset-orange](https://github.com/smasset-orange))
|
- **[acme]** Fix RenewInterval computation in ACME provider ([#8969](https://github.com/traefik/traefik/pull/8969) by [smasset-orange](https://github.com/smasset-orange))
|
||||||
|
@ -19,6 +19,11 @@
|
||||||
- Add title and description metadata to documentation pages ([#8941](https://github.com/traefik/traefik/pull/8941) by [ldez](https://github.com/ldez))
|
- Add title and description metadata to documentation pages ([#8941](https://github.com/traefik/traefik/pull/8941) by [ldez](https://github.com/ldez))
|
||||||
- Update dynamic and static configuration references ([#8918](https://github.com/traefik/traefik/pull/8918) by [ldez](https://github.com/ldez))
|
- Update dynamic and static configuration references ([#8918](https://github.com/traefik/traefik/pull/8918) by [ldez](https://github.com/ldez))
|
||||||
|
|
||||||
|
## [v2.6.4](https://github.com/traefik/traefik/tree/v2.6.4) (2022-05-03)
|
||||||
|
[All Commits](https://github.com/traefik/traefik/compare/v2.6.3...v2.6.4)
|
||||||
|
|
||||||
|
Release canceled.
|
||||||
|
|
||||||
## [v2.6.3](https://github.com/traefik/traefik/tree/v2.6.3) (2022-03-28)
|
## [v2.6.3](https://github.com/traefik/traefik/tree/v2.6.3) (2022-03-28)
|
||||||
[All Commits](https://github.com/traefik/traefik/compare/v2.6.2...v2.6.3)
|
[All Commits](https://github.com/traefik/traefik/compare/v2.6.2...v2.6.3)
|
||||||
|
|
||||||
|
|
|
@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
||||||
OutputType = "file"
|
OutputType = "file"
|
||||||
FileName = "traefik_changelog.md"
|
FileName = "traefik_changelog.md"
|
||||||
|
|
||||||
# example new bugfix v2.6.4
|
# example new bugfix v2.6.5
|
||||||
CurrentRef = "v2.6"
|
CurrentRef = "v2.6"
|
||||||
PreviousRef = "v2.6.3"
|
PreviousRef = "v2.6.4"
|
||||||
BaseBranch = "v2.6"
|
BaseBranch = "v2.6"
|
||||||
FutureCurrentRefName = "v2.6.4"
|
FutureCurrentRefName = "v2.6.5"
|
||||||
|
|
||||||
ThresholdPreviousRef = 10
|
ThresholdPreviousRef = 10
|
||||||
ThresholdCurrentRef = 10
|
ThresholdCurrentRef = 10
|
||||||
|
|
Loading…
Reference in a new issue