diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index e93dd6b3a..3e5ddc7af 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -14,6 +14,7 @@ body: label: chainsaw version Version description: What version of chainsaw are you running? options: + - v0.2.8 - v0.2.7 - v0.2.6 - v0.2.5 diff --git a/.github/ISSUE_TEMPLATE/general-question.yaml b/.github/ISSUE_TEMPLATE/general-question.yaml index 24e38982b..0a5808b1a 100644 --- a/.github/ISSUE_TEMPLATE/general-question.yaml +++ b/.github/ISSUE_TEMPLATE/general-question.yaml @@ -23,6 +23,7 @@ body: label: chainsaw version Version description: What version of chainsaw are you running? options: + - v0.2.8 - v0.2.7 - v0.2.6 - v0.2.5 diff --git a/.release-notes/main.md b/.release-notes/main.md index 98f701aa9..df877731f 100644 --- a/.release-notes/main.md +++ b/.release-notes/main.md @@ -5,31 +5,17 @@ Release notes for `TODO`. - -## 💫 New features 💫 - -- Added `chainsaw renovate config` to upgrade configuration manifests to `v1alpha2` -- Changed `cluster` in test step and actions to a pointer - - `null` means inherit the current cluster - - an empty string means the default cluster -- Made default timeouts part of the schemas -- Added support to fail fast at the test level (test will be skipped if a previous error was already reported) -- Delay operation loading until operation execution -- Generate strict JSON schemas - -## 🔧 Fixes 🔧 - -- Fixed incorrect bindings when operations are run against different clusters -- Fixed operation info built-in bindings not registered before other bindings -- Fixed incorrect cluster client used when applying the test namespace to resources -- Detect accessing nodes not present in the payload when traversing an assertion tree diff --git a/.release-notes/v0.2.8.md b/.release-notes/v0.2.8.md new file mode 100644 index 000000000..c7843c152 --- /dev/null +++ b/.release-notes/v0.2.8.md @@ -0,0 +1,21 @@ +# Release notes + +Release notes for `v0.2.8`. + +## 💫 New features 💫 + +- Added `chainsaw renovate config` to upgrade configuration manifests to `v1alpha2` +- Changed `cluster` in test step and actions to a pointer + - `null` means inherit the current cluster + - an empty string means the default cluster +- Made default timeouts part of the schemas +- Added support to fail fast at the test level (test will be skipped if a previous error was already reported) +- Delay operation loading until operation execution +- Generate strict JSON schemas + +## 🔧 Fixes 🔧 + +- Fixed incorrect bindings when operations are run against different clusters +- Fixed operation info built-in bindings not registered before other bindings +- Fixed incorrect cluster client used when applying the test namespace to resources +- Detect accessing nodes not present in the payload when traversing an assertion tree