We enthusiastically announce the release of: murano-agent 11.0.0: Python Murano Agent This release is part of the antelope 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 10.0.0..11.0.0 -------------------------------------- 1af685b Fix tox 4 compatibility 277db4f Fix write mode for execution plan queue 74ef569 Switch to 2023.1 Python3 unit tests and generic template name 449c50d Remove use of anyjson module 1bcbb83 Update master for stable/zed Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- muranoagent/common/messaging/mqclient.py | 4 ++-- muranoagent/execution_plan_queue.py | 2 +- releasenotes/source/index.rst | 1 + releasenotes/source/zed.rst | 6 ++++++ requirements.txt | 1 - tox.ini | 11 ++++++++--- 7 files changed, 19 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d46876c..b644c4e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +8,0 @@ pbr>=5.5.1 # Apache-2.0 -anyjson>=0.3.3 # BSD