Skip to content

v0.7.2

Compare
Choose a tag to compare
@littleredcorvette littleredcorvette released this 14 Mar 17:54
e6fed70

Added

  • Support for Rosetta translation environment (emulator) in buildkit as an alternative to QEMU. To enable, go to Docker Desktop -> Settings -> Features in development -> Check Use Rosetta for x86/amd64 emulation on Apple Silicon.
  • New ARG EARTHLY_GIT_BRANCH will contain the branch of the current git commit, this ARG must be enabled with the VERSION --git-branch feature flag. #2735
  • Verbose logging when git configurations perform a regex substitution.

Fixed

  • SAVE IMAGE --push did not always work under VERSION 0.7, when image was refrenced by a FROM or COPY, followed by a BUILD. #2762

Changed

  • Simplified error message when a RUN command fails with an exit code. #2742
  • Improved warning messages when earthly cloud-based registry auth fails. #2783
  • Deleting a project will prompt for confirmation, unless --force is specified.
  • Updated buildkit with changes up to 4451e1be0e6889ffc56225e54f7e26bd6fdada54.