v1.31.1
cloudpossebot
released this
26 Jan 23:29
·
13 commits
to refs/heads/master
since this release
Docker build fixes @Nuru (#369)
what
- Update tool versions
- Force Docker build platform
linux/amd64
- Update
docker
andvhs
workflows to use Node v20 actions - Add concurrency check to
docker
workflow
why
- Stay current with features and bugfixes
- Docker image is based on Alpine, and Cloud Posse
packages
for Alpine are only available foramd64
(no ARM support) - Node 16 is deprecated
- Cancel builds that are superseded
Update template with support for .github/banner.png @osterman (#367)
what
why
- Spruce up our repos
relates to
🐛 Bug Fixes
Properly scope Docker build flags for build-harness project @Nuru (#370)
what
- Scope default setting of
DOCKER_BUILD_FLAGS
to thebuild-harness
project only
why
- Bug introduced in #369: Setting
DOCKER_BUILD_FLAGS
where it did affects all projects usingbuild-harness
, which includes most people's custom Geodesic images. It was intended to only affect the build ofbuild-harness
images.