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