[release-announce] murano 8.0.0 (train)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 16 12:51:53 UTC 2019


We are overjoyed to announce the release of:

murano 8.0.0: Murano API

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/murano

Download the package from:

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

Please report issues through:

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

For more details, please see below.

Changes in murano 7.0.0.0rc1..8.0.0
-----------------------------------

0ce2ad12 Update semantic_version to 2.8.2 and remove multiattach in volume template
80f794d9 PDF documentation build
f0e022dc Blacklist eventlet 0.21.0,0.23.0,0.25.0
abe49f46 Fix docs build
81acfe0f Add ip_version for NeutronNetwork subnet
35066cca [train][goal] set default dns for IPv6 env
b40e458c Remove the deadcode
9c7fa904 Fix IPV6 rabbit host
f83cbd4a Update api-ref location
c1e49619 [train][goal] Define new 'murano-tempest-api-ipv6-only' job in gate
4ee97f7b Bump to hacking 1.1.0
e64e96ce Bump the openstackdocstheme extension to 1.20
3d816575 Blacklist sphinx 2.1.0 (autodoc bug)
e9cde491 Add Python 3 Train unit tests
ddd5378a Add local bindep.txt
ecf8effd Replace git.openstack.org URLs with opendev.org URLs
808fc640 Add deps for api-ref
653cdadb Update the murano-rally-task job's irrelevant files
9df0e52f Uncap Bandit
6ec7a4ce Cap Bandit below 1.6.0 and update Sphinx and jsonschema requirement
2ea5234a Correct the environment template clone error message
d26b4225 Remove the unused DISCOVER_DIRECTORY param
1f748f3d OpenDev Migration Patch
0bb49e7b Dropping the py35 testing
da016e90 Bump psycopg lower-constraint to 2.7
003b9eaf Replace openstack.org git:// URLs with https://
10b15860 Update master for stable/stein


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

.gitreview                                         |  2 +-
.zuul.yaml                                         | 53 +++++++++++-----------
CONTRIBUTING.rst                                   | 12 ++---
README.rst                                         |  2 +-
api-ref/source/conf.py                             | 13 ------
bindep.txt                                         |  9 ++++
devstack/README.rst                                |  6 +--
devstack/plugin.sh                                 |  6 ++-
devstack/settings                                  |  7 ++-
devstack/upgrade/settings                          |  4 +-
.../admin/appdev-guide/encrypting_properties.rst   |  6 +--
.../admin/appdev-guide/murano_pl/core_lib.rst      | 20 ++++----
.../appdev-guide/muranopackages/dynamic_ui.rst     |  4 +-
.../configure_cloud_foundry_service_broker.rst     |  2 +-
.../admin/deploy_murano/install_manually.rst       |  8 ++--
.../reference/appendix/articles/guidelines.rst     |  2 +-
.../appendix/articles/image_builders/linux.rst     |  4 +-
.../appendix/articles/murano_gerrit_dashboard.rst  |  4 +-
.../appendix/articles/specification/murano-api.rst |  2 +-
.../reference/appendix/articles/test_docs.rst      | 10 ++--
lower-constraints.txt                              |  8 ++--
meta/io.murano/Classes/resources/CinderVolume.yaml |  9 ----
.../Classes/resources/NeutronNetwork.yaml          | 10 ++--
murano/api/v1/catalog.py                           | 26 +++++------
murano/api/v1/templates.py                         |  8 ++--
murano/cmd/test_runner.py                          |  4 +-
murano/common/config.py                            |  6 +--
murano/common/messaging/mqclient.py                |  2 +-
murano/db/cfapi_migration/migration.py             |  2 +-
murano/db/migration/migration.py                   |  2 +-
murano/db/services/core_services.py                |  2 +-
murano/db/services/environment_templates.py        |  6 ++-
murano/dsl/principal_objects/stack_trace.py        |  8 ++--
murano/dsl/reflection.py                           |  3 +-
murano/dsl/serializer.py                           |  6 +--
murano/dsl/yaql_integration.py                     |  1 +
murano/engine/system/net_explorer.py               | 22 +++++++--
murano/engine/system/resource_manager.py           |  1 +
playbooks/legacy/grenade-devstack-murano/run.yaml  | 14 +++---
releasenotes/source/conf.py                        | 18 --------
releasenotes/source/index.rst                      |  1 +
releasenotes/source/stein.rst                      |  6 +++
requirements.txt                                   |  6 +--
setup.cfg                                          |  3 +-
test-requirements.txt                              |  7 +--
tox.ini                                            | 33 ++++++++++++--
69 files changed, 299 insertions(+), 243 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e8795e97..116b884c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ alembic>=0.8.10 # MIT
-eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
+eventlet!=0.18.3,!=0.20.1,!=0.21.0,!=0.23.0,!=0.25.0,>=0.18.2 # MIT
@@ -30 +30 @@ Paste>=2.0.2 # MIT
-jsonschema<3.0.0,>=2.6.0 # MIT
+jsonschema>=2.6.0 # MIT
@@ -50 +50 @@ oslo.upgradecheck>=0.1.0 # Apache-2.0
-semantic-version>=2.3.1 # BSD
+semantic-version>=2.8.2 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 14c0c02a..64dbb88c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=1.1.0,<1.2.0 # Apache-2.0
@@ -16,0 +17 @@ pylint==1.4.5 # GPLv2
+pycodestyle>=2.0.0 # MIT License
@@ -20 +21 @@ murano-pkg-check>=0.3.0 # Apache-2.0
-bandit>=1.1.0 # Apache-2.0
+bandit>=1.1.0,!=1.6.0 # Apache-2.0
@@ -24 +25 @@ PyMySQL>=0.7.6 # MIT License
-psycopg2>=2.6.2 # LGPL/ZPL
+psycopg2>=2.7.0 # LGPL/ZPL






More information about the Release-announce mailing list