diff --git a/.github/ISSUE_TEMPLATE/bug-cli.yaml b/.github/ISSUE_TEMPLATE/bug-cli.yaml index 5e8b574cdc..4bbe0d82e0 100644 --- a/.github/ISSUE_TEMPLATE/bug-cli.yaml +++ b/.github/ISSUE_TEMPLATE/bug-cli.yaml @@ -14,10 +14,6 @@ body: description: >- What version of the Kyverno CLI are you running (`kyverno version`)? options: - - 1.6.0 - - 1.6.1 - - 1.6.2 - - 1.6.3 - 1.7.0 - 1.7.1 - 1.7.2 @@ -45,6 +41,9 @@ body: - 1.10.6 - 1.11.0 - 1.11.1 + - 1.11.2 + - 1.11.3 + - 1.11.4 validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/bug-other.yaml b/.github/ISSUE_TEMPLATE/bug-other.yaml index c1357d0701..7d7b021bd4 100644 --- a/.github/ISSUE_TEMPLATE/bug-other.yaml +++ b/.github/ISSUE_TEMPLATE/bug-other.yaml @@ -13,10 +13,6 @@ body: label: Kyverno Version description: What version of Kyverno are you running? options: - - 1.6.0 - - 1.6.1 - - 1.6.2 - - 1.6.3 - 1.7.0 - 1.7.1 - 1.7.2 @@ -44,6 +40,9 @@ body: - 1.10.6 - 1.11.0 - 1.11.1 + - 1.11.2 + - 1.11.3 + - 1.11.4 validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/bug-webhook.yaml b/.github/ISSUE_TEMPLATE/bug-webhook.yaml index 76deec87db..d6036b45a3 100644 --- a/.github/ISSUE_TEMPLATE/bug-webhook.yaml +++ b/.github/ISSUE_TEMPLATE/bug-webhook.yaml @@ -13,10 +13,6 @@ body: label: Kyverno Version description: What version of Kyverno are you running? options: - - 1.6.0 - - 1.6.1 - - 1.6.2 - - 1.6.3 - 1.7.0 - 1.7.1 - 1.7.2 @@ -44,6 +40,9 @@ body: - 1.10.6 - 1.11.0 - 1.11.1 + - 1.11.2 + - 1.11.3 + - 1.11.4 validations: required: true - type: dropdown