Skip to content

Commit

Permalink
release: v0.2.10 (#1997) (#1998)
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 Sep 17, 2024
1 parent b77bcd7 commit c170264
Show file tree
Hide file tree
Showing 4 changed files with 35 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.10
- v0.2.9
- v0.2.8
- v0.2.7
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.10
- v0.2.9
- v0.2.8
- v0.2.7
Expand Down
21 changes: 9 additions & 12 deletions .release-notes/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,20 @@

Release notes for `TODO`.

<!--
## ‼️ Breaking changes ‼️
## 💫 New features 💫
- Added bindings support when referencing step templates
- Restructured the reports system
- Added reports in JSON format back
- Added new JUnit report formats with different granularity (`JUNIT-TEST`, `JUNIT-STEP`, `JUNIT-OPERATION`)
- `XML` report format should be considered deprecated and replaced with one of the `JUNIT-*` format
## ✨ UI changes ✨
## 🔧 Fixes 🔧
## ⭐ Examples ⭐
- Fixed default report name not set correctly
- Made `template` required when referencing a step template
## ⛵ Tutorials ⛵
## 📚 Docs 📚
## 🔧 Fixes 🔧
- Started a JMESPath function example page in the docs (only `x_k8s_get` is available at this time)
## 📚 Docs 📚
## 🎸 Misc 🎸

- Removed test `v1alpha2` API for now
-->
24 changes: 24 additions & 0 deletions .release-notes/v0.2.10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Release notes

Release notes for `v0.2.10`.

## 💫 New features 💫

- Added bindings support when referencing step templates
- Restructured the reports system
- Added reports in JSON format back
- Added new JUnit report formats with different granularity (`JUNIT-TEST`, `JUNIT-STEP`, `JUNIT-OPERATION`)
- `XML` report format should be considered deprecated and replaced with one of the `JUNIT-*` format

## 🔧 Fixes 🔧

- Fixed default report name not set correctly
- Made `template` required when referencing a step template

## 📚 Docs 📚

- Started a JMESPath function example page in the docs (only `x_k8s_get` is available at this time)

## 🎸 Misc 🎸

- Removed test `v1alpha2` API for now

0 comments on commit c170264

Please sign in to comment.