From a8c2c8187c6ac9e8c0e085d09e478d78ac9f83d7 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Wed, 14 Oct 2020 05:32:36 -0500 Subject: [PATCH] Update CHANGELOG for v0.2.9 release --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2387945b..130b9264 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,17 @@ The following types of changes will be recorded in this file: - placeholder +## [v0.2.9] - 2020-10-14 + +### Added + +- Cross-platform Debian build image + - used to generate cgo binaries for multiple architectures/platforms + +### Fixed + +- Dockerfiles using deprecated `ENV` syntax + ## [v0.2.8] - 2020-10-12 ### Changed @@ -190,7 +201,8 @@ The following types of changes will be recorded in this file: tools that we include in our container images - Dockerfile base images -[Unreleased]: https://github.com/atc0005/go-ci/compare/v0.2.8...HEAD +[Unreleased]: https://github.com/atc0005/go-ci/compare/v0.2.9...HEAD +[v0.2.9]: https://github.com/atc0005/go-ci/releases/tag/v0.2.9 [v0.2.8]: https://github.com/atc0005/go-ci/releases/tag/v0.2.8 [v0.2.7]: https://github.com/atc0005/go-ci/releases/tag/v0.2.7 [v0.2.6]: https://github.com/atc0005/go-ci/releases/tag/v0.2.6