From f08409dfed5c7213901b55cdaffa53c7a6514e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Thu, 28 Dec 2023 11:34:27 +0100 Subject: [PATCH] release: v0.1.2 (#742) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- .release-notes/main.md | 22 +++++++++------------- .release-notes/v0.1.2.md | 25 +++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 13 deletions(-) create mode 100644 .release-notes/v0.1.2.md diff --git a/.release-notes/main.md b/.release-notes/main.md index c9813ce88..df877731f 100644 --- a/.release-notes/main.md +++ b/.release-notes/main.md @@ -2,24 +2,20 @@ Release notes for `TODO`. + diff --git a/.release-notes/v0.1.2.md b/.release-notes/v0.1.2.md new file mode 100644 index 000000000..62fb80004 --- /dev/null +++ b/.release-notes/v0.1.2.md @@ -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