diff --git a/CHANGELOG.md b/CHANGELOG.md index c57591954..25652a0de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/script/crossbinary-others b/script/crossbinary-others index 9542c1c59..cdce9ce64 100755 --- a/script/crossbinary-others +++ b/script/crossbinary-others @@ -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='' diff --git a/script/gcg/traefik-bugfix.toml b/script/gcg/traefik-bugfix.toml index a3ea86da0..93e3d3db5 100644 --- a/script/gcg/traefik-bugfix.toml +++ b/script/gcg/traefik-bugfix.toml @@ -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