Skip to content

Commit

Permalink
release: v0.0.6 (#466)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
eddycharly authored Nov 23, 2023
1 parent ea0e4e5 commit c08ae80
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 18 deletions.
25 changes: 7 additions & 18 deletions .release-notes/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,20 @@

Release notes for `TODO`.

<!--
## :bangbang: Breaking chages :bangbang:
- Replaced `shouldFail` field in `create` and `apply` operations by assertion trees to validate outputs and error

## :dizzy: New features :dizzy:
- Added assertion tree support in `command` and `script` operations to validate command outputs (stdout and stderr) and error
- Added support for `dryRun` in `create` and `apply` operations
- Added `--test-file` flag to use a custom test file name
- Added raw resource support in `Test` and `TestStep`s to provide a resource directly instead of referencing a file
- Improved loggs, added a `STATUS` column and operation details are now shown in sections
- Added programmatic validation in `Test` and `TestStep` resources
## :sparkles: UI changes :sparkles:
## :wrench: Fixes :wrench:
## :star: Examples :star:
- Sort error messages to get predictable output
- Current working directory not set in `command` and `script` operations
- Fixed a few assertion tree bugs in [kyverno-json](https://github.com/kyverno/kyverno-json)
- Fixed an invalid regex check in GitHub action
- Fixed cases where cleanup timeout was not used correctly
## :boat: Tutorials :boat:
## :books: Docs :books:
## :wrench: Fixes :wrench:
- Added multi version docs support
## :books: Docs :books:
## :guitar: Misc :guitar:

- Added `command` and `script` operations support to KUTTL migration command
-->
32 changes: 32 additions & 0 deletions .release-notes/v0.0.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Release notes

Release notes for `v0.0.6`.

## :bangbang: Breaking chages :bangbang:

- Replaced `shouldFail` field in `create` and `apply` operations by assertion trees to validate outputs and error

## :dizzy: New features :dizzy:

- Added assertion tree support in `command` and `script` operations to validate command outputs (stdout and stderr) and error
- Added support for `dryRun` in `create` and `apply` operations
- Added `--test-file` flag to use a custom test file name
- Added raw resource support in `Test` and `TestStep`s to provide a resource directly instead of referencing a file
- Improved loggs, added a `STATUS` column and operation details are now shown in sections
- Added programmatic validation in `Test` and `TestStep` resources

## :wrench: Fixes :wrench:

- Sort error messages to get predictable output
- Current working directory not set in `command` and `script` operations
- Fixed a few assertion tree bugs in [kyverno-json](https://github.com/kyverno/kyverno-json)
- Fixed an invalid regex check in GitHub action
- Fixed cases where cleanup timeout was not used correctly

## :books: Docs :books:

- Added multi version docs support

## :guitar: Misc :guitar:

- Added `command` and `script` operations support to KUTTL migration command

0 comments on commit c08ae80

Please sign in to comment.