Commit 7bd4223 1 parent 22cbf8a commit 7bd4223 Copy full SHA for 7bd4223
File tree 4 files changed +27
-18
lines changed
4 files changed +27
-18
lines changed Original file line number Diff line number Diff line change 14
14
label : chainsaw version Version
15
15
description : What version of chainsaw are you running?
16
16
options :
17
+ - v0.2.8
17
18
- v0.2.7
18
19
- v0.2.6
19
20
- v0.2.5
Original file line number Diff line number Diff line change 23
23
label : chainsaw version Version
24
24
description : What version of chainsaw are you running?
25
25
options :
26
+ - v0.2.8
26
27
- v0.2.7
27
28
- v0.2.6
28
29
- v0.2.5
Original file line number Diff line number Diff line change @@ -5,31 +5,17 @@ Release notes for `TODO`.
5
5
<!--
6
6
## ‼️ Breaking changes ‼️
7
7
8
+ ## 💫 New features 💫
9
+
8
10
## ✨ UI changes ✨
9
11
10
12
## ⭐ Examples ⭐
11
13
12
14
## ⛵ Tutorials ⛵
13
15
16
+ ## 🔧 Fixes 🔧
17
+
14
18
## 📚 Docs 📚
15
19
16
20
## 🎸 Misc 🎸
17
21
-->
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
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments