Commit b054a82 1 parent a635f6a commit b054a82 Copy full SHA for b054a82
File tree 5 files changed +25
-16
lines changed
5 files changed +25
-16
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.9
17
18
- v0.2.8
18
19
- v0.2.7
19
20
- v0.2.6
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.9
26
27
- v0.2.8
27
28
- v0.2.7
28
29
- v0.2.6
Original file line number Diff line number Diff line change
1
+ version : 2
2
+
1
3
before :
2
4
hooks :
3
5
- go mod tidy
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ 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 ⭐
@@ -17,19 +19,3 @@ Release notes for `TODO`.
17
19
18
20
## 🎸 Misc 🎸
19
21
-->
20
-
21
- ## 💫 New features 💫
22
-
23
- - Added support for templating filenames used in operations
24
- - Added ` ppc64le ` and ` s390x ` binaries in release artifacts
25
- - Added support for Kubernetes 1.31
26
- - Added server side validation to validate the submitted resource
27
- - Added support for overriding the working directory in ` command ` and ` script ` operations
28
- - Compile string expressions at loading time
29
- - Made json path value optional in ` wait ` operation
30
- - Improved logging with ` begin ` , ` end ` and ` warning ` statuses
31
- - Added golang 1.23 support
32
-
33
- ## 🔧 Fixes 🔧
34
-
35
- - Fixed configuration ` v1alpha2 ` lint command
Original file line number Diff line number Diff line change
1
+ # Release notes
2
+
3
+ Release notes for ` v0.2.9 ` .
4
+
5
+ ## 💫 New features 💫
6
+
7
+ - Added support for templating filenames used in operations
8
+ - Added ` ppc64le ` and ` s390x ` binaries in release artifacts
9
+ - Added support for Kubernetes 1.31
10
+ - Added server side validation to validate the submitted resource
11
+ - Added support for overriding the working directory in ` command ` and ` script ` operations
12
+ - Compile string expressions at loading time
13
+ - Made json path value optional in ` wait ` operation
14
+ - Improved logging with ` begin ` , ` end ` and ` warning ` statuses
15
+ - Added golang 1.23 support
16
+
17
+ ## 🔧 Fixes 🔧
18
+
19
+ - Fixed configuration ` v1alpha2 ` lint command
You can’t perform that action at this time.
0 commit comments