Skip to content

Commit

Permalink
release: v0.1.3 (#814)
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 6, 2024
1 parent 48a8214 commit 98209e1
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 20 deletions.
23 changes: 3 additions & 20 deletions .release-notes/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,17 @@ Release notes for `TODO`.
<!--
## ‼️ Breaking changes ‼️
## 💫 New features 💫
## ✨ UI changes ✨
## ⭐ Examples ⭐
## ⛵ Tutorials ⛵
-->

## 💫 New features 💫

- Added support for running chainsaw without a Kubernetes cluster
- Automatically add json schemas when converting tests from kuttl to chainsaw
- Added support for glob patterns in operation `file` i.e. filepath
- Added support for passing arbitrary values when invoking `chainsaw test`
## 🔧 Fixes 🔧
- Fixed a couple of kuttl to chainsaw migration bugs
- Fixed a bug where chainsaw don't throw an error when a wrong path is provided

## 📚 Docs 📚
- Added community meetings docs
- Added google groups in community docs and README
- Removed all references to `TestStep` in the docs as this is not supported anymore

## 🎸 Misc 🎸

- Added kubebuilder community recording link where chainsaw was presented
- Added a `MAINTAINERS.md` file
- Added CI job to check PR semantics
- Added CI job to check test catalog
-->
28 changes: 28 additions & 0 deletions .release-notes/v0.1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Release notes

Release notes for `v0.1.3`.

## 💫 New features 💫

- Added support for running chainsaw without a Kubernetes cluster
- Automatically add JSON schemas when converting tests from KUTTL to Chainsaw
- Added support for glob patterns in operation `file`
- Added support for passing arbitrary values when invoking `chainsaw test`

## 🔧 Fixes 🔧

- Fixed a couple of KUTTL to chainsaw migration bugs
- Fixed a bug where chainsaw doesn't throw an error when a wrong path is provided

## 📚 Docs 📚

- Added community meeting docs
- Added Google Group in community docs and README
- Removed all references to `TestStep` in the docs as this is not supported anymore

## 🎸 Misc 🎸

- Added Kubebuilder community recording link where chainsaw was presented
- Added a `MAINTAINERS.md` file
- Added CI job to check PR semantics
- Added CI job to check test catalog

0 comments on commit 98209e1

Please sign in to comment.