Files
kolla-ansible/releasenotes/notes/allow-rabbitmq-3-13-to-4-1-8ae08d265c353301.yaml
Seunghun Lee cca5ecf050 Tweak RabbitMQ version check to allow 3.13 to 4.1
Since RabbitMQ 4.1 supports the upgrade from 3.13 [1],
the assert condition and ``upgrade_version`` was adjusted accordingly.

[1] https://www.rabbitmq.com/docs/upgrade#rabbitmq-version-upgradability

Change-Id: I86eb058f88b49fcbbc4e219d5329aa6f0a339b95
Closes-Bug: #2118452
Signed-off-by: Seunghun Lee <seunghun@stackhpc.com>
2025-07-28 13:55:58 +01:00

8 lines
200 B
YAML

---
fixes:
- |
Fixes bug `LP#2118452 <https://bugs.launchpad.net/kolla-ansible/+bug/2118452>`__
which stopped the RabbitMQ upgrade from version 3.13 to 4.1 even though it
is supported.