diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index fe28a351a..a7de1d7bb 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/general-question.yaml b/.github/ISSUE_TEMPLATE/general-question.yaml index 399d3fb5c..9c6280b88 100644 --- a/.github/ISSUE_TEMPLATE/general-question.yaml +++ b/.github/ISSUE_TEMPLATE/general-question.yaml @@ -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 diff --git a/.release-notes/main.md b/.release-notes/main.md index 411fc2eb9..df877731f 100644 --- a/.release-notes/main.md +++ b/.release-notes/main.md @@ -3,34 +3,19 @@ Release notes for `TODO`. - -## ‼️ 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 +--> diff --git a/.release-notes/v0.2.3.md b/.release-notes/v0.2.3.md new file mode 100644 index 000000000..205cf5480 --- /dev/null +++ b/.release-notes/v0.2.3.md @@ -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