-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
- Loading branch information
1 parent
26d957b
commit db4b1f3
Showing
2 changed files
with
28 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Release notes | ||
|
||
Release notes for `v0.0.4`. | ||
|
||
## :bangbang: Breaking chages :bangbang: | ||
|
||
- Renamed flag `stop-on-first-failure` to `fail-fast` | ||
- Lots of API changes to allow more flexibility while making the syntax simpler | ||
- Commands accepting a file now expect a single file, list of files are not supported anymore | ||
|
||
## :dizzy: New features :dizzy: | ||
|
||
- Added provenance for released images | ||
- Added a GitHub action to install Chainsaw | ||
- Added a new `Create` operation | ||
- Steps changed to follow a Try / Catch / Finally model | ||
|
||
## :wrench: Fixes :wrench: | ||
|
||
- Fixed a bug where environment variables were not expanded correctly in command arguments | ||
|
||
## :guitar: Misc :guitar: | ||
|
||
- Switched to contextual logging |