Skip to content

Commit b054a82

Browse files
release: v0.2.9 (#1931) (#1932)
* release: v0.2.9 * goreleaser version --------- Signed-off-by: Charles-Edouard Brétéché <[email protected]> Co-authored-by: Charles-Edouard Brétéché <[email protected]>
1 parent a635f6a commit b054a82

File tree

5 files changed

+25
-16
lines changed

5 files changed

+25
-16
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.9
1718
- v0.2.8
1819
- v0.2.7
1920
- v0.2.6

.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.9
2627
- v0.2.8
2728
- v0.2.7
2829
- v0.2.6

.goreleaser.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
before:
24
hooks:
35
- go mod tidy

.release-notes/main.md

+2-16
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Release notes for `TODO`.
55
<!--
66
## ‼️ Breaking changes ‼️
77
8+
## 💫 New features 💫
9+
810
## ✨ UI changes ✨
911
1012
## ⭐ Examples ⭐
@@ -17,19 +19,3 @@ Release notes for `TODO`.
1719
1820
## 🎸 Misc 🎸
1921
-->
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

.release-notes/v0.2.9.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

0 commit comments

Comments
 (0)