Skip to content

v6.0.0

Compare
Choose a tag to compare
@thegeeklab-bot thegeeklab-bot released this 15 Nov 20:55
· 3 commits to main since this release
a2bc086

v6.0.0 (2024-11-15)

Bug Fixes

  • use StringMap for build_args instead of StringSlice (#277) (a2bc086)

Others

  • docker: update docker.io/library/golang:1.23.3 docker digest to 73f06be (#276) (b213fca)
  • docker: update docker.io/library/golang:1.23.3 docker digest to c2d828f (#275) (cf20d64)

CI Pipeline

  • add read-only pull secret to security build (#274) (1e4e2fb)

BREAKING CHANGES

  • The type of the build_args property was changed from list to map to support the use of secrets for certain build arguments. During this refactoring, the build_args_from_env behavior was also changed to achieve the intended behavior. Environment variable names passed to this list will be used as build arguments if the environment variable is set.