Skip to content

Commit

Permalink
CHANGELOG for v0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcb committed Apr 17, 2024
1 parent ffb6148 commit 2718b79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to [Earthly](https://github.com/earthly/earthly) will be doc

## Unreleased

## v0.8.8 - 2024-04-17

### 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://github.com/earthly/earthly/issues/3966).
Expand All @@ -19,6 +21,9 @@ All notable changes to [Earthly](https://github.com/earthly/earthly) will be doc
- Make `LET`/`SET` commands block parallel commands such as `BUILD` until the former are processed, similar to the behavior of `ARG`. [#3997](https://github.com/earthly/earthly/issues/3997)
- `LET`/`SET` commands were not properly handled with the use of Auto-skip. [#3996](https://github.com/earthly/earthly/issues/3996)

### Additional Info
- This release has no changes to buildkit

## v0.8.7 - 2024-04-03

### Added
Expand Down

0 comments on commit 2718b79

Please sign in to comment.