github earthly/earthly v0.5.22

latest releases: v0.8.9, v0.8.8, v0.8.7...
2 years ago
  • when running under --ci mode, earthly now raises an error if a user attempts to use the interactive debugger
  • updated underlying buildkit version
  • print all request and responses to buildkit when running under --debug mode
  • support for specifying files to ignore under .earthlyignore in addition to .earthignore; an error is raised if both exist
  • new ARGEARTHLY_GIT_SHORT_HASH will contain an 8 char representation of the current git commit hash
  • new ARG EARTHLY_GIT_COMMIT_TIMESTAMP will contain the timestamp of the current git commit
  • new ARG EARTHLY_SOURCE_DATE_EPOCH will contain the same value as EARTHLY_GIT_COMMIT_TIMESTAMP or 0 when the timestamp is not available
  • only directly referenced artifacts or images will be saved when the VERSION's --referenced-save-only feature flag is defined #896
  • experimental support for FOR statements, when the VERSION's --for-in feature flag is defined #1142
  • fixes bug where error was not being repeated as the final output
  • fixes bug where https-based git credentials were leaked to stdout

Don't miss a new earthly release

NewReleases is sending notifications on new releases.