We are satisfied to announce the release of: murano-agent 3.1.0: Python Murano Agent This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/murano-agent/ For more details, please see below. Changes in murano-agent 3.0.0.0rc1..3.1.0 ----------------------------------------- 8739083 Marking rabbitmq password config property as secret b96e207 Add debug to tox enviroment 918d7f4 Updated from global requirements 3346bc7 Updated from global requirements 4ad61ec Updated from global requirements 2c00a77 Updated from global requirements 882c393 Show team and repo badges on README 01d6a81 Fixed issues on Python 3 d9237d0 Updated from global requirements 59cfe45 Updated from global requirements ae50658 Updated from global requirements 7d24641 Updated from global requirements 396a52a Enable release notes translation c48f475 Updated from global requirements c7b989d Fix coverage option and execution 48f87a2 Updated from global requirements b50ed46 Updated from global requirements 945e643 Fix Null Reference exception in Windows agent PS scripts 3cfdbe8 Fix LOG.warn to LOG.warning 029f494 update homepage with developer documentation page f775bcd Updated from global requirements 36313ef fix the home-page URL to be valid f8008c9 Update reno for stable/newton Diffstat (except docs and test files) ------------------------------------- .gitignore | 4 ++++ README.rst | 9 +++++++++ contrib/windows-agent/WindowsAgent/PlanExecutor.cs | 2 +- contrib/windows-agent/WindowsAgent/Program.cs | 2 +- muranoagent/app.py | 6 +++--- muranoagent/common/config.py | 1 + muranoagent/common/messaging/message.py | 2 ++ muranoagent/execution_plan_runner.py | 2 +- muranoagent/executors/application/__init__.py | 6 ++++-- muranoagent/files_manager.py | 2 +- releasenotes/source/conf.py | 3 +++ releasenotes/source/index.rst | 1 + releasenotes/source/newton.rst | 6 ++++++ requirements.txt | 14 +++++++------- setup.cfg | 2 +- test-requirements.txt | 9 +++++---- tox.ini | 10 +++++++++- 17 files changed, 59 insertions(+), 22 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index cdaab91..a33296d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr>=1.6 # Apache-2.0 +pbr>=1.8 # Apache-2.0 @@ -8,3 +8,3 @@ GitPython>=1.0.1 # BSD License (3 clause) -kombu>=3.0.25 # BSD -oslo.config>=3.14.0 # Apache-2.0 -oslo.log>=1.14.0 # Apache-2.0 +kombu<4.0.0,>=3.0.25 # BSD +oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 +oslo.log>=3.11.0 # Apache-2.0 @@ -12,2 +12,2 @@ oslo.service>=1.10.0 # Apache-2.0 -oslo.utils>=3.16.0 # Apache-2.0 -PyYAML>=3.1.0 # MIT +oslo.utils>=3.18.0 # Apache-2.0 +PyYAML>=3.10.0 # MIT @@ -16 +16 @@ semantic-version>=2.3.1 # BSD -requests>=2.10.0 # Apache-2.0 +requests!=2.12.2,>=2.10.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 286e66f..b13ecda 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ unittest2 # BSD -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 @@ -9,0 +10 @@ testrepository>=0.0.18 # Apache-2.0/BSD +oslotest>=1.10.0 # Apache-2.0 @@ -12,3 +13,3 @@ testrepository>=0.0.18 # Apache-2.0/BSD -oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 -sphinx!=1.3b1,<1.3,>=1.2.1 # BSD -reno>=1.8.0 # Apache2 +oslosphinx>=4.7.0 # Apache-2.0 +sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +reno>=1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org