Prepare release v2.6.0-rc2
This commit is contained in:
parent
b84829336d
commit
cf14504fd5
2 changed files with 17 additions and 5 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,3 +1,15 @@
|
||||||
|
## [v2.6.0-rc2](https://github.com/traefik/traefik/tree/v2.6.0-rc2) (2022-01-12)
|
||||||
|
[All Commits](https://github.com/traefik/traefik/compare/v2.6.0-rc1...v2.6.0-rc2)
|
||||||
|
|
||||||
|
**Bug fixes:**
|
||||||
|
- **[consul,kv]** Support Consul KV Enterprise namespaces ([#8692](https://github.com/traefik/traefik/pull/8692) by [kevinpollet](https://github.com/kevinpollet))
|
||||||
|
- **[tracing]** Upgrade Instana tracer dependency ([#8687](https://github.com/traefik/traefik/pull/8687) by [andriikushch](https://github.com/andriikushch))
|
||||||
|
|
||||||
|
**Misc:**
|
||||||
|
- Merge current v2.5 into v2.6 ([#8688](https://github.com/traefik/traefik/pull/8688) by [tomMoulard](https://github.com/tomMoulard))
|
||||||
|
- Merge current v2.5 into v2.6 ([#8664](https://github.com/traefik/traefik/pull/8664) by [tomMoulard](https://github.com/tomMoulard))
|
||||||
|
- Merge current v2.5 into v2.6 ([#8651](https://github.com/traefik/traefik/pull/8651) by [tomMoulard](https://github.com/tomMoulard))
|
||||||
|
|
||||||
## [v2.5.6](https://github.com/traefik/traefik/tree/v2.5.6) (2021-12-22)
|
## [v2.5.6](https://github.com/traefik/traefik/tree/v2.5.6) (2021-12-22)
|
||||||
[All Commits](https://github.com/traefik/traefik/compare/v2.5.5...v2.5.6)
|
[All Commits](https://github.com/traefik/traefik/compare/v2.5.5...v2.5.6)
|
||||||
|
|
||||||
|
|
|
@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
||||||
OutputType = "file"
|
OutputType = "file"
|
||||||
FileName = "traefik_changelog.md"
|
FileName = "traefik_changelog.md"
|
||||||
|
|
||||||
# example RC6 of v2.5.0
|
# example RC2 of v2.6.0
|
||||||
CurrentRef = "v2.5"
|
CurrentRef = "v2.6"
|
||||||
PreviousRef = "v2.5.0-rc5"
|
PreviousRef = "v2.6.0-rc1"
|
||||||
BaseBranch = "v2.5"
|
BaseBranch = "v2.6"
|
||||||
FutureCurrentRefName = "v2.5.0-rc6"
|
FutureCurrentRefName = "v2.6.0-rc2"
|
||||||
|
|
||||||
ThresholdPreviousRef = 10
|
ThresholdPreviousRef = 10
|
||||||
ThresholdCurrentRef = 10
|
ThresholdCurrentRef = 10
|
||||||
|
|
Loading…
Reference in a new issue