Skip to content

Commit c170264

Browse files
release: v0.2.10 (#1997) (#1998)
Signed-off-by: Charles-Edouard Brétéché <[email protected]> Co-authored-by: Charles-Edouard Brétéché <[email protected]>
1 parent b77bcd7 commit c170264

File tree

4 files changed

+35
-12
lines changed

4 files changed

+35
-12
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ body:
1414
label: chainsaw version Version
1515
description: What version of chainsaw are you running?
1616
options:
17+
- v0.2.10
1718
- v0.2.9
1819
- v0.2.8
1920
- v0.2.7

.github/ISSUE_TEMPLATE/general-question.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ body:
2323
label: chainsaw version Version
2424
description: What version of chainsaw are you running?
2525
options:
26+
- v0.2.10
2627
- v0.2.9
2728
- v0.2.8
2829
- v0.2.7

.release-notes/main.md

+9-12
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,20 @@
22

33
Release notes for `TODO`.
44

5+
<!--
6+
## ‼️ Breaking changes ‼️
7+
58
## 💫 New features 💫
69
7-
- Added bindings support when referencing step templates
8-
- Restructured the reports system
9-
- Added reports in JSON format back
10-
- Added new JUnit report formats with different granularity (`JUNIT-TEST`, `JUNIT-STEP`, `JUNIT-OPERATION`)
11-
- `XML` report format should be considered deprecated and replaced with one of the `JUNIT-*` format
10+
## ✨ UI changes ✨
1211
13-
## 🔧 Fixes 🔧
12+
## ⭐ Examples ⭐
1413
15-
- Fixed default report name not set correctly
16-
- Made `template` required when referencing a step template
14+
## ⛵ Tutorials ⛵
1715
18-
## 📚 Docs 📚
16+
## 🔧 Fixes 🔧
1917
20-
- Started a JMESPath function example page in the docs (only `x_k8s_get` is available at this time)
18+
## 📚 Docs 📚
2119
2220
## 🎸 Misc 🎸
23-
24-
- Removed test `v1alpha2` API for now
21+
-->

.release-notes/v0.2.10.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Release notes
2+
3+
Release notes for `v0.2.10`.
4+
5+
## 💫 New features 💫
6+
7+
- Added bindings support when referencing step templates
8+
- Restructured the reports system
9+
- Added reports in JSON format back
10+
- Added new JUnit report formats with different granularity (`JUNIT-TEST`, `JUNIT-STEP`, `JUNIT-OPERATION`)
11+
- `XML` report format should be considered deprecated and replaced with one of the `JUNIT-*` format
12+
13+
## 🔧 Fixes 🔧
14+
15+
- Fixed default report name not set correctly
16+
- Made `template` required when referencing a step template
17+
18+
## 📚 Docs 📚
19+
20+
- Started a JMESPath function example page in the docs (only `x_k8s_get` is available at this time)
21+
22+
## 🎸 Misc 🎸
23+
24+
- Removed test `v1alpha2` API for now

0 commit comments

Comments
 (0)