-
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
f073726
commit 8fb7732
Showing
2 changed files
with
35 additions
and
23 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,29 @@ | ||
# Release notes | ||
|
||
Release notes for `v0.2.0`. | ||
|
||
## ‼️ Breaking changes ‼️ | ||
|
||
- Deprecated `TestStep` resource support was removed as well as the related command `chainsaw migrate tests` | ||
|
||
## 💫 New features 💫 | ||
|
||
- Added support to wait with `jsonpath` conditions | ||
- Introduced `v1alpha2` version for configuration, both `v1alpha1` and `v1alpha2` are supported with a conversion system | ||
- Rewrote quick-start guide leveraging chainsaw capabilities using relevant usecases | ||
|
||
## 🔧 Fixes 🔧 | ||
|
||
- Fixed issue with `update` operation failing because resource version not set correctly | ||
- Fixed `wait` operation timeout passing the timeout value to the underlying `kubectl` command | ||
- Fixed `wait` operation condition incorrectly formatted with quotes | ||
- Fixed issue reading files from embedded file systems on Windows | ||
- Fixed incorrect JUnit report format | ||
|
||
## 🎸 Misc 🎸 | ||
|
||
- Switched a release branch worflow | ||
|
||
## 📚 Docs 📚 | ||
|
||
- Added missing cluster doc |