-
Notifications
You must be signed in to change notification settings - Fork 45
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é <[email protected]>
- Loading branch information
1 parent
ea0e4e5
commit c08ae80
Showing
2 changed files
with
39 additions
and
18 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,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 |