From c01f0271fef8e6845d413b2bcffe755d7c464cb1 Mon Sep 17 00:00:00 2001 From: James Carppe <85850129+jamescarppe@users.noreply.github.com> Date: Wed, 19 Mar 2025 17:41:36 +1300 Subject: [PATCH] Update bug report template for 2.27.2 (#539) --- .github/ISSUE_TEMPLATE/bug_report.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4bd225980..dc640387c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -91,10 +91,11 @@ body: - type: dropdown attributes: label: Portainer version - description: We only provide support for current versions of Portainer as per the lifecycle policy linked above. 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. + description: We only provide support for current versions of Portainer as per the lifecycle policy linked above. If you are on an older version of Portainer we recommend [updating first](https://docs.portainer.io/start/upgrade) in case your bug has already been fixed. multiple: false options: - '2.28.0' + - '2.27.2' - '2.27.1' - '2.27.0' - '2.26.1' @@ -111,16 +112,6 @@ body: - '2.21.2' - '2.21.1' - '2.21.0' - - '2.20.3' - - '2.20.2' - - '2.20.1' - - '2.20.0' - - '2.19.5' - - '2.19.4' - - '2.19.3' - - '2.19.2' - - '2.19.1' - - '2.19.0' validations: required: true