[release-announce] [murano] murano-agent 3.3.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Thu Aug 10 16:07:05 UTC 2017


We are overjoyed to announce the release of:

murano-agent 3.3.0: Python Murano Agent

This release is part of the pike release series.

Download the package from:

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

For more details, please see below.

Changes in murano-agent 3.2.0..3.3.0
------------------------------------

0430611 Updated from global requirements
7473dc7 Mask sensitive information before logging execution plan.
b4623d9 Update the documentation link for doc migration
34c1757 switch to openstackdocstheme
8602883 Remove usage of parameter enforce_type
261853e Updated from global requirements
e244be8 Updated from global requirements
5930551 Change author in setup.cfg
898dc5a Updated from global requirements
222a591 Updated from global requirements
45ee6ff Updated from global requirements
91da391 Updated from global requirements
7bd7caf Updated from global requirements
63475f6 Fix doc generation for Python3
4eec4bc Updated from global requirements
003a8f4 Optimize the link address
d2c2c0b Updated from global requirements
1698fa0 Replace uuid.uuid4() with uuidutils.generate_uuid()
18758fa Use HostAddressOpt for opts that accept IP and hostnames
20213e0 Adds TLS/SSL Version Support to Murano Agent.
cdca24c Updated from global requirements
9f50c3c Updated from global requirements
d85696c Updated from global requirements
a2dba48 Updated from global requirements
77e7c70 Update test requirement
4a1c999 Use openstack cmd instead in readme.rst
a370460 Remove support for py34
2a56393 Update reno for stable/ocata


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

CONTRIBUTING.rst                         |  6 +--
HACKING.rst                              |  2 +-
README.rst                               | 10 ++---
muranoagent/app.py                       |  5 ++-
muranoagent/common/config.py             | 14 +++++--
muranoagent/common/messaging/mqclient.py | 11 +++++-
muranoagent/execution_result.py          |  6 +--
releasenotes/source/conf.py              | 12 +++++-
releasenotes/source/index.rst            |  1 +
releasenotes/source/ocata.rst            |  6 +++
requirements.txt                         | 14 +++----
setup.cfg                                |  6 +--
setup.py                                 |  2 +-
test-requirements.txt                    | 10 ++---
tox.ini                                  |  2 +-
17 files changed, 147 insertions(+), 41 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 35fb6c3..4f35bb0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr>=1.8 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
@@ -6 +6 @@ anyjson>=0.3.3 # BSD
-eventlet!=0.18.3,>=0.18.2 # MIT
+eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
@@ -8,3 +8,3 @@ GitPython>=1.0.1 # BSD License (3 clause)
-kombu>=3.0.25 # BSD
-oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
-oslo.log>=3.11.0 # Apache-2.0
+kombu!=4.0.2,>=4.0.0 # BSD
+oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
+oslo.log>=3.22.0 # Apache-2.0
@@ -12 +12 @@ oslo.service>=1.10.0 # Apache-2.0
-oslo.utils>=3.18.0 # Apache-2.0
+oslo.utils>=3.20.0 # Apache-2.0
@@ -16 +16 @@ semantic-version>=2.3.1 # BSD
-requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
+requests>=2.14.2 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index d677a3b..ab5f4c3 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking<0.11,>=0.10.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
@@ -6 +6 @@ unittest2 # BSD
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -13,3 +13,3 @@ oslotest>=1.10.0 # Apache-2.0
-oslosphinx>=4.7.0 # Apache-2.0
-sphinx>=1.5.1 # BSD
-reno>=1.8.0 # Apache-2.0
+openstackdocstheme>=1.16.0 # Apache-2.0
+sphinx>=1.6.2 # BSD
+reno!=2.3.1,>=1.8.0 # Apache-2.0






More information about the Release-announce mailing list