From cc43c2dc68a04efdb7a561350af2c7f18a427464 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Fri, 13 Nov 2020 03:53:03 -0600 Subject: [PATCH] Update CHANGELOG for v0.2.14 release --- CHANGELOG.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6d06b25..ba6dcb6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,25 @@ The following types of changes will be recorded in this file: - placeholder +## [v0.2.14] - 2020-11-13 + +### Changed + +- Go versions + - Update `go-ci-stable` from `1.15.4` to `1.15.5` + - Update `go-ci-oldstable` from `1.14.11` to `1.14.12` + - Update `go-ci-unstable` from `1.15.4` to `1.15.5` + - the plan is to swap out to the next unstable Go version when it becomes + available + - Update `go-ci-stable-debian-build` from `1.15.4` to `1.15.5` + - Update `go-ci-stable-alpine-buildx86` from`1.15.4-alpine3.12` to + `1.15.5-alpine3.12` + - Update `go-ci-stable-alpine-buildx64` from `1.15.4-alpine3.12` to + `1.15.5-alpine3.12` + +NOTE: The `go-ci-lint-only` image is *not* updated in this release. We're +waiting on a new upstream release. + ## [v0.2.13] - 2020-11-08 ### Changed @@ -264,7 +283,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.2.13...HEAD +[Unreleased]: https://github.com/atc0005/go-ci/compare/v0.2.14...HEAD +[v0.2.14]: https://github.com/atc0005/go-ci/releases/tag/v0.2.14 [v0.2.13]: https://github.com/atc0005/go-ci/releases/tag/v0.2.13 [v0.2.12]: https://github.com/atc0005/go-ci/releases/tag/v0.2.12 [v0.2.11]: https://github.com/atc0005/go-ci/releases/tag/v0.2.11