Skip to content

Commit

Permalink
release: v0.0.2 (#252)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly authored Oct 30, 2023
1 parent 914128f commit 1e01096
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 22 deletions.
27 changes: 5 additions & 22 deletions .release-notes/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,17 @@
Release notes for `TODO`.

<!--
## :dizzy: New features :dizzy:
## :sparkles: UI changes :sparkles:
## :star: Examples :star:
## :boat: Tutorials :boat:
## :wrench: Fixes :wrench:
-->

## :dizzy: New features :dizzy:

- Added `Command` and `Script` operations
- Added support to continue on error in `Delete`, `Apply`, `Assert`, `Error`, `Command` and `Script` operations
- Added support to specifify if a test should run concurrently or not at the `Test` level
- Added support for overriding the namespace used at the `Test` level
- Added `Event` and `Pod` logs collectors support
- Added `chainsaw kuttl migrate` command to migrate KUTTL tests to chainsaw
- Added support for `Apply` operations to fail (when applying a resource is expected to return an error)
- Docker image is now released under `ghcr.io/kyverno/chainsaw`

## :sparkles: UI changes :sparkles:

- Improved logging of running tests
- Added coloured logs
- Made `Parallel` in `Configuration` optional (delegates default to the testing package)
## :books: Docs :books:
- Improved CLI docs

## :guitar: Misc :guitar:

- Switched to subtests for better summary report from the `testing` package
-->
28 changes: 28 additions & 0 deletions .release-notes/v0.0.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Release notes

Release notes for `v0.0.2`.

## :dizzy: New features :dizzy:

- Added `Command` and `Script` operations
- Added support to continue on error in `Delete`, `Apply`, `Assert`, `Error`, `Command` and `Script` operations
- Added support to specifify if a test should run concurrently or not at the `Test` level
- Added support for overriding the namespace used at the `Test` level
- Added `Event` and `Pod` logs collectors support
- Added `chainsaw kuttl migrate` command to migrate KUTTL tests to chainsaw
- Added support for `Apply` operations to fail (when applying a resource is expected to return an error)
- Docker image is now released under `ghcr.io/kyverno/chainsaw`

## :sparkles: UI changes :sparkles:

- Improved logging of running tests
- Added coloured logs
- Made `Parallel` in `Configuration` optional (delegates default to the testing package)

## :books: Docs :books:

- Improved CLI docs

## :guitar: Misc :guitar:

- Switched to subtests for better summary report from the `testing` package

0 comments on commit 1e01096

Please sign in to comment.