Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency earthly/earthly to v0.8.8 (#37)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [earthly/earthly](https://togithub.com/earthly/earthly) | patch | `v0.8.7` -> `v0.8.8` | --- ### Release Notes <details> <summary>earthly/earthly (earthly/earthly)</summary> ### [`v0.8.8`](https://togithub.com/earthly/earthly/blob/HEAD/CHANGELOG.md#v088---2024-04-17) [Compare Source](https://togithub.com/earthly/earthly/compare/v0.8.7...v0.8.8) ##### 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](https://togithub.com/earthly/earthly/issues/3966). - New built-in `ARG`s - `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](https://togithub.com/earthly/earthly/issues/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](https://togithub.com/earthly/earthly/issues/3822) ##### Fixed - Make `LET`/`SET` commands block parallel commands such as `BUILD` until the former are processed, similar to the behavior of `ARG`. [#​3997](https://togithub.com/earthly/earthly/issues/3997) - `LET`/`SET` commands were not properly handled with the use of Auto-skip. [#​3996](https://togithub.com/earthly/earthly/issues/3996) ##### Additional Info - This release has no changes to buildkit </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 6am on monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/earthly/dind). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information