Update dependency earthly/earthly to v0.8.16 (docs-0.8) - #84
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/docs-0.8-earthly-earthly-0.x
branch
from
March 29, 2024 17:16
87f06fc to
e456412
Compare
renovate
Bot
force-pushed
the
renovate/docs-0.8-earthly-earthly-0.x
branch
from
April 3, 2024 20:01
e456412 to
bd9c3a8
Compare
renovate
Bot
force-pushed
the
renovate/docs-0.8-earthly-earthly-0.x
branch
from
April 17, 2024 19:26
bd9c3a8 to
d3ab3e8
Compare
renovate
Bot
force-pushed
the
renovate/docs-0.8-earthly-earthly-0.x
branch
from
April 24, 2024 18:32
d3ab3e8 to
bbf7f51
Compare
renovate
Bot
force-pushed
the
renovate/docs-0.8-earthly-earthly-0.x
branch
from
May 15, 2024 00:40
bbf7f51 to
6e607cd
Compare
renovate
Bot
force-pushed
the
renovate/docs-0.8-earthly-earthly-0.x
branch
from
May 16, 2024 20:08
6e607cd to
72a1b82
Compare
renovate
Bot
force-pushed
the
renovate/docs-0.8-earthly-earthly-0.x
branch
from
May 23, 2024 19:11
72a1b82 to
40fa32a
Compare
renovate
Bot
force-pushed
the
renovate/docs-0.8-earthly-earthly-0.x
branch
from
May 28, 2024 22:31
40fa32a to
2735067
Compare
renovate
Bot
force-pushed
the
renovate/docs-0.8-earthly-earthly-0.x
branch
from
June 10, 2024 22:46
2735067 to
d2e666d
Compare
renovate
Bot
force-pushed
the
renovate/docs-0.8-earthly-earthly-0.x
branch
from
July 14, 2024 17:39
d2e666d to
49a1629
Compare
renovate
Bot
force-pushed
the
renovate/docs-0.8-earthly-earthly-0.x
branch
from
July 20, 2025 11:59
49a1629 to
d9828e5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.6→v0.8.16v0.8.5→v0.8.16Release Notes
earthly/earthly (earthly/earthly)
v0.8.16Compare Source
Changed
dockerdwrapper cleans up after itself #4267/#4268Changed
v0.8.15will continue working after the shutdown, but with some error messages interspersed in the output.v0.8.16does not emit log messages after the cloud shutdown. However, it removes many cloud-based commands and flags. If you are using these in your scripts or CI, please remove them.Additional Info
v0.8.15Compare Source
Added
Fixed
WITH DOCKER. #4241Changed
localhostas a remote address when using satellites.Additional Info
v0.8.14Compare Source
Fixed
~.--ticktockperformance of cache key computation and GC; the improvement is most noticeable with many small RUN commands.Changed
githubcommand togha, and introduced newlsandremovesubcommands.Removed
PIPELINE&TRIGGERkeywords and associated code relating to formerly deprecated Earthly CI.Additional Info
v0.8.13Compare Source
Fixed
RUN --no-cachedoesn't always work. #2593--ticktockoption will no longer show a buildkit version mismatch warning.--ticktockflag is now used when running the bootstrap command.--ticktockbuildkit scheduler is enabled.Changed
--logstreamand--logstream-uploadflags have been removed.Additional Info
v0.8.12Compare Source
Added
inconsistent graph stateerror, which can be enabled locally withearthly --ticktock ....Changed
Fixed
--buildkit-container-nameflag was incorrectly being ignored when--no-buildkit-updatewas set.Additional Info
v0.8.11Compare Source
Added
Fixed
WITH DOCKERwould fail withEARTHLY_DOCKERD_CACHE_DATA: parameter not setwhen using an older version of the earthly in combination with a satellite running v0.8.10.Additional Info
v0.8.10Compare Source
Added
--github-annotationsflag or GITHUB_ACTIONS=true env. #2189--oidcflag toRUNcommand which allows authentication to AWS via OIDC. Enable with theVERSION --run-with-aws-oidcfeature flag. #3804WITH DOCKER --cache-id=<key>feature, which will cache the contents of the docker data root, resulting in faster--loadand--pullexecution. Enabled with theVERSION --docker-cachefeature flag. #3399SAVE IMAGE --without-earthly-labelsfeature, which will prevent anydev.earthly.*labels from being saved to the image. Enable with theVERSION --allow-without-earthly-labelsfeature flag. Thanks to @3manuek for the contribution!Fixed
WITH DOCKERload time calculation. #3485RUNon a satellite which reached the max execution time limit.Changed
<path>:<line>:<col>rather than<path> line <line>:<col>.IF,FOR, etc.Additional Info
v0.8.9Compare Source
Fixed
BUILD --auto-skipwas recording failed steps as complete, which would lead to them being skipped on subsequent runs. #4054Additional Info
v0.8.8Compare Source
Added
COPY ./services/*+artifact/* .which would invokeCOPYfor./services/foo+artifact, and./services/bar+artifact(assuming two services foo and bar, both having aartifacttarget in their respective Earthfile). Enable with theVERSION --wildcard-copyfeature flag. #3966.ARGs -EARTHLY_GIT_AUTHOR_EMAILandEARTHLY_GIT_AUTHOR_NAMEwill contain the author email and author name respectively. Enable with theVERSION --git-author-email-name-argsfeature flag.--raw-outputflag available onRUNthat outputs line without target name. Enable withVERSION --raw-output. #3713Changed
EARTHLY_GIT_AUTHORbuilt-inARGwill now contain both name and email, when enabled with theVERSION --git-author-email-name-argsfeature flag. Previously it only contained the email. #3822Fixed
LET/SETcommands block parallel commands such asBUILDuntil the former are processed, similar to the behavior ofARG. #3997LET/SETcommands were not properly handled with the use of Auto-skip. #3996Additional Info
v0.8.7Compare Source
Added
--exec-stats-summary=<path>cli flag, which will display a summary of memory and cpu stats when earthly exits.Fixed
--debugmode.Additional Info
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.