-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Charles-Edouard Brétéché <[email protected]> Co-authored-by: Charles-Edouard Brétéché <[email protected]>
- Loading branch information
1 parent
b77bcd7
commit c170264
Showing
4 changed files
with
35 additions
and
12 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,24 @@ | ||
# Release notes | ||
|
||
Release notes for `v0.2.10`. | ||
|
||
## 💫 New features 💫 | ||
|
||
- Added bindings support when referencing step templates | ||
- Restructured the reports system | ||
- Added reports in JSON format back | ||
- Added new JUnit report formats with different granularity (`JUNIT-TEST`, `JUNIT-STEP`, `JUNIT-OPERATION`) | ||
- `XML` report format should be considered deprecated and replaced with one of the `JUNIT-*` format | ||
|
||
## 🔧 Fixes 🔧 | ||
|
||
- Fixed default report name not set correctly | ||
- Made `template` required when referencing a step template | ||
|
||
## 📚 Docs 📚 | ||
|
||
- Started a JMESPath function example page in the docs (only `x_k8s_get` is available at this time) | ||
|
||
## 🎸 Misc 🎸 | ||
|
||
- Removed test `v1alpha2` API for now |