Skip to content

Commit

Permalink
release: v0.1.8 (#1039)
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 Mar 5, 2024
1 parent 37cef6c commit 7ee4368
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 22 deletions.
26 changes: 4 additions & 22 deletions .release-notes/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,17 @@ Release notes for `TODO`.
<!--
## ‼️ Breaking changes ‼️
## 💫 New features 💫
## ✨ UI changes ✨
## ⭐ Examples ⭐
## ⛵ Tutorials ⛵
## 📚 Docs 📚
-->

## 💫 New features 💫

- Support both `.yaml` and `.yml` extensions for chainsaw test files
- Support specifying `apiVersion` and `kind` in collectors (working with resources should be considered deprecated)
- Support all namespaces in collectors (by specifying `namespace: '*'`)
- Added `outputs` support in `script` and `command` operations
- Added support to specify `catch` blocks at the configuration and test levels
- Support waiting `all` in `wait` operation
- Added `x_k8s_server_version` JMESPath function to fetch underlying cluster version
- Added `$config` built-in binding mapping to the underlying cluster client rest config

## 🔧 Fixes 🔧
- Fixed `x_k8s_resource_exists` JMESPath function not correctly processing `apiVersion`
- Fixed `x_k8s_exists` JMESPath function not correctly processing `apiVersion` and `kind`
- Fixed `x_k8s_list` JMESPath function not correctly exposing unstructured content
- Detect clustered resources in collectors to ignore namespace
- Fixed validation of checks in scripts
- Added missing validation of bindings
## 📚 Docs 📚
## 🎸 Misc 🎸

- Enabled cherry-pick bot
-->
27 changes: 27 additions & 0 deletions .release-notes/v0.1.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Release notes

Release notes for `v0.1.8`.

## 💫 New features 💫

- Support both `.yaml` and `.yml` extensions for chainsaw test files
- Support specifying `apiVersion` and `kind` in collectors (working with resources should be considered deprecated)
- Support all namespaces in collectors (by specifying `namespace: '*'`)
- Added `outputs` support in `script` and `command` operations
- Added support to specify `catch` blocks at the configuration and test levels
- Support waiting `all` in `wait` operation
- Added `x_k8s_server_version` JMESPath function to fetch underlying cluster version
- Added `$config` built-in binding mapping to the underlying cluster client rest config

## 🔧 Fixes 🔧

- Fixed `x_k8s_resource_exists` JMESPath function not correctly processing `apiVersion`
- Fixed `x_k8s_exists` JMESPath function not correctly processing `apiVersion` and `kind`
- Fixed `x_k8s_list` JMESPath function not correctly exposing unstructured content
- Detect clustered resources in collectors to ignore namespace
- Fixed validation of checks in scripts
- Added missing validation of bindings

## 🎸 Misc 🎸

- Enabled cherry-pick bot

0 comments on commit 7ee4368

Please sign in to comment.