Skip to content

Commit

Permalink
release: v0.1.7 (#994)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
eddycharly authored Feb 28, 2024
1 parent 2055eac commit 6453598
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 20 deletions.
24 changes: 4 additions & 20 deletions .release-notes/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,17 @@ Release notes for `TODO`.
<!--
## ‼️ Breaking changes ‼️
## 💫 New features 💫
## ✨ UI changes ✨
## ⭐ Examples ⭐
## ⛵ Tutorials ⛵
-->

## 💫 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 based 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
## 🎸 Misc 🎸
-->
27 changes: 27 additions & 0 deletions .release-notes/v0.1.7.md
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

0 comments on commit 6453598

Please sign in to comment.