diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index a7de1d7bb..8ae3530bb 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -7,29 +7,28 @@ labels: ["bug", "triage"] body: - type: markdown attributes: - value: | - Please tell us about the bug. + value: Please tell us about the bug. - type: dropdown id: chainsaw-version attributes: label: chainsaw version Version - description: >- - What version of the chainsaw are you running? + description: What version of chainsaw are you running? options: - - v0.2.3 - - 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 + - v0.2.4 + - v0.2.3 + - 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 9c6280b88..c1e4a03ba 100644 --- a/.github/ISSUE_TEMPLATE/general-question.yaml +++ b/.github/ISSUE_TEMPLATE/general-question.yaml @@ -2,52 +2,49 @@ name: General Question description: Ask a question or need support -title: "[Question] " -labels: ["question"] - +title: '[Question] ' +labels: +- question body: - type: markdown attributes: - value: "Please answer these questions before submitting your issue. Thanks!" - + value: Please answer these questions before submitting your issue. Thanks! - type: textarea id: describe-your-question attributes: label: Describe your question - description: "Provide details about your question or the support needed." - placeholder: "Type your question here..." + description: Provide details about your question or the support needed. + placeholder: Type your question here... validations: required: true - - type: dropdown id: chainsaw-version attributes: label: chainsaw version Version - description: >- - What version of the chainsaw are you running? + description: What version of chainsaw are you running? options: - - v0.2.3 - - 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 + - v0.2.4 + - v0.2.3 + - 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 id: additional-context attributes: label: Additional context - description: "Add any other context or screenshots about the question here." - placeholder: "Additional details..." + description: Add any other context or screenshots about the question here. + placeholder: Additional details... validations: required: false diff --git a/.release-notes/main.md b/.release-notes/main.md index dcf0aea25..df877731f 100644 --- a/.release-notes/main.md +++ b/.release-notes/main.md @@ -3,35 +3,19 @@ Release notes for `TODO`. - -## ‼️ Breaking changes ‼️ - -- Directly specifying resource name was dropped, only `apiVersion` / `kind` is supported now - -## 💫 New features 💫 - -- Added test metadata built-in binding -- Added file support to `delete` operation -- Added `--remarshal` flag to improve anchors support in test resources -- Added support for `describe`, `events`, `get` and `podLogs` operations in try blocks - ## 🔧 Fixes 🔧 -- Fixed incorrect path reported when validation failed for a patch operation -- Improved the way default values for configuration options are managed in configuration v1alpha2 - ## 📚 Docs 📚 -- Removed code markers on titles in API reference documentation - ## 🎸 Misc 🎸 - -- Bumped kyverno-json to v0.0.3 +--> diff --git a/.release-notes/v0.2.4.md b/.release-notes/v0.2.4.md new file mode 100644 index 000000000..dcf0aea25 --- /dev/null +++ b/.release-notes/v0.2.4.md @@ -0,0 +1,37 @@ +# Release notes + +Release notes for `TODO`. + + + +## ‼️ Breaking changes ‼️ + +- Directly specifying resource name was dropped, only `apiVersion` / `kind` is supported now + +## 💫 New features 💫 + +- Added test metadata built-in binding +- Added file support to `delete` operation +- Added `--remarshal` flag to improve anchors support in test resources +- Added support for `describe`, `events`, `get` and `podLogs` operations in try blocks + +## 🔧 Fixes 🔧 + +- Fixed incorrect path reported when validation failed for a patch operation +- Improved the way default values for configuration options are managed in configuration v1alpha2 + +## 📚 Docs 📚 + +- Removed code markers on titles in API reference documentation + +## 🎸 Misc 🎸 + +- Bumped kyverno-json to v0.0.3