Skip to content

Commit

Permalink
release: v0.1.5 (#942)
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 Feb 21, 2024
1 parent f256b7d commit ff8d408
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 27 deletions.
30 changes: 3 additions & 27 deletions .release-notes/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,41 +5,17 @@ Release notes for `TODO`.
<!--
## ‼️ Breaking changes ‼️
## 💫 New features 💫
## ✨ UI changes ✨
## ⭐ Examples ⭐
## ⛵ Tutorials ⛵
-->

## 💫 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
-->
35 changes: 35 additions & 0 deletions .release-notes/v0.1.5.md
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

0 comments on commit ff8d408

Please sign in to comment.