Skip to content

Commit

Permalink
release: v0.0.9 (#621)
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 Dec 8, 2023
1 parent 7fa3ddc commit 7885ebe
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 29 deletions.
34 changes: 5 additions & 29 deletions .release-notes/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,43 +3,19 @@
Release notes for `TODO`.

<!--
## ⭐ Examples ⭐
## ⛵ Tutorials ⛵
-->

## ‼️ Breaking chages ‼️
- Renamed `chainsaw kuttl migrate config` command to `chainsaw migrate kuttl config`
- Renamed `chainsaw kuttl migrate tests` command to `chainsaw migrate kuttl tests`
- Removed `testDirs` from `Configuration` spec, it is only supported in flags now
- Removed `TestStep` based tests support, keeping only `Test` based or raw manifests

## 💫 New features 💫
- Added a cleanup delay option to add a delay between the time a test ends and the time cleanup starts
- Added support for overriding termination grace period on a per test basis
- Default test dirs to `.` when flag not specified
- Added `chainsaw migrate tests` command to migrate `TestStep` based tests to `Test` based
- Generate json schemas to support validation and autocomplete in IDEs

## 🔧 Fixes 🔧
## ✨ UI changes ✨
- Fixed `command` and `script` log output when multiple sections are present
- Fixed delete timeout used instead of cleanup timeout
- Return an error if a test dir is not accessible
## ⭐ Examples ⭐
## ✨ UI changes ✨
## ⛵ Tutorials ⛵
- Use `@setup` and `@cleanup` in the logs to indicate setup/cleanup steps
- Made resource in log messages easier to read
## 🔧 Fixes 🔧
## 📚 Docs 📚
- Improved the *Writing tests/Configuration* docs
- Improved the *Writing tests/Tests* docs
- Added *Writing tests/JSON schemas* docs to use generated JSON schemas for validation and autocomplete in VS code

## 🎸 Misc 🎸

- [Nirmata Office Hours for Kyverno- Episode 9- Demonstrate Kyverno Chainsaw](https://www.youtube.com/watch?v=IrIteTTjlbU)
-->
39 changes: 39 additions & 0 deletions .release-notes/v0.0.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Release notes

Release notes for `v0.0.9`.

## ‼️ Breaking chages ‼️

- Renamed `chainsaw kuttl migrate config` command to `chainsaw migrate kuttl config`
- Renamed `chainsaw kuttl migrate tests` command to `chainsaw migrate kuttl tests`
- Removed `testDirs` from `Configuration` spec, it is only supported in flags now
- Removed `TestStep` based tests support, keeping only `Test` based or raw manifests

## 💫 New features 💫

- Added a cleanup delay option to add a delay between the time a test ends and the time cleanup starts
- Added support for overriding termination grace period on a per test basis
- Default test dirs to `.` when flag not specified
- Added `chainsaw migrate tests` command to migrate `TestStep` based tests to `Test` based
- Generate json schemas to support validation and autocomplete in IDEs

## 🔧 Fixes 🔧

- Fixed `command` and `script` log output when multiple sections are present
- Fixed delete timeout used instead of cleanup timeout
- Return an error if a test dir is not accessible

## ✨ UI changes ✨

- Use `@setup` and `@cleanup` in the logs to indicate setup/cleanup steps
- Made resource in log messages easier to read

## 📚 Docs 📚

- Improved the *Writing tests/Configuration* docs
- Improved the *Writing tests/Tests* docs
- Added *Writing tests/JSON schemas* docs to use generated JSON schemas for validation and autocomplete in VS code

## 🎸 Misc 🎸

- [Nirmata Office Hours for Kyverno- Episode 9- Demonstrate Kyverno Chainsaw](https://www.youtube.com/watch?v=IrIteTTjlbU)

0 comments on commit 7885ebe

Please sign in to comment.