Skip to content

Commit

Permalink
CHANGELOG: add contributor names (#3979)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Couture-Beil <[email protected]>
  • Loading branch information
alexcb authored Apr 3, 2024
1 parent c18f025 commit 96c0786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ All notable changes to [Earthly](https://github.com/earthly/earthly) will be doc

- 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). [#3641](https://github.com/earthly/earthly/issues/3641)
- A notice is now displayed when unnecessary feature flags are set (but already enabled by default by the VERSION number). Thanks to [@danqixu](https://github.com/danqixu) for the contribution! [#3641](https://github.com/earthly/earthly/issues/3641)
- A warning is displayed if the local buildkit image architecture does not match the host architecture. [#3937](https://github.com/earthly/earthly/issues/3937)

### Fixed

- Warning logs during HTTP retries are only displayed in `--debug` mode.
- The HOST command will now expand variables. [#1743](https://github.com/earthly/earthly/issues/1743)
- The HOST command will now expand variables. Thanks to [@pbecotte](https://github.com/pbecotte) for the contribution! [#1743](https://github.com/earthly/earthly/issues/1743)
- runc has been updated to 1.1.12 in the buildkit fork

### Additional Info
Expand Down

0 comments on commit 96c0786

Please sign in to comment.