From 10afc76717b968832312552c6fe4e0482652c0e7 Mon Sep 17 00:00:00 2001 From: "gcp-cherry-pick-bot[bot]" <98988430+gcp-cherry-pick-bot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 07:22:22 +0000 Subject: [PATCH] release: v0.2.11 (#2060) (#2061) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché Co-authored-by: Charles-Edouard Brétéché --- .github/ISSUE_TEMPLATE/bug.yaml | 1 + .github/ISSUE_TEMPLATE/general-question.yaml | 1 + .release-notes/_template.md | 16 ++++------------ .release-notes/v0.2.11.md | 17 +++++++++++++++++ 4 files changed, 23 insertions(+), 12 deletions(-) create mode 100644 .release-notes/v0.2.11.md diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index e19a457b7..02bd7becc 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -14,6 +14,7 @@ body: label: chainsaw version Version description: What version of chainsaw are you running? options: + - v0.2.11 - v0.2.10 - v0.2.9 - v0.2.8 diff --git a/.github/ISSUE_TEMPLATE/general-question.yaml b/.github/ISSUE_TEMPLATE/general-question.yaml index 6f44d6c9f..ca9dd4772 100644 --- a/.github/ISSUE_TEMPLATE/general-question.yaml +++ b/.github/ISSUE_TEMPLATE/general-question.yaml @@ -23,6 +23,7 @@ body: label: chainsaw version Version description: What version of chainsaw are you running? options: + - v0.2.11 - v0.2.10 - v0.2.9 - v0.2.8 diff --git a/.release-notes/_template.md b/.release-notes/_template.md index 2c0f012b9..df877731f 100644 --- a/.release-notes/_template.md +++ b/.release-notes/_template.md @@ -5,25 +5,17 @@ Release notes for `TODO`. - -## 💫 New features 💫 - -- Added CEL support everywhere (bindings, assertion trees, projection trees, outputs...) -- Added test sharding support - ## 🔧 Fixes 🔧 -- Fixed exit code when failing in root test run -- Fixed `--no-cluster` flag not working - ## 📚 Docs 📚 -- Added most JMESPath functions docs and examples +## 🎸 Misc 🎸 +--> diff --git a/.release-notes/v0.2.11.md b/.release-notes/v0.2.11.md new file mode 100644 index 000000000..aa31ecd69 --- /dev/null +++ b/.release-notes/v0.2.11.md @@ -0,0 +1,17 @@ +# Release notes + +Release notes for `v0.2.11`. + +## 💫 New features 💫 + +- Added CEL support everywhere (bindings, assertion trees, projection trees, outputs...) +- Added test sharding support + +## 🔧 Fixes 🔧 + +- Fixed exit code when failing in root test run +- Fixed `--no-cluster` flag not working + +## 📚 Docs 📚 + +- Added most JMESPath functions docs and examples