From 9c69774a67965e5cf9fe100ea5cff27306e2ad99 Mon Sep 17 00:00:00 2001 From: Vishal Choudhary Date: Thu, 21 Sep 2023 20:47:45 +0530 Subject: [PATCH] feat: add 1.11.0 in GH issue templates (#8496) --- .github/ISSUE_TEMPLATE/bug-cli.yaml | 3 ++- .github/ISSUE_TEMPLATE/bug-other.yaml | 1 + .github/ISSUE_TEMPLATE/bug-webhook.yaml | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-cli.yaml b/.github/ISSUE_TEMPLATE/bug-cli.yaml index f54af3973c..3a410b8be1 100644 --- a/.github/ISSUE_TEMPLATE/bug-cli.yaml +++ b/.github/ISSUE_TEMPLATE/bug-cli.yaml @@ -40,6 +40,7 @@ body: - 1.10.1 - 1.10.2 - 1.10.3 + - 1.11.0 validations: required: true - type: textarea @@ -91,7 +92,7 @@ body: description: >- Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. Kyverno CLI logs may be found by passing the -v flag to any command. - render: shell + render: Shell - type: input id: slack attributes: diff --git a/.github/ISSUE_TEMPLATE/bug-other.yaml b/.github/ISSUE_TEMPLATE/bug-other.yaml index bf1104f805..933b772c2e 100644 --- a/.github/ISSUE_TEMPLATE/bug-other.yaml +++ b/.github/ISSUE_TEMPLATE/bug-other.yaml @@ -39,6 +39,7 @@ body: - 1.10.1 - 1.10.2 - 1.10.3 + - 1.11.0 validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/bug-webhook.yaml b/.github/ISSUE_TEMPLATE/bug-webhook.yaml index e06fc1ca9b..199408c4b5 100644 --- a/.github/ISSUE_TEMPLATE/bug-webhook.yaml +++ b/.github/ISSUE_TEMPLATE/bug-webhook.yaml @@ -39,6 +39,7 @@ body: - 1.10.1 - 1.10.2 - 1.10.3 + - 1.11.0 validations: required: true - type: dropdown