Skip to content

Commit

Permalink
release: v0.0.4 (#380)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly authored Nov 4, 2023
1 parent 26d957b commit db4b1f3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 21 deletions.
25 changes: 4 additions & 21 deletions .release-notes/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Release notes for `TODO`.

<!--
## :bangbang: Breaking chages :bangbang:
## :dizzy: New features :dizzy:
## :sparkles: UI changes :sparkles:
## :star: Examples :star:
Expand All @@ -15,24 +19,3 @@ Release notes for `TODO`.
## :guitar: Misc :guitar:
-->

## :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
24 changes: 24 additions & 0 deletions .release-notes/v0.0.4.md
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

0 comments on commit db4b1f3

Please sign in to comment.