Skip to content

Commit

Permalink
release: v0.0.7 (#528)
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 28, 2023
1 parent 1e74e43 commit 5ca138f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 31 deletions.
36 changes: 5 additions & 31 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 @@ -11,37 +15,7 @@ Release notes for `TODO`.
## :wrench: Fixes :wrench:
## :guitar: Misc :guitar:
-->

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

0 comments on commit 5ca138f

Please sign in to comment.