mirror of
https://github.com/traefik/traefik
synced 2026-02-03 10:00:33 +00:00
Prepare release v1.7.29
This commit is contained in:
committed by
GitHub
parent
c47849d43a
commit
e73fd70add
@@ -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)
|
||||
|
||||
|
||||
@@ -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=''
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user