Skip to content

Commit

Permalink
release: v0.1.2 (#742)
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 28, 2023
1 parent 54da051 commit f08409d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 13 deletions.
22 changes: 9 additions & 13 deletions .release-notes/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,20 @@

Release notes for `TODO`.

<!--
## ‼️ Breaking changes ‼️
## 💫 New features 💫
- Added `chainsaw lint` command to lint tests
- Added non-resource assertions support
- Added experimental JMESPath functions prefix (`x_`)
- Added JMESPath function to interact with the cluster under test
## ✨ UI changes ✨
## 🔧 Fixes 🔧
## ⭐ Examples ⭐
- Retry not working properly in `create` and `apply` operations
## ⛵ Tutorials ⛵
## 📚 Docs 📚
## 🔧 Fixes 🔧
- Added _Examples_ docs section
- Added community meeting docs
## 📚 Docs 📚
## 🎸 Misc 🎸

- Added pull request template
- Added issue templates
- GitHub action was removed from the main chainsaw repository
-->
25 changes: 25 additions & 0 deletions .release-notes/v0.1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Release notes

Release notes for `v0.1.2`.

## 💫 New features 💫

- Added `chainsaw lint` command to lint tests
- Added non-resource assertions support
- Added experimental JMESPath functions prefix (`x_`)
- Added JMESPath function to interact with the cluster under test

## 🔧 Fixes 🔧

- Retry not working properly in `create` and `apply` operations

## 📚 Docs 📚

- Added _Examples_ docs section
- Added community meeting docs

## 🎸 Misc 🎸

- Added pull request template
- Added issue templates
- GitHub action was removed from the main chainsaw repository

0 comments on commit f08409d

Please sign in to comment.