From b7e575fd0165da8c76896eaa27ea310ea9d3776e Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Thu, 19 Aug 2021 05:56:59 -0500 Subject: [PATCH] Update CHANGELOG for v0.3.31 release --- CHANGELOG.md | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdbf6891..2f57e573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,41 @@ The following types of changes will be recorded in this file: - placeholder +## [v0.3.31] - 2021-08-19 + +### Changed + +- Go versions + - Update `go-ci-stable` from `1.16.7` to `1.17.0` + - Update `go-ci-unstable` from `1.17.rc2` to `1.17.0` + - Update `go-ci-oldstable` from `1.15.15` to `1.16.7` + - Update `go-ci-stable-debian-build` from `1.16.7` to `1.17.0` + - Update `go-ci-stable-alpine-buildx86` from`1.16.7-alpine3.14` to + `1.17.0-alpine3.14` + - Update `go-ci-stable-alpine-buildx64` from`1.16.7-alpine3.14` to + `1.17.0-alpine3.14` + +- Dependencies + - `golangci/golangci-lint` + - `v1.41.1` to `v1.42.0` + - binary installed within `oldstable`, `stable` and `unstable` images + - Docker image used as a builder/base for `lint-only` image + - `honnef.co/go/tools` (`staticcheck`) + - `v0.2.0` to `v0.2.1` + +- Remove `GO111MODULE` env var usage + +- Replace `oldstable` image `go get` calls used for installation with `go + install` + +- Update dependabot monitoring for `oldstable` version to reflect promotion + of `oldstable` to Go 1.16 + +- Add back `errwrap` to `oldstable` image + +- Update Debian-based images to reference current dependency versions for + `Bullseye` release + ## [v0.3.30] - 2021-08-06 ### Changed @@ -801,7 +836,8 @@ waiting on a new upstream release. tools that we include in our container images - Dockerfile base images -[Unreleased]: https://github.com/atc0005/go-ci/compare/v0.3.30...HEAD +[Unreleased]: https://github.com/atc0005/go-ci/compare/v0.3.31...HEAD +[v0.3.31]: https://github.com/atc0005/go-ci/releases/tag/v0.3.31 [v0.3.30]: https://github.com/atc0005/go-ci/releases/tag/v0.3.30 [v0.3.29]: https://github.com/atc0005/go-ci/releases/tag/v0.3.29 [v0.3.28]: https://github.com/atc0005/go-ci/releases/tag/v0.3.28