-
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
54da051
commit f08409d
Showing
2 changed files
with
34 additions
and
13 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,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 |