Skip to content

Commit

Permalink
release: v0.2.2 (#1376) (#1377)
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 21, 2024
1 parent feb61e0 commit e80ebb2
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 34 deletions.
23 changes: 12 additions & 11 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,19 @@ body:
description: >-
What version of the chainsaw are you running?
options:
- v0.1.0
- v0.1.1
- v0.1.2
- v0.1.3
- v0.1.4
- v0.1.5
- v0.1.6
- v0.1.7
- v0.1.8
- v0.1.9
- v0.2.0
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.9
- v0.1.8
- v0.1.7
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
validations:
required: true
- type: textarea
Expand Down
23 changes: 12 additions & 11 deletions .github/ISSUE_TEMPLATE/general-question.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,19 @@ body:
description: >-
What version of the chainsaw are you running?
options:
- v0.1.0
- v0.1.1
- v0.1.2
- v0.1.3
- v0.1.4
- v0.1.5
- v0.1.6
- v0.1.7
- v0.1.8
- v0.1.9
- v0.2.0
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.9
- v0.1.8
- v0.1.7
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
validations:
required: true

Expand Down
20 changes: 8 additions & 12 deletions .release-notes/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,20 @@

Release notes for `TODO`.

<!--
## ‼️ Breaking changes ‼️
- `finally` block now executes when the step terminates. It was supposed to work like this from the beginning but was not properly working. The `cleanup` block was introduced to execute operations when a test terminates instead.

## 💫 New features 💫
- Added cleanup handlers support to register custom cleanup operations to run when a test terminates
## ✨ UI changes ✨
## 🔧 Fixes 🔧
## ⭐ Examples ⭐
- Use `namespaceTemplate` from configuration if provided
## ⛵ Tutorials ⛵
## 🔧 Fixes 🔧
## 📚 Docs 📚
- Improved home page
- Added scroll to top button
- Improved navigation bar
- Fixed dark/light color schemes and added system preference support
- Added links to Slack and X/Twitter links in the footer
- Removed the blog
- Rewrote most of the Getting Started pages
## 🎸 Misc 🎸
-->
25 changes: 25 additions & 0 deletions .release-notes/v0.2.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Release notes

Release notes for `v0.2.2`.

## ‼️ Breaking changes ‼️

- `finally` block now executes when the step terminates. It was supposed to work like this from the beginning but was not properly working. The `cleanup` block was introduced to execute operations when a test terminates instead.

## 💫 New features 💫

- Added cleanup handlers support to register custom cleanup operations to run when a test terminates

## 🔧 Fixes 🔧

- Use `namespaceTemplate` from configuration if provided

## 📚 Docs 📚

- Improved home page
- Added scroll to top button
- Improved navigation bar
- Fixed dark/light color schemes and added system preference support
- Added links to Slack and X/Twitter links in the footer
- Removed the blog
- Rewrote most of the Getting Started pages

0 comments on commit e80ebb2

Please sign in to comment.