Skip to content

Commit 7bd4223

Browse files
release: v0.2.8 (#1812) (#1814)
Signed-off-by: Charles-Edouard Brétéché <[email protected]> Co-authored-by: Charles-Edouard Brétéché <[email protected]>
1 parent 22cbf8a commit 7bd4223

File tree

4 files changed

+27
-18
lines changed

4 files changed

+27
-18
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.8
1718
- v0.2.7
1819
- v0.2.6
1920
- v0.2.5

.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.8
2627
- v0.2.7
2728
- v0.2.6
2829
- v0.2.5

.release-notes/main.md

+4-18
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,17 @@ Release notes for `TODO`.
55
<!--
66
## ‼️ Breaking changes ‼️
77
8+
## 💫 New features 💫
9+
810
## ✨ UI changes ✨
911
1012
## ⭐ Examples ⭐
1113
1214
## ⛵ Tutorials ⛵
1315
16+
## 🔧 Fixes 🔧
17+
1418
## 📚 Docs 📚
1519
1620
## 🎸 Misc 🎸
1721
-->
18-
19-
## 💫 New features 💫
20-
21-
- Added `chainsaw renovate config` to upgrade configuration manifests to `v1alpha2`
22-
- Changed `cluster` in test step and actions to a pointer
23-
- `null` means inherit the current cluster
24-
- an empty string means the default cluster
25-
- Made default timeouts part of the schemas
26-
- Added support to fail fast at the test level (test will be skipped if a previous error was already reported)
27-
- Delay operation loading until operation execution
28-
- Generate strict JSON schemas
29-
30-
## 🔧 Fixes 🔧
31-
32-
- Fixed incorrect bindings when operations are run against different clusters
33-
- Fixed operation info built-in bindings not registered before other bindings
34-
- Fixed incorrect cluster client used when applying the test namespace to resources
35-
- Detect accessing nodes not present in the payload when traversing an assertion tree

.release-notes/v0.2.8.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Release notes
2+
3+
Release notes for `v0.2.8`.
4+
5+
## 💫 New features 💫
6+
7+
- Added `chainsaw renovate config` to upgrade configuration manifests to `v1alpha2`
8+
- Changed `cluster` in test step and actions to a pointer
9+
- `null` means inherit the current cluster
10+
- an empty string means the default cluster
11+
- Made default timeouts part of the schemas
12+
- Added support to fail fast at the test level (test will be skipped if a previous error was already reported)
13+
- Delay operation loading until operation execution
14+
- Generate strict JSON schemas
15+
16+
## 🔧 Fixes 🔧
17+
18+
- Fixed incorrect bindings when operations are run against different clusters
19+
- Fixed operation info built-in bindings not registered before other bindings
20+
- Fixed incorrect cluster client used when applying the test namespace to resources
21+
- Detect accessing nodes not present in the payload when traversing an assertion tree

0 commit comments

Comments
 (0)