Skip to content

Commit

Permalink
release: v0.2.4 (#1523) (#1524)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
Co-authored-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
gcp-cherry-pick-bot[bot] and eddycharly authored Jun 6, 2024
1 parent 558ab42 commit 56f7b12
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 66 deletions.
35 changes: 17 additions & 18 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
51 changes: 24 additions & 27 deletions .github/ISSUE_TEMPLATE/general-question.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
26 changes: 5 additions & 21 deletions .release-notes/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,19 @@
Release notes for `TODO`.

<!--
## ‼️ Breaking changes ‼️
## 💫 New features 💫
## ✨ UI changes ✨
## ⭐ Examples ⭐
## ⛵ Tutorials ⛵
## 🎸 Misc 🎸
-->

## ‼️ 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
-->
37 changes: 37 additions & 0 deletions .release-notes/v0.2.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Release notes

Release notes for `TODO`.

<!--
## ✨ UI changes ✨
## ⭐ Examples ⭐
## ⛵ Tutorials ⛵
## 🎸 Misc 🎸
-->

## ‼️ 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

0 comments on commit 56f7b12

Please sign in to comment.