[release-announce] murano-agent 6.0.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 14 10:30:59 UTC 2020


We are stoked to announce the release of:

murano-agent 6.0.0: Python Murano Agent

This release is part of the victoria release series.

The source is available from:

    https://opendev.org/openstack/murano-agent

Download the package from:

    https://tarballs.openstack.org/murano-agent/

Please report issues through:

    https://bugs.launchpad.net/murano/+bugs

For more details, please see below.

Changes in murano-agent 5.0.0.0rc1..6.0.0
-----------------------------------------

306b131 [goal] Migrate testing to ubuntu focal
08273d5 Use unittest.mock instead of mock
d0f1a57 Switch to newer openstackdocstheme and reno versions
7144b15 Fix hacking min version to 3.0.1
f2e41f2 Monkey patch original current_thread _active
6ff522a Bump default tox env from py37 to py38
ce0ac09 Add py38 package metadata
8b205a6 Add Python3 victoria unit tests
7d18643 Update master for stable/ussuri


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                    |  2 +-
lower-constraints.txt                         | 11 +++--------
muranoagent/cmd/run.py                        |  6 ++++++
releasenotes/source/conf.py                   | 12 +++++-------
releasenotes/source/index.rst                 |  1 +
releasenotes/source/ussuri.rst                |  6 ++++++
requirements.txt                              |  6 +++---
setup.cfg                                     |  1 +
test-requirements.txt                         |  2 +-
tox.ini                                       |  2 +-
13 files changed, 38 insertions(+), 34 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 7bf3c93..1658e65 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,2 +7,2 @@ eventlet>=0.20.0,!=0.20.1,!=0.21.0 # MIT
-GitPython>=3.0.5;python_version>='3.0'  # BSD License (3 clause)
-kombu>=4.1.0 # BSD
+GitPython>=3.0.5 # BSD License (3 clause)
+kombu>=4.3.0 # BSD
@@ -13 +13 @@ oslo.utils>=3.36.0 # Apache-2.0
-PyYAML>=3.12 # MIT
+PyYAML>=3.13 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 9b2528c..57ed917 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0






More information about the Release-announce mailing list