-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- cherry-pick-570455-release-0.2
- (#1814)
- cherry-pick-5d07dd-release-0.2
- (#1814)
- cherry-pick-67a481-release-0.2
- (#1814)
- cherry-pick-70a931-release-0.2
- (#1814)
- cherry-pick-805868-release-0.2
- (#1814)
- cherry-pick-86a8d1-release-0.2
- (#1814)
- cherry-pick-93874a-release-0.2
- (#1814)
- cherry-pick-c59814-release-0.2
- (#1814)
- release-0.2
- (#1814)
1 parent
22cbf8a
commit 7bd4223
Showing
4 changed files
with
27 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |