From e80ebb20a4f17737831c2a7226871bdf1a7d26b1 Mon Sep 17 00:00:00 2001 From: "gcp-cherry-pick-bot[bot]" <98988430+gcp-cherry-pick-bot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 19:25:14 +0200 Subject: [PATCH] release: v0.2.2 (#1376) (#1377) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché Co-authored-by: Charles-Edouard Brétéché --- .github/ISSUE_TEMPLATE/bug.yaml | 23 +++++++++--------- .github/ISSUE_TEMPLATE/general-question.yaml | 23 +++++++++--------- .release-notes/main.md | 20 +++++++--------- .release-notes/v0.2.2.md | 25 ++++++++++++++++++++ 4 files changed, 57 insertions(+), 34 deletions(-) create mode 100644 .release-notes/v0.2.2.md diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 7221e73ed..fe28a351a 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/general-question.yaml b/.github/ISSUE_TEMPLATE/general-question.yaml index a4a0567c3..399d3fb5c 100644 --- a/.github/ISSUE_TEMPLATE/general-question.yaml +++ b/.github/ISSUE_TEMPLATE/general-question.yaml @@ -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 diff --git a/.release-notes/main.md b/.release-notes/main.md index 28866061d..df877731f 100644 --- a/.release-notes/main.md +++ b/.release-notes/main.md @@ -2,24 +2,20 @@ Release notes for `TODO`. + diff --git a/.release-notes/v0.2.2.md b/.release-notes/v0.2.2.md new file mode 100644 index 000000000..5b5f3c9a2 --- /dev/null +++ b/.release-notes/v0.2.2.md @@ -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 \ No newline at end of file