Skip to content

Commit 6459cd8

Browse files
authored
release: v0.2.12 (#2176)
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
1 parent d7c5d6c commit 6459cd8

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
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.12
1718
- v0.2.11
1819
- v0.2.10
1920
- v0.2.9

.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.12
2627
- v0.2.11
2728
- v0.2.10
2829
- v0.2.9

.release-notes/v0.2.12.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Release notes
2+
3+
Release notes for `v0.2.12`.
4+
5+
## 💫 New features 💫
6+
7+
- Registered Kubernetes CEL libs, optional types, and various other std libs
8+
- Support conditions in labels in assertion templates
9+
- Added `skipCommandOutput` support to not log the `command` and `script` being executed
10+
11+
## 🔧 Fixes 🔧
12+
13+
- Allow escaping dollar sign in `command` and `script`
14+
- Fixed `chainsaw build docs` rendering invalid yaml
15+
- Fixed step template bindings registered in the wrong order

0 commit comments

Comments
 (0)