Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v0.2.11 (cherry-pick #2060) #2061

Merged
merged 1 commit into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading