We are glad to announce the release of: oslo.messaging 9.5.1: Oslo Messaging API This release is part of the stein stable release series. The source is available from: https://opendev.org/openstack/oslo.messaging Download the package from: https://pypi.org/project/oslo.messaging Please report issues through: https://bugs.launchpad.net/oslo.messaging/+bugs For more details, please see below. Changes in oslo.messaging 9.5.0..9.5.1 -------------------------------------- 76fce54b fix typos 7b8fd637 Fix switch connection destination when a rabbitmq cluster node disappear 0f91b0a2 Cap Bandit below 1.6.0 and update Sphinx requirement 99b77c07 Retry to declare a queue after internal error f276f085 OpenDev Migration Patch 73f1a0b1 Replace openstack.org git:// URLs with https:// 7ef270ab Update UPPER_CONSTRAINTS_FILE for stable/stein d188708b Update .gitreview for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitreview | 3 +- .zuul.yaml | 18 ++++---- oslo_messaging/_drivers/common.py | 2 +- oslo_messaging/_drivers/impl_rabbit.py | 49 +++++++++++++++++++--- .../run.yaml | 8 ++-- playbooks/oslo.messaging-src-grenade-dsvm/run.yaml | 8 ++-- .../run.yaml | 16 +++---- .../run.yaml | 16 +++---- .../run.yaml | 14 +++---- test-requirements.txt | 2 +- tox.ini | 2 +- 12 files changed, 91 insertions(+), 50 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index c3fe3192..167a185c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -29 +29 @@ pyngus>=2.2.0 # Apache-2.0 -bandit>=1.1.0 # Apache-2.0 +bandit>=1.1.0,<1.6.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org