mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
update PR templates for supported versions (#11262)
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
This commit is contained in:
parent
fbf195e273
commit
b666b1665c
3 changed files with 10 additions and 45 deletions
23
.github/ISSUE_TEMPLATE/bug-cli.yaml
vendored
23
.github/ISSUE_TEMPLATE/bug-cli.yaml
vendored
|
@ -11,28 +11,8 @@ body:
|
|||
id: kyverno-version
|
||||
attributes:
|
||||
label: Kyverno CLI Version
|
||||
description: >-
|
||||
What version of the Kyverno CLI are you running (`kyverno version`)?
|
||||
description: What version of Kyverno are you running? For prior unsupported versions, please add the version in the description.
|
||||
options:
|
||||
- 1.8.0
|
||||
- 1.8.1
|
||||
- 1.8.2
|
||||
- 1.8.3
|
||||
- 1.8.4
|
||||
- 1.8.5
|
||||
- 1.9.0
|
||||
- 1.9.1
|
||||
- 1.9.2
|
||||
- 1.9.3
|
||||
- 1.9.4
|
||||
- 1.9.5
|
||||
- 1.10.0
|
||||
- 1.10.1
|
||||
- 1.10.2
|
||||
- 1.10.3
|
||||
- 1.10.4
|
||||
- 1.10.5
|
||||
- 1.10.6
|
||||
- 1.11.0
|
||||
- 1.11.1
|
||||
- 1.11.2
|
||||
|
@ -45,6 +25,7 @@ body:
|
|||
- 1.12.3
|
||||
- 1.12.4
|
||||
- 1.12.5
|
||||
- 1.13.0
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
|
22
.github/ISSUE_TEMPLATE/bug-other.yaml
vendored
22
.github/ISSUE_TEMPLATE/bug-other.yaml
vendored
|
@ -11,27 +11,8 @@ body:
|
|||
id: kyverno-version
|
||||
attributes:
|
||||
label: Kyverno Version
|
||||
description: What version of Kyverno are you running?
|
||||
description: What version of Kyverno are you running? For prior unsupported versions, please add the version in the description.
|
||||
options:
|
||||
- 1.8.0
|
||||
- 1.8.1
|
||||
- 1.8.2
|
||||
- 1.8.3
|
||||
- 1.8.4
|
||||
- 1.8.5
|
||||
- 1.9.0
|
||||
- 1.9.1
|
||||
- 1.9.2
|
||||
- 1.9.3
|
||||
- 1.9.4
|
||||
- 1.9.5
|
||||
- 1.10.0
|
||||
- 1.10.1
|
||||
- 1.10.2
|
||||
- 1.10.3
|
||||
- 1.10.4
|
||||
- 1.10.5
|
||||
- 1.10.6
|
||||
- 1.11.0
|
||||
- 1.11.1
|
||||
- 1.11.2
|
||||
|
@ -44,6 +25,7 @@ body:
|
|||
- 1.12.3
|
||||
- 1.12.4
|
||||
- 1.12.5
|
||||
- 1.13.0
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
|
10
.github/ISSUE_TEMPLATE/bug-webhook.yaml
vendored
10
.github/ISSUE_TEMPLATE/bug-webhook.yaml
vendored
|
@ -11,11 +11,13 @@ body:
|
|||
id: kyverno-version
|
||||
attributes:
|
||||
label: Kyverno Version
|
||||
description: What version of Kyverno are you running?
|
||||
description: What version of Kyverno are you running? For prior unsupported versions, please add the version in the description.
|
||||
options:
|
||||
- 1.8.5
|
||||
- 1.9.5
|
||||
- 1.10.6
|
||||
- 1.11.0
|
||||
- 1.11.1
|
||||
- 1.11.2
|
||||
- 1.11.3
|
||||
- 1.11.4
|
||||
- 1.11.5
|
||||
- 1.12.0
|
||||
- 1.12.1
|
||||
|
|
Loading…
Reference in a new issue