Bump rabbitmq version to 3.13.7

This is the latest minor version in 3.13 series. Current 3.13.3 does not
exist for noble causing it to install the latest, which is now 4.0
series

Change-Id: Ifaa69e8b9caa8d5dfa9f4b83db31932c82641a40
This commit is contained in:
Dmitriy Rabotyagov
2024-09-25 14:06:36 +02:00
parent 615719ac2d
commit 20b09197a2
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
# limitations under the License.
_rabbitmq_install_method: external_repo
_rabbitmq_package_version: "3.13.3-1"
_rabbitmq_package_version: "3.13.7-1"
_rabbitmq_repo_url: "https://ppa1.novemberain.com/rabbitmq/rabbitmq-server/deb/{{ ansible_facts['distribution'] | lower }}"
_rabbitmq_repo:

View File

@@ -14,7 +14,7 @@
# limitations under the License.
_rabbitmq_install_method: external_repo
_rabbitmq_package_version: "3.13.3-1"
_rabbitmq_package_version: "3.13.7-1"
# NOTE(nhanlon) 2023-05-30: although the package repository is marked
# el9, the packages themselves still have an el8 dist tag for rabbitmq
_rabbitmq_package_dist_tag: "el8"