Skip to content

Commit

Permalink
release: v0.2.3 (#1473) (#1476)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
Co-authored-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
gcp-cherry-pick-bot[bot] and eddycharly authored May 29, 2024
1 parent 2797113 commit b70ab1e
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 20 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ body:
description: >-
What version of the chainsaw are you running?
options:
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/general-question.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ body:
description: >-
What version of the chainsaw are you running?
options:
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
Expand Down
25 changes: 5 additions & 20 deletions .release-notes/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,19 @@
Release notes for `TODO`.

<!--
## ‼️ Breaking changes ‼️
## 💫 New features 💫
## ✨ UI changes ✨
## ⭐ Examples ⭐
## ⛵ Tutorials ⛵
-->

## ‼️ Breaking changes ‼️

- `catch` block in v1alpha2 configuration was moved in `error.catch`

## 💫 New features 💫

- Added `cleanup` validation logic
- Added deletion propagation policy support at the configuration, test and step levels
## 🔧 Fixes 🔧
- Added `cleanup` support to generated test catalog

## 📚 Docs 📚
- Documentation sections have been completely restructured for better clarity and maintenance
- Tons of documentation improvements
- Configuration examples in the documentation were updated to `v1alpha2`
- Added built-in bindings reference documentation
- Links to easily navigate from one section to another were added to the home page

## 🎸 Misc 🎸

- Social cards are now enabled and configured for all social networks/apps
-->
28 changes: 28 additions & 0 deletions .release-notes/v0.2.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Release notes

Release notes for `v0.2.3`.

## ‼️ Breaking changes ‼️

- `catch` block in v1alpha2 configuration was moved in `error.catch`

## 💫 New features 💫

- Added `cleanup` validation logic
- Added deletion propagation policy support at the configuration, test and step levels

## 🔧 Fixes 🔧

- Added `cleanup` support to generated test catalog

## 📚 Docs 📚

- Documentation sections have been completely restructured for better clarity and maintenance
- Tons of documentation improvements
- Configuration examples in the documentation were updated to `v1alpha2`
- Added built-in bindings reference documentation
- Links to easily navigate from one section to another were added to the home page

## 🎸 Misc 🎸

- Social cards are now enabled and configured for all social networks/apps

0 comments on commit b70ab1e

Please sign in to comment.