From a5f60c64efac006b01dc607b60356b42c8fef804 Mon Sep 17 00:00:00 2001 From: James Carppe <85850129+jamescarppe@users.noreply.github.com> Date: Wed, 20 Sep 2023 14:18:35 +1200 Subject: [PATCH] Added 2.19.1 to list of versions in bug report template (#10338) --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6b4a7a69f..abd6cb626 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -93,6 +93,7 @@ body: description: We only provide support for the most recent version of Portainer and the previous 3 versions. If you are on an older version of Portainer we recommend [upgrading first](https://docs.portainer.io/start/upgrade) in case your bug has already been fixed. multiple: false options: + - '2.19.1' - '2.19.0' - '2.18.4' - '2.18.3' @@ -103,8 +104,6 @@ body: - '2.16.2' - '2.16.1' - '2.16.0' - - '2.15.1' - - '2.15.0' validations: required: true