forked from Ivasoft/traefik
Prepare release v1.7.28
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,7 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## [v1.7.27](https://github.com/traefik/traefik/tree/v1.7.27) (2021-01-13)
|
||||
[All Commits](https://github.com/traefik/traefik/compare/v1.7.26...v1.7.27)
|
||||
## [v1.7.28](https://github.com/traefik/traefik/tree/v1.7.28) (2021-01-13)
|
||||
[All Commits](https://github.com/traefik/traefik/compare/v1.7.26...v1.7.28)
|
||||
|
||||
**Bug fixes:**
|
||||
- **[middleware,tracing]** Do not SetError on tracing event when whitelist allowed request ([#7174](https://github.com/traefik/traefik/pull/7174) by [LordGaav](https://github.com/LordGaav))
|
||||
@@ -9,9 +9,15 @@
|
||||
|
||||
**Documentation:**
|
||||
- **[acme]** docs: fix language "if challenge is not known" ([#7718](https://github.com/traefik/traefik/pull/7718) by [amosshapira](https://github.com/amosshapira))
|
||||
- Prepare release v1.7.27 ([#7755](https://github.com/traefik/traefik/pull/7755) by [rtribotte](https://github.com/rtribotte))
|
||||
- Update copyright year for 2021 ([#7753](https://github.com/traefik/traefik/pull/7753) by [rtribotte](https://github.com/rtribotte))
|
||||
- Fix typo "CA's" instead of "CA:s" ([#7315](https://github.com/traefik/traefik/pull/7315) by [amosshapira](https://github.com/amosshapira))
|
||||
|
||||
## [v1.7.27](https://github.com/traefik/traefik/tree/v1.7.27) (2021-01-13)
|
||||
[All Commits](https://github.com/traefik/traefik/compare/v1.7.26...v1.7.27)
|
||||
|
||||
Release canceled due to a bad tag.
|
||||
|
||||
## [v1.7.26](https://github.com/traefik/traefik/tree/v1.7.26) (2020-07-28)
|
||||
[All Commits](https://github.com/traefik/traefik/compare/v1.7.25...v1.7.26)
|
||||
|
||||
|
||||
@@ -4,11 +4,11 @@ RepositoryName = "traefik"
|
||||
OutputType = "file"
|
||||
FileName = "traefik_changelog.md"
|
||||
|
||||
# example new bugfix v1.7.27
|
||||
# example new bugfix v1.7.28
|
||||
CurrentRef = "v1.7"
|
||||
PreviousRef = "v1.7.26"
|
||||
BaseBranch = "v1.7"
|
||||
FutureCurrentRefName = "v1.7.27"
|
||||
FutureCurrentRefName = "v1.7.28"
|
||||
|
||||
ThresholdPreviousRef = 10
|
||||
ThresholdCurrentRef = 10
|
||||
|
||||
Reference in New Issue
Block a user