[oslo] oslo.messaging 5.36.0 (rocky)
We exuberantly announce the release of: oslo.messaging 5.36.0: Oslo Messaging API This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.messaging Download the package from: https://pypi.python.org/pypi/oslo.messaging Please report issues through launchpad: https://bugs.launchpad.net/oslo.messaging For more details, please see below. Changes in oslo.messaging 5.35.0..5.36.0 ---------------------------------------- 31fbe5b Imported Translations from Zanata 6bdae93 Add rabbitmq-server for platform:rpm into bindep.txt 42f5e1f Switch from pip_missing_reqs to pip_check_reqs 90f7610 Add kafka config options for security (ssl/sasl) 5f184a0 Zuul: Remove project name ff913ae Fixed telemetry integration zuul jobs c27dbf1 Zuul: Remove project name 579d5fe Updated from global requirements 8bb6d78 Imported Translations from Zanata 485a20d Update reno for stable/queens 95e98a9 Updated from global requirements 91fd88f Imported Translations from Zanata d09bf21 Add support for synchronous commit d11159c Update telemetry integration playbooks 1cbe936 Follow the new PTI for document build Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 9 ++-- bindep.txt | 5 +- oslo_messaging/_drivers/impl_kafka.py | 59 ++++++++++++++++------ .../_drivers/kafka_driver/kafka_options.py | 22 +++++++- .../run.yaml | 33 +++--------- .../run.yaml | 29 ++--------- releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 21 ++++++-- releasenotes/source/queens.rst | 6 +++ requirements.txt | 2 +- setup.cfg | 9 ---- test-requirements.txt | 6 +-- tox.ini | 4 +- 15 files changed, 149 insertions(+), 95 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 344da6e..8af36c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ oslo.config>=5.1.0 # Apache-2.0 -oslo.log>=3.30.0 # Apache-2.0 +oslo.log>=3.36.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4fab1b8..15d7ba9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14 +14 @@ testtools>=2.2.0 # MIT -oslotest>=1.10.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 @@ -31,2 +31,2 @@ coverage!=4.4,>=4.0 # Apache-2.0 -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 +sphinx!=1.6.6,>=1.6.2 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org