-
Notifications
You must be signed in to change notification settings - Fork 45
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
f256b7d
commit ff8d408
Showing
2 changed files
with
38 additions
and
27 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,35 @@ | ||
# Release notes | ||
|
||
Release notes for `v0.1.5`. | ||
|
||
## 💫 New features 💫 | ||
|
||
- Added multi-cluster support | ||
- Added a new `get` collector | ||
- Added a new `patch` operation | ||
- Added support for `delete` operation in `catch` and `finally` blocks | ||
- Added format support (`json` or `yaml`) in `get` and `events` collectors | ||
- Added support for reading input from stdin in `chainsaw assert` command | ||
- Added programmatic `Configuration` validation | ||
- Added `--report-path` flag and config equivalent to configure the report path | ||
|
||
## 🔧 Fixes 🔧 | ||
|
||
- Fixed a concurrency issue in Kyverno-JSON | ||
- Fixed an issue with timeouts not correctly considered in collectors | ||
- Fixed `--test-dir` flag not parsed correctly when folders were separated by a comma | ||
- Preserve `apiVersion` and `kind` when showing resource diff | ||
- Fixed an incorrect KUTTL `TestAssert` conversion | ||
- Validate empty `try` blocks | ||
|
||
## 📚 Docs 📚 | ||
|
||
- Fixed incorrect `delete` operation in docs | ||
- Fixed some typos in the docs | ||
- Added missing links in the configuration docs | ||
- Fixed some incorrect examples in the docs | ||
|
||
## 🎸 Misc 🎸 | ||
|
||
- Added docker image labels | ||
- Bumped `ko` and `kind` tools versions |