Skip to content

Commit

Permalink
release: v0.2.8 (#1812) (#1814)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
Co-authored-by: Charles-Edouard Brétéché <[email protected]>
gcp-cherry-pick-bot[bot] and eddycharly authored Jul 31, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
acaloiaro Adriano Caloiaro
1 parent 22cbf8a commit 7bd4223
Showing 4 changed files with 27 additions and 18 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@ body:
label: chainsaw version Version
description: What version of chainsaw are you running?
options:
- v0.2.8
- v0.2.7
- v0.2.6
- v0.2.5
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/general-question.yaml
Original file line number Diff line number Diff line change
@@ -23,6 +23,7 @@ body:
label: chainsaw version Version
description: What version of chainsaw are you running?
options:
- v0.2.8
- v0.2.7
- v0.2.6
- v0.2.5
22 changes: 4 additions & 18 deletions .release-notes/main.md
Original file line number Diff line number Diff line change
@@ -5,31 +5,17 @@ Release notes for `TODO`.
<!--
## ‼️ Breaking changes ‼️
## 💫 New features 💫
## ✨ UI changes ✨
## ⭐ Examples ⭐
## ⛵ Tutorials ⛵
## 🔧 Fixes 🔧
## 📚 Docs 📚
## 🎸 Misc 🎸
-->

## 💫 New features 💫

- Added `chainsaw renovate config` to upgrade configuration manifests to `v1alpha2`
- Changed `cluster` in test step and actions to a pointer
- `null` means inherit the current cluster
- an empty string means the default cluster
- Made default timeouts part of the schemas
- Added support to fail fast at the test level (test will be skipped if a previous error was already reported)
- Delay operation loading until operation execution
- Generate strict JSON schemas

## 🔧 Fixes 🔧

- Fixed incorrect bindings when operations are run against different clusters
- Fixed operation info built-in bindings not registered before other bindings
- Fixed incorrect cluster client used when applying the test namespace to resources
- Detect accessing nodes not present in the payload when traversing an assertion tree
21 changes: 21 additions & 0 deletions .release-notes/v0.2.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Release notes

Release notes for `v0.2.8`.

## 💫 New features 💫

- Added `chainsaw renovate config` to upgrade configuration manifests to `v1alpha2`
- Changed `cluster` in test step and actions to a pointer
- `null` means inherit the current cluster
- an empty string means the default cluster
- Made default timeouts part of the schemas
- Added support to fail fast at the test level (test will be skipped if a previous error was already reported)
- Delay operation loading until operation execution
- Generate strict JSON schemas

## 🔧 Fixes 🔧

- Fixed incorrect bindings when operations are run against different clusters
- Fixed operation info built-in bindings not registered before other bindings
- Fixed incorrect cluster client used when applying the test namespace to resources
- Detect accessing nodes not present in the payload when traversing an assertion tree

0 comments on commit 7bd4223

Please sign in to comment.