Prepare release v1.7.29

This commit is contained in:
Jean-Baptiste Doumenjou
2021-03-29 18:12:04 +02:00
committed by GitHub
parent c47849d43a
commit e73fd70add
3 changed files with 9 additions and 4 deletions
+5
View File
@@ -1,5 +1,10 @@
# Change Log
## [v1.7.29](https://github.com/traefik/traefik/tree/v1.7.29) (2021-03-22)
[All Commits](https://github.com/traefik/traefik/compare/v1.7.28...v1.7.29)
- Update to go1.16 ([#7967](https://github.com/traefik/traefik/pull/7967) by [ldez](https://github.com/ldez))
## [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)
+1 -1
View File
@@ -25,7 +25,7 @@ GO_BUILD_CMD="go build -ldflags"
GO_BUILD_OPT="-s -w -X ${GIT_REPO_URL}.Version=${VERSION} -X ${GIT_REPO_URL}.Codename=${CODENAME} -X ${GIT_REPO_URL}.BuildDate=${DATE}"
# Build arm binaries
OS_PLATFORM_ARG=(linux windows darwin)
OS_PLATFORM_ARG=(linux windows)
OS_ARCH_ARG=(386)
for OS in ${OS_PLATFORM_ARG[@]}; do
BIN_EXT=''
+3 -3
View File
@@ -4,11 +4,11 @@ RepositoryName = "traefik"
OutputType = "file"
FileName = "traefik_changelog.md"
# example new bugfix v1.7.28
# example new bugfix v1.7.29
CurrentRef = "v1.7"
PreviousRef = "v1.7.26"
PreviousRef = "v1.7.28"
BaseBranch = "v1.7"
FutureCurrentRefName = "v1.7.28"
FutureCurrentRefName = "v1.7.29"
ThresholdPreviousRef = 10
ThresholdCurrentRef = 10