From 073643986685bbc2c698749e4a4bc763052b6618 Mon Sep 17 00:00:00 2001 From: Marcus Franke Date: Tue, 4 Jun 2024 11:43:17 +0200 Subject: [PATCH] chore: update issue templates (#10379) Add the latest release `1.12.3` to the bug issue templates. Signed-off-by: Marcus Franke --- .github/ISSUE_TEMPLATE/bug-cli.yaml | 1 + .github/ISSUE_TEMPLATE/bug-other.yaml | 1 + .github/ISSUE_TEMPLATE/bug-webhook.yaml | 2 ++ 3 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-cli.yaml b/.github/ISSUE_TEMPLATE/bug-cli.yaml index c881d81e8f..172aebc472 100644 --- a/.github/ISSUE_TEMPLATE/bug-cli.yaml +++ b/.github/ISSUE_TEMPLATE/bug-cli.yaml @@ -42,6 +42,7 @@ body: - 1.12.0 - 1.12.1 - 1.12.2 + - 1.12.3 validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/bug-other.yaml b/.github/ISSUE_TEMPLATE/bug-other.yaml index cf1bcc1989..3d00c38756 100644 --- a/.github/ISSUE_TEMPLATE/bug-other.yaml +++ b/.github/ISSUE_TEMPLATE/bug-other.yaml @@ -41,6 +41,7 @@ body: - 1.12.0 - 1.12.1 - 1.12.2 + - 1.12.3 validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/bug-webhook.yaml b/.github/ISSUE_TEMPLATE/bug-webhook.yaml index 90e1a149e4..cfda1f6f51 100644 --- a/.github/ISSUE_TEMPLATE/bug-webhook.yaml +++ b/.github/ISSUE_TEMPLATE/bug-webhook.yaml @@ -41,6 +41,7 @@ body: - 1.12.0 - 1.12.1 - 1.12.2 + - 1.12.3 validations: required: true - type: dropdown @@ -72,6 +73,7 @@ body: - KinD - Minikube - K3d + - K3s - OpenShift - VMware Tanzu (specify in description) - Bare metal