-
Notifications
You must be signed in to change notification settings - Fork 51
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
37cef6c
commit 7ee4368
Showing
2 changed files
with
31 additions
and
22 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,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 |