Skip to content

Commit

Permalink
release: v0.2.11 (#2060) (#2061)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
Co-authored-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
gcp-cherry-pick-bot[bot] and eddycharly authored Oct 2, 2024
1 parent 61c73d3 commit 10afc76
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 12 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/general-question.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 4 additions & 12 deletions .release-notes/_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,17 @@ Release notes for `TODO`.
<!--
## ‼️ Breaking changes ‼️
## 💫 New features 💫
## ✨ UI changes ✨
## ⭐ Examples ⭐
## ⛵ Tutorials ⛵
## 🎸 Misc 🎸
-->

## 💫 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 🎸
-->
17 changes: 17 additions & 0 deletions .release-notes/v0.2.11.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 10afc76

Please sign in to comment.