Skip to content

Commit

Permalink
release: v0.2.0 (#1234)
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 May 2, 2024
1 parent f073726 commit 8fb7732
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 23 deletions.
29 changes: 6 additions & 23 deletions .release-notes/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,19 @@
Release notes for `TODO`.

<!--
## ✨ UI changes ✨
## ⭐ Examples ⭐
## ⛵ Tutorials ⛵
-->

## ‼️ 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 🔧
## ✨ UI changes ✨
- 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
## ⭐ Examples ⭐
## 🎸 Misc 🎸
## ⛵ Tutorials ⛵
- Switched a release branch worflow
## 🔧 Fixes 🔧
## 📚 Docs 📚
- Added missing cluster doc
## 🎸 Misc 🎸
-->
29 changes: 29 additions & 0 deletions .release-notes/v0.2.0.md
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

0 comments on commit 8fb7732

Please sign in to comment.