From 3a1482d35937ff10fc7e2bdc7e277af5a6586057 Mon Sep 17 00:00:00 2001 From: Patrick McLain Date: Mon, 25 Nov 2019 14:37:16 -0500 Subject: [PATCH 1/2] Add supported service versions of RabbitMQ From the platform.sh docs https://docs.platform.sh/configuration/services/rabbitmq.html --- .../cloud/project/project-conf-files_services-rabbit.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/guides/v2.2/cloud/project/project-conf-files_services-rabbit.md b/guides/v2.2/cloud/project/project-conf-files_services-rabbit.md index 87f322ed991..48e93510eab 100644 --- a/guides/v2.2/cloud/project/project-conf-files_services-rabbit.md +++ b/guides/v2.2/cloud/project/project-conf-files_services-rabbit.md @@ -43,6 +43,12 @@ To enable RabbitMQ: For information on how these changes affect your environments, see [`services.yaml`]({{ page.baseurl }}/cloud/project/project-conf-files_services.html). +**Cloud Supported RabbitMQ Versions** + +* 3.5 +* 3.6 +* 3.7 + ## Connect to RabbitMQ for debugging {#connect} For debugging purposes, it is useful to directly connect to a service instance in one of the following ways: From 0a761344ab30c415b70198996dfbf850c3f7723a Mon Sep 17 00:00:00 2001 From: Patrick McLain Date: Mon, 25 Nov 2019 16:57:37 -0500 Subject: [PATCH 2/2] Add link to supported version list --- .../cloud/project/project-conf-files_services-rabbit.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/guides/v2.2/cloud/project/project-conf-files_services-rabbit.md b/guides/v2.2/cloud/project/project-conf-files_services-rabbit.md index 48e93510eab..8303df8248b 100644 --- a/guides/v2.2/cloud/project/project-conf-files_services-rabbit.md +++ b/guides/v2.2/cloud/project/project-conf-files_services-rabbit.md @@ -43,11 +43,7 @@ To enable RabbitMQ: For information on how these changes affect your environments, see [`services.yaml`]({{ page.baseurl }}/cloud/project/project-conf-files_services.html). -**Cloud Supported RabbitMQ Versions** - -* 3.5 -* 3.6 -* 3.7 +[Supported service versions]({{page.baseurl}}/cloud/project/project-conf-files_services.html#service-versions) ## Connect to RabbitMQ for debugging {#connect}