chore(deps): update dependency earthly/earthly to v0.8.7 #58
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.8.4
->v0.8.7
Release Notes
earthly/earthly (earthly/earthly)
v0.8.7
Compare Source
Added
--exec-stats-summary=<path>
cli flag, which will display a summary of memory and cpu stats when earthly exits.Fixed
--debug
mode.Additional Info
v0.8.6
Compare Source
Added
earthly --remote-cache
flag). #3714 and #3868Fixed
+base
target's ARGs were not accounted for when calculating the cache. #3895Additional Info
v0.8.5
Compare Source
Added
--aws
flag toRUN
command which makes AWS environment variables or ~/.aws available. Enable with theVERSION --run-with-aws
feature flag. #3803--allow-privileged
flag toFROM DOCKERFILE
command. Enable with theVERSION --allow-privileged-from-dockerfile
feature flag. Thanks to @dustyhorizon for the contribution! #3706Fixed
BUILD
's are invoked from a relative directory (e.g., anEarthfile
containingBUILD ./*+test
invoked withearthly ./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. #3775BUILD
flag arguments and wildcard targets #3862BUILD --auto-skip
was silently ignored when the feature flag (VERSION --build-auto-skip
) was missing #3870COPY --if-exists
would fail if the non-existing directory includes a wildcard. #3875UDC
toFUNCTION
in hint when a secret is not found.Additional Info
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.