From a666474d378fdecc1deda2680441a4dbf1e85525 Mon Sep 17 00:00:00 2001 From: Alexandre Desjardins Date: Wed, 7 Dec 2022 13:13:24 -0500 Subject: [PATCH] add 1.8.3 to version drop-downs (#5616) Signed-off-by: Alexandre Desjardins Signed-off-by: Alexandre Desjardins --- .github/ISSUE_TEMPLATE/bug-cli.yaml | 3 ++- .github/ISSUE_TEMPLATE/bug-other.yaml | 3 ++- .github/ISSUE_TEMPLATE/bug-webhook.yaml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-cli.yaml b/.github/ISSUE_TEMPLATE/bug-cli.yaml index bf91de67d3..19f09bd25e 100644 --- a/.github/ISSUE_TEMPLATE/bug-cli.yaml +++ b/.github/ISSUE_TEMPLATE/bug-cli.yaml @@ -29,6 +29,7 @@ body: - 1.8.0 - 1.8.1 - 1.8.2 + - 1.8.3 validations: required: true - type: textarea @@ -100,4 +101,4 @@ body: - label: I have read and followed the [troubleshooting guide](https://kyverno.io/docs/troubleshooting/). required: true - label: I have searched other issues in this repository and mine is not recorded. - required: true \ No newline at end of file + required: true diff --git a/.github/ISSUE_TEMPLATE/bug-other.yaml b/.github/ISSUE_TEMPLATE/bug-other.yaml index a4dbfafd18..bd6927509c 100644 --- a/.github/ISSUE_TEMPLATE/bug-other.yaml +++ b/.github/ISSUE_TEMPLATE/bug-other.yaml @@ -28,6 +28,7 @@ body: - 1.8.0 - 1.8.1 - 1.8.2 + - 1.8.3 validations: required: true - type: textarea @@ -58,4 +59,4 @@ body: - label: I have read and followed the documentation AND the [troubleshooting guide](https://kyverno.io/docs/troubleshooting/). required: true - label: I have searched other issues in this repository and mine is not recorded. - required: true \ No newline at end of file + required: true diff --git a/.github/ISSUE_TEMPLATE/bug-webhook.yaml b/.github/ISSUE_TEMPLATE/bug-webhook.yaml index 087c7325b9..007080643a 100644 --- a/.github/ISSUE_TEMPLATE/bug-webhook.yaml +++ b/.github/ISSUE_TEMPLATE/bug-webhook.yaml @@ -28,6 +28,7 @@ body: - 1.8.0 - 1.8.1 - 1.8.2 + - 1.8.3 validations: required: true - type: dropdown @@ -147,4 +148,4 @@ body: - label: I have read and followed the documentation AND the [troubleshooting guide](https://kyverno.io/docs/troubleshooting/). required: true - label: I have searched other issues in this repository and mine is not recorded. - required: true \ No newline at end of file + required: true