Skip to content

Commit

Permalink
release: v0.1.1 (#697)
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 Dec 18, 2023
1 parent 50ce006 commit 040817d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 24 deletions.
28 changes: 4 additions & 24 deletions .release-notes/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Release notes for `TODO`.

<!--
## ‼️ Breaking changes ‼️
## 💫 New features 💫
## ✨ UI changes ✨
Expand All @@ -11,31 +13,9 @@ Release notes for `TODO`.
## ⛵ Tutorials ⛵
## 🎸 Misc 🎸
-->

## ‼️ 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_
## 🎸 Misc 🎸
-->
29 changes: 29 additions & 0 deletions .release-notes/v0.1.1.md
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_

0 comments on commit 040817d

Please sign in to comment.