[release-announce] [murano] murano-agent 3.4.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Mon Feb 5 21:11:35 UTC 2018


We are gleeful to announce the release of:

murano-agent 3.4.0: Python Murano Agent

This release is part of the queens release series.

Download the package from:

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

For more details, please see below.

Changes in murano-agent 3.3.0..3.4.0
------------------------------------

4cce39a Updated from global requirements
cab8de9 Fix: config generation
5fcb8f5 Updated from global requirements
1f7c506 Updated from global requirements
6ea51f4 Message signing implementation for legacy Windows agent
3341975 Murano-agent side implementation of message signing
53c52f2 Updated from global requirements
d33b5a1 Updated from global requirements
c1acdd8 Updated from global requirements
2468fb5 Tighten access to runtime agent folders
2f4e96d Remove setting of version/release from releasenotes
0ed18ad Updated from global requirements
81335ac Updated from global requirements
b7c0f1f Updated from global requirements
92248c6 Fix to use . to source script files
7f90131 Updated from global requirements
d34ccef Updated from global requirements
95a9c3f Updated from global requirements
f3eb09e Update reno for stable/pike


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

.../ExecutionPlanGenerator.csproj                  |   6 +-
.../ExecutionPlanGenerator/Program.cs              |  27 ++-
.../Properties/AssemblyInfo.cs                     |  17 +-
.../ExecutionPlanGenerator/packages.config         |   2 +-
contrib/windows-agent/WindowsAgent/App.config      |  10 +-
.../windows-agent/WindowsAgent/ExecutionPlan.cs    |  23 ++-
contrib/windows-agent/WindowsAgent/Message.cs      |  41 ++++
.../windows-agent/WindowsAgent/MessageSource.cs    | 163 +++++++++++++++
contrib/windows-agent/WindowsAgent/MqMessage.cs    |  30 ---
contrib/windows-agent/WindowsAgent/PlanExecutor.cs | 222 ++++++++++++++-------
contrib/windows-agent/WindowsAgent/Program.cs      | 109 +++++-----
.../WindowsAgent/Properties/AssemblyInfo.cs        |  17 +-
.../windows-agent/WindowsAgent/RabbitMqClient.cs   | 147 --------------
.../windows-agent/WindowsAgent/ServiceManager.cs   |  37 +++-
.../WindowsAgent/SignatureVerifier.cs              |  60 ++++++
.../windows-agent/WindowsAgent/WindowsAgent.csproj |  40 ++--
.../windows-agent/WindowsAgent/WindowsService.cs   |  26 ++-
.../WindowsAgent/WindowsServiceInstaller.cs        |  17 +-
contrib/windows-agent/WindowsAgent/packages.config |   7 +-
muranoagent/app.py                                 | 173 +++-------------
muranoagent/common/config.py                       |  21 +-
muranoagent/common/messaging/message.py            |  20 +-
muranoagent/execution_plan_queue.py                |  93 ++++++++-
muranoagent/files_manager.py                       |   2 +-
muranoagent/opts.py                                |   2 +-
muranoagent/validation.py                          | 140 +++++++++++++
releasenotes/source/conf.py                        |  12 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/pike.rst                       |   6 +
requirements.txt                                   |  13 +-
test-requirements.txt                              |  14 +-
tools/install_venv.py                              |   2 +-
33 files changed, 951 insertions(+), 571 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 4f35bb0..15189d2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,6 +9,6 @@ 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
-oslo.service>=1.10.0 # Apache-2.0
-oslo.utils>=3.20.0 # Apache-2.0
-PyYAML>=3.10.0 # MIT
-six>=1.9.0 # MIT
+oslo.config>=5.1.0 # Apache-2.0
+oslo.log>=3.36.0 # Apache-2.0
+oslo.service!=1.28.1,>=1.24.0 # Apache-2.0
+oslo.utils>=3.33.0 # Apache-2.0
+PyYAML>=3.10 # MIT
+six>=1.10.0 # MIT
@@ -16,0 +17 @@ requests>=2.14.2 # Apache-2.0
+cryptography!=2.0,>=1.9 # BSD/Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index ab5f4c3..0b8e2bf 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
-unittest2 # BSD
+unittest2>=1.1.0 # BSD
@@ -7,2 +7,2 @@ coverage!=4.4,>=4.0 # Apache-2.0
-mock>=2.0 # BSD
-testtools>=1.4.0 # MIT
+mock>=2.0.0 # BSD
+testtools>=2.2.0 # MIT
@@ -10 +10 @@ testrepository>=0.0.18 # Apache-2.0/BSD
-oslotest>=1.10.0 # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0
@@ -13,3 +13,3 @@ oslotest>=1.10.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
+openstackdocstheme>=1.18.1 # Apache-2.0
+sphinx!=1.6.6,>=1.6.2 # BSD
+reno>=2.5.0 # Apache-2.0






More information about the Release-announce mailing list