From 569554032dad76d86630279ac4653250883df968 Mon Sep 17 00:00:00 2001
From: Chip Zoller <chipzoller@gmail.com>
Date: Mon, 26 Dec 2022 07:17:42 -0500
Subject: [PATCH] add 1.9.0 to version drop-downs (#5777)

---
 .github/ISSUE_TEMPLATE/bug-cli.yaml     | 1 +
 .github/ISSUE_TEMPLATE/bug-other.yaml   | 1 +
 .github/ISSUE_TEMPLATE/bug-webhook.yaml | 4 +++-
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-cli.yaml b/.github/ISSUE_TEMPLATE/bug-cli.yaml
index c325685b90..f02debc852 100644
--- a/.github/ISSUE_TEMPLATE/bug-cli.yaml
+++ b/.github/ISSUE_TEMPLATE/bug-cli.yaml
@@ -32,6 +32,7 @@ body:
         - 1.8.3
         - 1.8.4
         - 1.8.5
+        - 1.9.0
     validations:
       required: true
   - type: textarea
diff --git a/.github/ISSUE_TEMPLATE/bug-other.yaml b/.github/ISSUE_TEMPLATE/bug-other.yaml
index b9462ed818..287cb01877 100644
--- a/.github/ISSUE_TEMPLATE/bug-other.yaml
+++ b/.github/ISSUE_TEMPLATE/bug-other.yaml
@@ -31,6 +31,7 @@ body:
         - 1.8.3
         - 1.8.4
         - 1.8.5
+        - 1.9.0
     validations:
       required: true
   - type: textarea
diff --git a/.github/ISSUE_TEMPLATE/bug-webhook.yaml b/.github/ISSUE_TEMPLATE/bug-webhook.yaml
index 2379106a61..fe8cfbbf4c 100644
--- a/.github/ISSUE_TEMPLATE/bug-webhook.yaml
+++ b/.github/ISSUE_TEMPLATE/bug-webhook.yaml
@@ -31,6 +31,7 @@ body:
         - 1.8.3
         - 1.8.4
         - 1.8.5
+        - 1.9.0
     validations:
       required: true
   - type: dropdown
@@ -70,12 +71,13 @@ body:
     id: kyverno-rule
     attributes:
       label: Kyverno Rule Type
-      description: What Kyverno rule type?
+      description: What Kyverno rule/policy type?
       options:
         - Validate
         - Mutate
         - Generate
         - verifyImages
+        - Cleanup
         - Other
     validations:
       required: true