diff --git a/.github/ISSUE_TEMPLATE/bug-cli.yaml b/.github/ISSUE_TEMPLATE/bug-cli.yaml index 4bbe0d82e0..8ab4c5cb1e 100644 --- a/.github/ISSUE_TEMPLATE/bug-cli.yaml +++ b/.github/ISSUE_TEMPLATE/bug-cli.yaml @@ -14,12 +14,6 @@ body: description: >- What version of the Kyverno CLI are you running (`kyverno version`)? options: - - 1.7.0 - - 1.7.1 - - 1.7.2 - - 1.7.3 - - 1.7.4 - - 1.7.5 - 1.8.0 - 1.8.1 - 1.8.2 @@ -44,6 +38,7 @@ body: - 1.11.2 - 1.11.3 - 1.11.4 + - 1.12.0 validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/bug-other.yaml b/.github/ISSUE_TEMPLATE/bug-other.yaml index 7d7b021bd4..d837988484 100644 --- a/.github/ISSUE_TEMPLATE/bug-other.yaml +++ b/.github/ISSUE_TEMPLATE/bug-other.yaml @@ -13,12 +13,6 @@ body: label: Kyverno Version description: What version of Kyverno are you running? options: - - 1.7.0 - - 1.7.1 - - 1.7.2 - - 1.7.3 - - 1.7.4 - - 1.7.5 - 1.8.0 - 1.8.1 - 1.8.2 @@ -43,6 +37,7 @@ body: - 1.11.2 - 1.11.3 - 1.11.4 + - 1.12.0 validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/bug-webhook.yaml b/.github/ISSUE_TEMPLATE/bug-webhook.yaml index d6036b45a3..28f48c6ddc 100644 --- a/.github/ISSUE_TEMPLATE/bug-webhook.yaml +++ b/.github/ISSUE_TEMPLATE/bug-webhook.yaml @@ -13,12 +13,6 @@ body: label: Kyverno Version description: What version of Kyverno are you running? options: - - 1.7.0 - - 1.7.1 - - 1.7.2 - - 1.7.3 - - 1.7.4 - - 1.7.5 - 1.8.0 - 1.8.1 - 1.8.2 @@ -43,6 +37,7 @@ body: - 1.11.2 - 1.11.3 - 1.11.4 + - 1.12.0 validations: required: true - type: dropdown @@ -51,7 +46,6 @@ body: label: Kubernetes Version description: What version of Kubernetes are you running? options: - - 1.20.x - 1.21.x - 1.22.x - 1.23.x @@ -60,6 +54,7 @@ body: - 1.26.x - 1.27.x - 1.28.x + - 1.29.x validations: required: true - type: dropdown