Skip to content

v1.31.1

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 26 Jan 23:29
· 12 commits to refs/heads/master since this release
f2a5f44
Docker build fixes @Nuru (#369)

what

  • Update tool versions
  • Force Docker build platform linux/amd64
  • Update docker and vhs 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 for amd64 (no ARM support)
  • Node 16 is deprecated
  • Cancel builds that are superseded
Update template with support for .github/banner.png @osterman (#367)

what

  • Update readme to display banner, if available
  • Add a banner image

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 the build-harness project only

why

  • Bug introduced in #369: Setting DOCKER_BUILD_FLAGS where it did affects all projects using build-harness, which includes most people's custom Geodesic images. It was intended to only affect the build of build-harness images.