-
Notifications
You must be signed in to change notification settings - Fork 44
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é <charles.edouard@nirmata.com>
- Loading branch information
1 parent
50ce006
commit 040817d
Showing
2 changed files
with
33 additions
and
24 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,29 @@ | ||
# Release notes | ||
|
||
Release notes for `v0.1.1`. | ||
|
||
## ‼️ Breaking changes ‼️ | ||
|
||
- GitHub action was moved to a dedicated repository https://github.com/kyverno/action-install-chainsaw | ||
- Renamed `chainsaw generate` commands to `chainsaw build` | ||
|
||
## 💫 New features 💫 | ||
|
||
- Added `--readme-file` flag to `chainsaw generate docs` command to customize the name of the generated file | ||
- Added `--catalog` flag to `chainsaw generate docs` command to generate a test catalog | ||
- Added `chainsaw assert` command to evaluate an assertion against a cluster | ||
- Added `chainsaw export schemas` command to copy JSON schemas on disc | ||
- Added `chainsaw create test` command to bootstrap test file | ||
- Added support for labels selector (`--selector` flag) to filter tests to run | ||
|
||
## 🔧 Fixes 🔧 | ||
|
||
- Fixed an invalid error check in `chainsaw docs` command | ||
- Fixed skip delete not applied to test namespace | ||
- Fixed crash due to bindings being null | ||
|
||
## 📚 Docs 📚 | ||
|
||
- Added a _Getting Started/Resources_ docs page | ||
- Grouped all reference documents into _Writing Tests/Reference Documentation_ | ||
- Moved _More resources_ documentation into _Writing Tests/Other Resources_ |