Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency earthly/earthly to v0.8.9 #63

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
earthly/earthly patch v0.8.7 -> v0.8.9

Release Notes

earthly/earthly (earthly/earthly)

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

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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/earthly-earthly-0.x branch from 32916b3 to 2b96ea9 Compare April 24, 2024 18:08
@renovate renovate bot changed the title chore(deps): update dependency earthly/earthly to v0.8.8 chore(deps): update dependency earthly/earthly to v0.8.9 Apr 24, 2024
@Tochemey Tochemey merged commit 669a23e into main Apr 29, 2024
1 check passed
@Tochemey Tochemey deleted the renovate/earthly-earthly-0.x branch April 29, 2024 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant