Skip to content

v0.7.5

Compare
Choose a tag to compare
@littleredcorvette littleredcorvette released this 10 May 17:17
0857e35

Changed

  • Remote BuildKit will use TLS by default.
  • Deprecation warning: Secret IDs naming scheme should follow the ARG naming scheme; i.e. a letter followed by alphanumeric characters or underscores. #2883
  • Secrets take precedence over ARGs of the same name. #2931

Added

  • Experimental support for performing a git lfs pull --include=<path> when referencing a remote target on the cli, when used with the new --git-lfs-pull-include flag. #2992

Fixed

  • SAVE IMAGE <img> was incorrectly pushed when earthly was run with the --push cli flag (this restores the requirement that images that are pushed must be defined with SAVE IMAGE --push <img>). #2923
  • Incorrect global ARG values when chaining multiple DO commands together. #2920
  • Build args autocompletion under artifact mode.