-
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]>
- Loading branch information
1 parent
2055eac
commit 6453598
Showing
2 changed files
with
31 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Release notes | ||
|
||
Release notes for `v0.1.7`. | ||
|
||
## 💫 New features 💫 | ||
|
||
- Added support for custom bindings (local variables) at the test, step and operation level | ||
- Added support for custom environment variables in `script` and `command` operations | ||
- Added a new `wait` operation to invoke `kubectl wait ...` (supported in `try`, `catch` and `finally`) | ||
- Added support for loading resources from a file in `chainsaw assert` command | ||
|
||
## 🔧 Fixes 🔧 | ||
|
||
- Fixed report path configuration not being used when saving a report | ||
- Fixed wrong base image used in released docker image (missing `kubectl` and `sh`) | ||
- Prevent double extension in the report output file | ||
- Fixed a potential crash related to reports | ||
- Fixed potentially missing operations in reports | ||
|
||
## 🎸 Misc 🎸 | ||
|
||
- Temporary `KUBECONFIG` files are now created in `/tmp` folder | ||
- Stopped overriding the `PATH` environment variable | ||
|
||
## 📚 Docs 📚 | ||
|
||
- Added chainsaw capabilities in the quick start guide |