mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
add 1.12 (#9988)
Signed-off-by: chipzoller <chipzoller@gmail.com> Co-authored-by: Vishal Choudhary <vishal.choudhary@nirmata.com>
This commit is contained in:
parent
ad4f5467bf
commit
7bf4033c6e
3 changed files with 4 additions and 19 deletions
.github/ISSUE_TEMPLATE
7
.github/ISSUE_TEMPLATE/bug-cli.yaml
vendored
7
.github/ISSUE_TEMPLATE/bug-cli.yaml
vendored
|
@ -14,12 +14,6 @@ body:
|
||||||
description: >-
|
description: >-
|
||||||
What version of the Kyverno CLI are you running (`kyverno version`)?
|
What version of the Kyverno CLI are you running (`kyverno version`)?
|
||||||
options:
|
options:
|
||||||
- 1.7.0
|
|
||||||
- 1.7.1
|
|
||||||
- 1.7.2
|
|
||||||
- 1.7.3
|
|
||||||
- 1.7.4
|
|
||||||
- 1.7.5
|
|
||||||
- 1.8.0
|
- 1.8.0
|
||||||
- 1.8.1
|
- 1.8.1
|
||||||
- 1.8.2
|
- 1.8.2
|
||||||
|
@ -44,6 +38,7 @@ body:
|
||||||
- 1.11.2
|
- 1.11.2
|
||||||
- 1.11.3
|
- 1.11.3
|
||||||
- 1.11.4
|
- 1.11.4
|
||||||
|
- 1.12.0
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
7
.github/ISSUE_TEMPLATE/bug-other.yaml
vendored
7
.github/ISSUE_TEMPLATE/bug-other.yaml
vendored
|
@ -13,12 +13,6 @@ body:
|
||||||
label: Kyverno Version
|
label: Kyverno Version
|
||||||
description: What version of Kyverno are you running?
|
description: What version of Kyverno are you running?
|
||||||
options:
|
options:
|
||||||
- 1.7.0
|
|
||||||
- 1.7.1
|
|
||||||
- 1.7.2
|
|
||||||
- 1.7.3
|
|
||||||
- 1.7.4
|
|
||||||
- 1.7.5
|
|
||||||
- 1.8.0
|
- 1.8.0
|
||||||
- 1.8.1
|
- 1.8.1
|
||||||
- 1.8.2
|
- 1.8.2
|
||||||
|
@ -43,6 +37,7 @@ body:
|
||||||
- 1.11.2
|
- 1.11.2
|
||||||
- 1.11.3
|
- 1.11.3
|
||||||
- 1.11.4
|
- 1.11.4
|
||||||
|
- 1.12.0
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
9
.github/ISSUE_TEMPLATE/bug-webhook.yaml
vendored
9
.github/ISSUE_TEMPLATE/bug-webhook.yaml
vendored
|
@ -13,12 +13,6 @@ body:
|
||||||
label: Kyverno Version
|
label: Kyverno Version
|
||||||
description: What version of Kyverno are you running?
|
description: What version of Kyverno are you running?
|
||||||
options:
|
options:
|
||||||
- 1.7.0
|
|
||||||
- 1.7.1
|
|
||||||
- 1.7.2
|
|
||||||
- 1.7.3
|
|
||||||
- 1.7.4
|
|
||||||
- 1.7.5
|
|
||||||
- 1.8.0
|
- 1.8.0
|
||||||
- 1.8.1
|
- 1.8.1
|
||||||
- 1.8.2
|
- 1.8.2
|
||||||
|
@ -43,6 +37,7 @@ body:
|
||||||
- 1.11.2
|
- 1.11.2
|
||||||
- 1.11.3
|
- 1.11.3
|
||||||
- 1.11.4
|
- 1.11.4
|
||||||
|
- 1.12.0
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
@ -51,7 +46,6 @@ body:
|
||||||
label: Kubernetes Version
|
label: Kubernetes Version
|
||||||
description: What version of Kubernetes are you running?
|
description: What version of Kubernetes are you running?
|
||||||
options:
|
options:
|
||||||
- 1.20.x
|
|
||||||
- 1.21.x
|
- 1.21.x
|
||||||
- 1.22.x
|
- 1.22.x
|
||||||
- 1.23.x
|
- 1.23.x
|
||||||
|
@ -60,6 +54,7 @@ body:
|
||||||
- 1.26.x
|
- 1.26.x
|
||||||
- 1.27.x
|
- 1.27.x
|
||||||
- 1.28.x
|
- 1.28.x
|
||||||
|
- 1.29.x
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
|
Loading…
Add table
Reference in a new issue