From aeec76ee467388a2ddb89c214c6202cbf1ebff97 Mon Sep 17 00:00:00 2001 From: Manuel Ryan Date: Fri, 26 Aug 2022 13:31:04 +0200 Subject: [PATCH 1/2] Bump version of rmq to 3.10 --- .travis.yml | 2 ++ README.md | 2 +- scripts/docker-compose.yml | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 150d7fbd..5fe072bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,8 @@ env: - RABBITMQ_USERNAME="guest" - RABBITMQ_PASSWORD="guest" jobs: + - RABBITMQ_VERSION=3.10 + - RABBITMQ_VERSION=3.9 - RABBITMQ_VERSION=3.8 - RABBITMQ_VERSION=3.7 diff --git a/README.md b/README.md index 5c049d10..e00ef3ce 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ $ make build Using the provider ------------------ -The provider supports verions `3.8.x` and `3.7.x` of RabbitMQ. It may still work with version`3.6.x`, however this version is no longer supported. +The provider supports versions `3.10.x`,`3.9.x`,`3.8.x` and `3.7.x` of RabbitMQ. It may still work with version`3.6.x`, however this version is no longer supported. For information on RabbitMQ versions, see the RabbitMQ [version documentation](https://www.rabbitmq.com/versions.html) and [changelog](https://www.rabbitmq.com/changelog.html). diff --git a/scripts/docker-compose.yml b/scripts/docker-compose.yml index 4390d215..1edc5ecd 100644 --- a/scripts/docker-compose.yml +++ b/scripts/docker-compose.yml @@ -2,11 +2,11 @@ version: "3" services: rabbitmq: - image: rabbitmq:${RABBITMQ_VERSION:-3.8}-management-alpine + image: rabbitmq:${RABBITMQ_VERSION:-3.10}-management-alpine environment: RABBITMQ_DEFAULT_USER: ${RABBITMQ_USERNAME:-guest} RABBITMQ_DEFAULT_PASS: ${RABBITMQ_PASSWORD:-guest} ports: - 15672:15672 volumes: - - ./enabled_plugins:/etc/rabbitmq/enabled_plugins \ No newline at end of file + - ./enabled_plugins:/etc/rabbitmq/enabled_plugins From 0549a602b2f2e7cb4763dcfd4370f448a623d891 Mon Sep 17 00:00:00 2001 From: Manuel Ryan Date: Mon, 29 Aug 2022 09:43:40 +0200 Subject: [PATCH 2/2] Update README.md Co-authored-by: Cyril Gaudin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e00ef3ce..ee55a568 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ $ make build Using the provider ------------------ -The provider supports versions `3.10.x`,`3.9.x`,`3.8.x` and `3.7.x` of RabbitMQ. It may still work with version`3.6.x`, however this version is no longer supported. +The provider supports versions `3.10.x` and `3.9.x` of RabbitMQ. It may still work with versions `3.8.x` and `3.7.x`, however these versions are no longer officialy supported. For information on RabbitMQ versions, see the RabbitMQ [version documentation](https://www.rabbitmq.com/versions.html) and [changelog](https://www.rabbitmq.com/changelog.html).