-
Notifications
You must be signed in to change notification settings - Fork 48
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
2ba8bc8
commit 5d6585b
Showing
2 changed files
with
39 additions
and
26 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,34 @@ | ||
# Release notes | ||
|
||
Release notes for `v0.0.8`. | ||
|
||
## ‼️ Breaking chages ‼️ | ||
|
||
- Changed `check` to `expect` in delete `operation` | ||
- Kuttl migration command split into `chainsaw kuttl migrate tests` and `chainsaw kuttl migrate config` | ||
- `timeout` was moved inside operations that support a timeout (all operations but sleep) | ||
|
||
## 💫 New features 💫 | ||
|
||
- Added support to register Chainsaw specific JMESPath functions for use in assertion trees | ||
- Added inline manifest support to `assert` and `error` operations | ||
- Added a `description` field to `Test`, `TestStep`, `Operation`, `Catch` and `Finally` | ||
- Added a command to generate tests documentation | ||
- Added `sleep` operation support in `try`, `catch` and `finally` | ||
- Added support to reference remote files | ||
|
||
## 🔧 Fixes 🔧 | ||
|
||
- Don't show `command` or `script` logs if there's nothing to show | ||
- Fixed `timeouts` always set when migrating kuttl tests | ||
|
||
## 📚 Docs 📚 | ||
|
||
- Added community docs page | ||
- Added supported JMESPath functions docs | ||
- Fixed inconsistencies in GitHub action install docs | ||
- The `Writing tests` docs section were rewritten for more clarity | ||
|
||
## 🎸 Misc 🎸 | ||
|
||
- We now have a [dedicated slack channel](https://kubernetes.slack.com/archives/C067LUFL43U) |