diff --git a/.release-notes/main.md b/.release-notes/main.md index ad42488f6..df877731f 100644 --- a/.release-notes/main.md +++ b/.release-notes/main.md @@ -3,6 +3,8 @@ Release notes for `TODO`. - -## ‼️ 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 🎸 +--> diff --git a/.release-notes/v0.1.1.md b/.release-notes/v0.1.1.md new file mode 100644 index 000000000..48dc03b5c --- /dev/null +++ b/.release-notes/v0.1.1.md @@ -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_