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