-
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
1e74e43
commit 5ca138f
Showing
2 changed files
with
40 additions
and
31 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,35 @@ | ||
# Release notes | ||
|
||
Release notes for `v0.0.7`. | ||
|
||
## :bangbang: Breaking chages :bangbang: | ||
|
||
- Object reference in `delete` is now under the `ref` field | ||
- Check in `apply` and `create` operations was renamed to `expect` and is now an array of `Expectation`s (a combination of a match and a check) | ||
- Additional data passed to `check`s are now done using bindings (`$error`, `$stdout`, `$stderr`, etc...) | ||
|
||
## :dizzy: New features :dizzy: | ||
|
||
- Added timeout support in `try` and `catch` handlers | ||
- Added assertion tree check in `delete` operation | ||
- Added a new configuration option to force termination graceful period on `Pod`, `Deployment`, `StatefulSet`, `DaemonSet`, `Job` and `CronJob` | ||
- Added reports support | ||
- Completed kuttl migration command with `TestAssert` support | ||
|
||
## :wrench: Fixes :wrench: | ||
|
||
- Fixed a kuttl migration failure in case of unsupported file name | ||
- Fixed a potential invalid name when migrating a kuttl test step | ||
- Fixed `check` set to `null` in kuttl migration command | ||
- Fixed a manifest discovery issue where manifests could be loaded in the wrong order | ||
- Fixed a manifest discovery issue where error manifests where not discovered correctly | ||
- Fixed controller-runtime logger not initialised | ||
- Fixed `command` and `script` bug not receiving the right error in `$error` check | ||
|
||
## :books: Docs :books: | ||
|
||
- Added missing descriptions on API reference docs | ||
|
||
## :guitar: Misc :guitar: | ||
|
||
- Added command line log in `command` and `script` operations |