Skip to content

Commit

Permalink
release: v0.0.8 (#589)
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 Dec 4, 2023
1 parent 2ba8bc8 commit 5d6585b
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 26 deletions.
31 changes: 5 additions & 26 deletions .release-notes/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,19 @@
Release notes for `TODO`.

<!--
## ‼️ Breaking chages ‼️
## 💫 New features 💫
## ✨ UI changes ✨
## ⭐ Examples ⭐
## ⛵ Tutorials ⛵
-->

## ‼️ 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)
-->
34 changes: 34 additions & 0 deletions .release-notes/v0.0.8.md
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)

0 comments on commit 5d6585b

Please sign in to comment.