github earthly/earthly v0.8.5

latest releases: v0.8.9, v0.8.8, v0.8.7...
one month ago

Added

  • Added --aws flag to RUN command which makes AWS environment variables or ~/.aws available. Enable with the VERSION --run-with-aws feature flag. #3803
  • Added --allow-privileged flag to FROM DOCKERFILE command. Enable with the VERSION --allow-privileged-from-dockerfile feature flag. Thanks to @dustyhorizon for the contribution! #3706

Fixed

  • Fixes an issue where wildcard BUILD's are invoked from a relative directory (e.g., an Earthfile containing BUILD ./*+test invoked with earthly ./rel-dir+target). #3840
  • --pass-args will no longer pass builtin args, which would result in `value cannot be specified for built-in build arge errors. #3775
  • Fixes a parsing issue with BUILD flag arguments and wildcard targets #3862
  • BUILD --auto-skip was silently ignored when the feature flag (VERSION --build-auto-skip) was missing #3870
  • Fix an issue where COPY --if-exists would fail if the non-existing directory includes a wildcard. #3875
  • Fixes an issue with passing the correct org value to Logstream which resulted in missing logs in the web builds view (https://cloud.earthly.dev/your-org/builds).
  • Rename UDC to FUNCTION in hint when a secret is not found.

Additional Info

  • This release includes changes to buildkit

Don't miss a new earthly release

NewReleases is sending notifications on new releases.