Skip to content

Update dependency earthly/earthly to v0.8.16 (docs-0.8)#84

Open
renovate[bot] wants to merge 1 commit intodocs-0.8from
renovate/docs-0.8-earthly-earthly-0.x
Open

Update dependency earthly/earthly to v0.8.16 (docs-0.8)#84
renovate[bot] wants to merge 1 commit intodocs-0.8from
renovate/docs-0.8-earthly-earthly-0.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Mar 29, 2024

This PR contains the following updates:

Package Update Change
earthly/earthly patch v0.8.6v0.8.16
earthly/earthly patch v0.8.5v0.8.16

Release Notes

earthly/earthly (earthly/earthly)

v0.8.16

Compare Source

Changed
Changed
  • v0.8.15 will continue working after the shutdown, but with some error messages interspersed in the output.
  • v0.8.16 does 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
  • This release has no changes to buildkit

v0.8.15

Compare Source

Added
  • Ability to automatically install BYOC from a Terraform deployment, or manually.
Fixed
  • Link-scoped devices will now properly autodetect MTU settings.
  • Better error reporting when cross-target copy references a file that does not exist. #​4221
  • AWS credentials are propogated into WITH DOCKER. #​4241
Changed
  • Allow using localhost as a remote address when using satellites.
Additional Info
  • This release has no changes to buildkit

v0.8.14

Compare Source

Fixed
  • Autocompletion failed to expand ARG names when referencing a target containing a ~.
  • Improved --ticktock performance of cache key computation and GC; the improvement is most noticeable with many small RUN commands.
Changed
  • Renamed experimental github command to gha, and introduced new ls and remove subcommands.
Removed
  • Removed PIPELINE & TRIGGER keywords and associated code relating to formerly deprecated Earthly CI.
Additional Info
  • This release includes changes to buildkit

v0.8.13

Compare Source

Fixed
  • RUN --no-cache doesn't always work. #​2593
  • ANSI escape codes are now removed from GitHub Action specific output. #​4131
  • Specifying the --ticktock option will no longer show a buildkit version mismatch warning.
  • The --ticktock flag is now used when running the bootstrap command.
  • Caching issue when the experimental --ticktock buildkit scheduler is enabled.
Changed
  • Removed deprecated non-streaming log uploading mechanism; log sharing is now only supported by the streaming-upload mechanism. The hidden --logstream and --logstream-upload flags have been removed.
Additional Info
  • This release includes changes to buildkit

v0.8.12

Compare Source

Added
  • An experimental modification of the buildkit scheduler, which attempts to solve the inconsistent graph state error, which can be enabled locally with earthly --ticktock ....
Changed
  • The BYOC (bring your own cloud) commands have been updated to reflect server-side API changes.
Fixed
  • The --buildkit-container-name flag was incorrectly being ignored when --no-buildkit-update was set.
Additional Info
  • This release includes changes to buildkit

v0.8.11

Compare Source

Added
  • Support for using HTTP(S) proxies when connecting to satellites.
Fixed
  • Backwards compatability issue where WITH DOCKER would fail with EARTHLY_DOCKERD_CACHE_DATA: parameter not set when using an older version of the earthly in combination with a satellite running v0.8.10.
Additional Info
  • This release includes changes to buildkit

v0.8.10

Compare Source

Added
  • New Github Actions Workflow commands integration --github-annotations flag or GITHUB_ACTIONS=true env. #​2189
  • Added a new --oidc flag to RUN command which allows authentication to AWS via OIDC. Enable with the VERSION --run-with-aws-oidc feature flag. #​3804
  • Experimental WITH DOCKER --cache-id=<key> feature, which will cache the contents of the docker data root, resulting in faster --load and --pull execution. Enabled with the VERSION --docker-cache feature flag. #​3399
  • New SAVE IMAGE --without-earthly-labels feature, which will prevent any dev.earthly.* labels from being saved to the image. Enable with the VERSION --allow-without-earthly-labels feature flag. Thanks to @​3manuek for the contribution!
Fixed
  • WITH DOCKER load time calculation. #​3485
  • The earthly cli was not correctly setting the exit status on failures when executing a RUN on a satellite which reached the max execution time limit.
  • Self-hosted satellite connection issue.
Changed
  • Earthly will now use source link format when displaying errors, e.g. <path>:<line>:<col> rather than <path> line <line>:<col>.
  • Improved error messages for cases where a shell is required to run a command such as IF, FOR, etc.
  • Earthly will now show a warning when earthly anonymously connects to a registry (which increases the chance of being rate-limited).
Additional Info
  • This release includes changes to buildkit

v0.8.9

Compare Source

Fixed
  • BUILD --auto-skip was recording failed steps as complete, which would lead to them being skipped on subsequent runs. #​4054
Additional Info
  • This release has no changes to buildkit

v0.8.8

Compare Source

Added
  • New experimental wildcard-based copy, e.g. COPY ./services/*+artifact/* . which would invoke COPY for ./services/foo+artifact, and ./services/bar+artifact (assuming two services foo and bar, both having a artifact target in their respective Earthfile). Enable with the VERSION --wildcard-copy feature flag. #​3966.
  • New built-in ARGs - EARTHLY_GIT_AUTHOR_EMAIL and EARTHLY_GIT_AUTHOR_NAME will contain the author email and author name respectively. Enable with the VERSION --git-author-email-name-args feature flag.
  • New --raw-output flag available on RUN that outputs line without target name. Enable with VERSION --raw-output. #​3713
Changed
  • EARTHLY_GIT_AUTHOR built-in ARG will now contain both name and email, when enabled with the VERSION --git-author-email-name-args feature flag. Previously it only contained the email. #​3822
Fixed
  • Make LET/SET commands block parallel commands such as BUILD until the former are processed, similar to the behavior of ARG. #​3997
  • LET/SET commands were not properly handled with the use of Auto-skip. #​3996
Additional Info
  • This release has no changes to buildkit

v0.8.7

Compare Source

Added
  • Warning log when resolving remote references using a git image that doesn't match Buildkit's architecture.
  • New experimental --exec-stats-summary=<path> cli flag, which will display a summary of memory and cpu stats when earthly exits.
  • A notice is now displayed when unnecessary feature flags are set (but already enabled by default by the VERSION number). Thanks to @​danqixu for the contribution! #​3641
  • A warning is displayed if the local buildkit image architecture does not match the host architecture. #​3937
Fixed
  • Warning logs during HTTP retries are only displayed in --debug mode.
  • The HOST command will now expand variables. Thanks to @​pbecotte for the contribution! #​1743
  • runc has been updated to 1.1.12 in the buildkit fork
Additional Info
  • This release includes changes to buildkit

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.6 (docs-0.8) chore(deps): update dependency earthly/earthly to v0.8.6 (docs-0.8) Mar 29, 2024
@renovate renovate bot force-pushed the renovate/docs-0.8-earthly-earthly-0.x branch from 87f06fc to e456412 Compare March 29, 2024 17:16
@renovate renovate bot changed the title chore(deps): update dependency earthly/earthly to v0.8.6 (docs-0.8) Update dependency earthly/earthly to v0.8.6 (docs-0.8) Apr 2, 2024
@renovate renovate bot force-pushed the renovate/docs-0.8-earthly-earthly-0.x branch from e456412 to bd9c3a8 Compare April 3, 2024 20:01
@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.6 (docs-0.8) Update dependency earthly/earthly to v0.8.7 (docs-0.8) Apr 3, 2024
@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.7 (docs-0.8) chore(deps): update dependency earthly/earthly to v0.8.7 (docs-0.8) Apr 14, 2024
@renovate renovate bot changed the title chore(deps): update dependency earthly/earthly to v0.8.7 (docs-0.8) Update dependency earthly/earthly to v0.8.7 (docs-0.8) Apr 15, 2024
@renovate renovate bot force-pushed the renovate/docs-0.8-earthly-earthly-0.x branch from bd9c3a8 to d3ab3e8 Compare April 17, 2024 19:26
@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.7 (docs-0.8) Update dependency earthly/earthly to v0.8.8 (docs-0.8) Apr 17, 2024
@renovate renovate bot force-pushed the renovate/docs-0.8-earthly-earthly-0.x branch from d3ab3e8 to bbf7f51 Compare April 24, 2024 18:32
@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.8 (docs-0.8) Update dependency earthly/earthly to v0.8.9 (docs-0.8) Apr 24, 2024
@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.9 (docs-0.8) chore(deps): update dependency earthly/earthly to v0.8.9 (docs-0.8) May 9, 2024
@renovate renovate bot changed the title chore(deps): update dependency earthly/earthly to v0.8.9 (docs-0.8) Update dependency earthly/earthly to v0.8.9 (docs-0.8) May 10, 2024
@renovate renovate bot force-pushed the renovate/docs-0.8-earthly-earthly-0.x branch from bbf7f51 to 6e607cd Compare May 15, 2024 00:40
@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.9 (docs-0.8) Update dependency earthly/earthly to v0.8.10 (docs-0.8) May 15, 2024
@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.10 (docs-0.8) chore(deps): update dependency earthly/earthly to v0.8.10 (docs-0.8) May 15, 2024
@renovate renovate bot force-pushed the renovate/docs-0.8-earthly-earthly-0.x branch from 6e607cd to 72a1b82 Compare May 16, 2024 20:08
@renovate renovate bot changed the title chore(deps): update dependency earthly/earthly to v0.8.10 (docs-0.8) chore(deps): update dependency earthly/earthly to v0.8.11 (docs-0.8) May 16, 2024
@renovate renovate bot changed the title chore(deps): update dependency earthly/earthly to v0.8.11 (docs-0.8) Update dependency earthly/earthly to v0.8.11 (docs-0.8) May 17, 2024
@renovate renovate bot force-pushed the renovate/docs-0.8-earthly-earthly-0.x branch from 72a1b82 to 40fa32a Compare May 23, 2024 19:11
@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.11 (docs-0.8) Update dependency earthly/earthly to v0.8.12 (docs-0.8) May 23, 2024
@renovate renovate bot force-pushed the renovate/docs-0.8-earthly-earthly-0.x branch from 40fa32a to 2735067 Compare May 28, 2024 22:31
@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.12 (docs-0.8) Update dependency earthly/earthly to v0.8.13 (docs-0.8) May 28, 2024
@renovate renovate bot force-pushed the renovate/docs-0.8-earthly-earthly-0.x branch from 2735067 to d2e666d Compare June 10, 2024 22:46
@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.13 (docs-0.8) Update dependency earthly/earthly to v0.8.14 (docs-0.8) Jun 10, 2024
@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.14 (docs-0.8) chore(deps): update dependency earthly/earthly to v0.8.14 (docs-0.8) Jul 6, 2024
@renovate renovate bot force-pushed the renovate/docs-0.8-earthly-earthly-0.x branch from d2e666d to 49a1629 Compare July 14, 2024 17:39
@renovate renovate bot changed the title chore(deps): update dependency earthly/earthly to v0.8.14 (docs-0.8) chore(deps): update dependency earthly/earthly to v0.8.15 (docs-0.8) Jul 14, 2024
@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.15 (docs-0.8) chore(deps): update dependency earthly/earthly to v0.8.15 (docs-0.8) Jan 14, 2025
@renovate renovate bot changed the title chore(deps): update dependency earthly/earthly to v0.8.15 (docs-0.8) Update dependency earthly/earthly to v0.8.15 (docs-0.8) Jan 15, 2025
@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.15 (docs-0.8) chore(deps): update dependency earthly/earthly to v0.8.15 (docs-0.8) Jan 30, 2025
@renovate renovate bot changed the title chore(deps): update dependency earthly/earthly to v0.8.15 (docs-0.8) Update dependency earthly/earthly to v0.8.15 (docs-0.8) Jan 31, 2025
@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.15 (docs-0.8) chore(deps): update dependency earthly/earthly to v0.8.15 (docs-0.8) Mar 3, 2025
@renovate renovate bot changed the title chore(deps): update dependency earthly/earthly to v0.8.15 (docs-0.8) Update dependency earthly/earthly to v0.8.15 (docs-0.8) Mar 3, 2025
@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.15 (docs-0.8) chore(deps): update dependency earthly/earthly to v0.8.15 (docs-0.8) Mar 11, 2025
@renovate renovate bot changed the title chore(deps): update dependency earthly/earthly to v0.8.15 (docs-0.8) Update dependency earthly/earthly to v0.8.15 (docs-0.8) Mar 12, 2025
@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.15 (docs-0.8) chore(deps): update dependency earthly/earthly to v0.8.15 (docs-0.8) Mar 17, 2025
@renovate renovate bot changed the title chore(deps): update dependency earthly/earthly to v0.8.15 (docs-0.8) Update dependency earthly/earthly to v0.8.15 (docs-0.8) Mar 18, 2025
@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.15 (docs-0.8) chore(deps): update dependency earthly/earthly to v0.8.15 (docs-0.8) Apr 1, 2025
@renovate renovate bot changed the title chore(deps): update dependency earthly/earthly to v0.8.15 (docs-0.8) Update dependency earthly/earthly to v0.8.15 (docs-0.8) Apr 1, 2025
@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.15 (docs-0.8) chore(deps): update dependency earthly/earthly to v0.8.15 (docs-0.8) Apr 8, 2025
@renovate renovate bot changed the title chore(deps): update dependency earthly/earthly to v0.8.15 (docs-0.8) Update dependency earthly/earthly to v0.8.15 (docs-0.8) Apr 8, 2025
@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.15 (docs-0.8) chore(deps): update dependency earthly/earthly to v0.8.15 (docs-0.8) May 7, 2025
@renovate renovate bot changed the title chore(deps): update dependency earthly/earthly to v0.8.15 (docs-0.8) Update dependency earthly/earthly to v0.8.15 (docs-0.8) May 7, 2025
@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.15 (docs-0.8) chore(deps): update dependency earthly/earthly to v0.8.15 (docs-0.8) May 13, 2025
@renovate renovate bot changed the title chore(deps): update dependency earthly/earthly to v0.8.15 (docs-0.8) Update dependency earthly/earthly to v0.8.15 (docs-0.8) May 14, 2025
@renovate renovate bot force-pushed the renovate/docs-0.8-earthly-earthly-0.x branch from 49a1629 to d9828e5 Compare July 20, 2025 11:59
@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.15 (docs-0.8) Update dependency earthly/earthly to v0.8.16 (docs-0.8) Jul 20, 2025
@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.16 (docs-0.8) chore(deps): update dependency earthly/earthly to v0.8.16 (docs-0.8) Jul 28, 2025
@renovate renovate bot changed the title chore(deps): update dependency earthly/earthly to v0.8.16 (docs-0.8) Update dependency earthly/earthly to v0.8.16 (docs-0.8) Aug 7, 2025
@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.16 (docs-0.8) chore(deps): update dependency earthly/earthly to v0.8.16 (docs-0.8) Aug 10, 2025
@renovate renovate bot changed the title chore(deps): update dependency earthly/earthly to v0.8.16 (docs-0.8) Update dependency earthly/earthly to v0.8.16 (docs-0.8) Aug 10, 2025
@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.16 (docs-0.8) chore(deps): update dependency earthly/earthly to v0.8.16 (docs-0.8) Sep 25, 2025
@renovate renovate bot changed the title chore(deps): update dependency earthly/earthly to v0.8.16 (docs-0.8) Update dependency earthly/earthly to v0.8.16 (docs-0.8) Sep 26, 2025
@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.16 (docs-0.8) chore(deps): update dependency earthly/earthly to v0.8.16 (docs-0.8) Oct 9, 2025
@renovate renovate bot changed the title chore(deps): update dependency earthly/earthly to v0.8.16 (docs-0.8) Update dependency earthly/earthly to v0.8.16 (docs-0.8) Oct 9, 2025
@renovate renovate bot changed the title Update dependency earthly/earthly to v0.8.16 (docs-0.8) chore(deps): update dependency earthly/earthly to v0.8.16 (docs-0.8) Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants