From 64e3dde6ff9c2f838bc3a091b0450d68cbb1882f Mon Sep 17 00:00:00 2001 From: Chip Zoller Date: Thu, 25 May 2023 20:53:28 -0400 Subject: [PATCH] update versions (#7297) Signed-off-by: Chip Zoller --- .github/ISSUE_TEMPLATE/bug-cli.yaml | 4 ++-- .github/ISSUE_TEMPLATE/bug-other.yaml | 4 ++-- .github/ISSUE_TEMPLATE/bug-webhook.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-cli.yaml b/.github/ISSUE_TEMPLATE/bug-cli.yaml index d1ee5b20bd..2292811146 100644 --- a/.github/ISSUE_TEMPLATE/bug-cli.yaml +++ b/.github/ISSUE_TEMPLATE/bug-cli.yaml @@ -14,8 +14,6 @@ body: description: >- What version of the Kyverno CLI are you running (`kyverno version`)? options: - - 1.4.x - - 1.5.x - 1.6.0 - 1.6.1 - 1.6.2 @@ -35,6 +33,8 @@ body: - 1.9.0 - 1.9.1 - 1.9.2 + - 1.9.3 + - 1.9.4 - 1.10.0 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/bug-other.yaml b/.github/ISSUE_TEMPLATE/bug-other.yaml index 3a1a941317..8a369323a9 100644 --- a/.github/ISSUE_TEMPLATE/bug-other.yaml +++ b/.github/ISSUE_TEMPLATE/bug-other.yaml @@ -13,8 +13,6 @@ body: label: Kyverno Version description: What version of Kyverno are you running? options: - - 1.4.x - - 1.5.x - 1.6.0 - 1.6.1 - 1.6.2 @@ -34,6 +32,8 @@ body: - 1.9.0 - 1.9.1 - 1.9.2 + - 1.9.3 + - 1.9.4 - 1.10.0 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/bug-webhook.yaml b/.github/ISSUE_TEMPLATE/bug-webhook.yaml index 334cdcf2e0..8a6405d399 100644 --- a/.github/ISSUE_TEMPLATE/bug-webhook.yaml +++ b/.github/ISSUE_TEMPLATE/bug-webhook.yaml @@ -13,8 +13,6 @@ body: label: Kyverno Version description: What version of Kyverno are you running? options: - - 1.4.x - - 1.5.x - 1.6.0 - 1.6.1 - 1.6.2 @@ -34,6 +32,8 @@ body: - 1.9.0 - 1.9.1 - 1.9.2 + - 1.9.3 + - 1.9.4 - 1.10.0 validations: required: true