From 1df317b24f233727b31eb7c00c37c3e81da9682f Mon Sep 17 00:00:00 2001 From: getlarge <15331923+getlarge@users.noreply.github.com> Date: Mon, 8 Jun 2026 10:38:53 +0000 Subject: [PATCH] [skip ci] Update discussion template versions --- .github/DISCUSSION_TEMPLATE/questions.yml | 21 +++++++++---------- .github/versions.json | 25 +++++++++++------------ 2 files changed, 22 insertions(+), 24 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/questions.yml b/.github/DISCUSSION_TEMPLATE/questions.yml index 21d07701aa53..1437e61e819c 100644 --- a/.github/DISCUSSION_TEMPLATE/questions.yml +++ b/.github/DISCUSSION_TEMPLATE/questions.yml @@ -29,17 +29,16 @@ body: attributes: label: RabbitMQ version used options: + - 4.3.1 + - 4.3.0 + - 4.2.7 + - 4.2.6 + - 4.2.5 + - 4.2.4 + - 4.2.3 - 4.2.2 - 4.2.1 - 4.2.0 - - 4.1.7 - - 4.1.6 - - 4.1.5 - - 4.1.4 - - 4.1.3 - - 4.1.2 - - 4.1.1 - - 4.1.0 - other (please specify) validations: required: true @@ -48,6 +47,9 @@ body: attributes: label: Erlang version used options: + - 29.0.x + - 28.5.x + - 28.4.x - 28.3.x - 28.2.x - 28.1.x @@ -56,9 +58,6 @@ body: - 27.2.x - 27.1.x - 27.0.x - - 26.2.x - - 26.1.x - - 26.0.x - other (please specify) validations: required: true diff --git a/.github/versions.json b/.github/versions.json index f9b784e8129a..009597253928 100644 --- a/.github/versions.json +++ b/.github/versions.json @@ -1,18 +1,20 @@ { "rabbitmq": [ + "4.3.1", + "4.3.0", + "4.2.7", + "4.2.6", + "4.2.5", + "4.2.4", + "4.2.3", "4.2.2", "4.2.1", - "4.2.0", - "4.1.7", - "4.1.6", - "4.1.5", - "4.1.4", - "4.1.3", - "4.1.2", - "4.1.1", - "4.1.0" + "4.2.0" ], "erlang": [ + "29.0.x", + "28.5.x", + "28.4.x", "28.3.x", "28.2.x", "28.1.x", @@ -20,9 +22,6 @@ "27.3.x", "27.2.x", "27.1.x", - "27.0.x", - "26.2.x", - "26.1.x", - "26.0.x" + "27.0.x" ] }