[release-announce] murano 6.0.0 (rocky)
no-reply at openstack.org
no-reply at openstack.org
Thu Aug 30 14:34:11 UTC 2018
We are delighted to announce the release of:
murano 6.0.0: Murano API
This release is part of the rocky release series.
Download the package from:
https://tarballs.openstack.org/murano/
For more details, please see below.
Changes in murano 5.0.0.0rc1..6.0.0
-----------------------------------
60fca8b Fix Configuration Guide sample and policy conf can not found
9f92d3a Docs: Autogenerate config documentation
dc55810 Remove congress and mistral functional integration tests
a2cd503 murano-congress-devstack job use native Zuulv3
3cfd3fc Using native Zuulv3 jobs
acd6165 Update py27-ocata to py27-queens
0d78409 Remove the unused run_tests.sh script
d5fbcfc Add irrelevant-files for murano-congress-devstack job
646f207 [docs]Deploy murano api under WSGI server
c7a43df Optimize murano admin_troubleshooting
22f4d6d Remove set GLARE_API_URL for horizon
3445a39 Refactor murano Installation Guide
ed7941c Sanitizer some sensitive logs information
a4931ab Use V3 auth_url
f98335a Add Release Notes url to README
640bdac Switch to using stestr
5fbbac4 Follow the new PTI for document build
dc44b56 fix typos
fea6ccf add a link to release notes in README file
be4a610 [ci] Use zuul v3 native job for Rally
e470508 The original env should be {}, otherwise it can not be dealt with by heat client.
503e8e9 Fix Error: attribution() takes exactly 3 arguments (2 given)
c8a32e0 fix a grammatical error
43729de fix tox python3 overrides
80b4e02 Method, decrypt_data, uses internal Barbican endpoint
7a64448 Update auth_uri option to www_authenticate_uri
c18ee75 correct the plural spelling of "object".
a50dd21 fix document error, "is" should be "are".
8eb478f Trivial: Update pypi url to new url
8ff048d uncap eventlet
3103a4f Remove use of deprecated term, Usage: Action
b7b4810 Add form validator example to documentation
17f00ca Allow port security to be disabled
475545a Fix Contract on Project property, extra.
2670b43 Updated from global requirements
a11afbe Enable mutable config in Murano
01b0af0 add lower-constraints job
312b47d Updated from global requirements
687a5b0 Add default configuration files to data_files
826dbf9 Updated from global requirements
2d6a9f2 Updated from global requirements
0e439d9 Make test allowed_pattern type same as the hot example and fix the gate
d16571d Update links in README
adbef95 Updated from global requirements
8350291 Updated from global requirements
0c3dec6 Imported Translations from Zanata
375a6e7 Add the missing title of Configuration Guide
36ed695 Remove empty file
e9bee70 Updated from global requirements
60ba389 Imported Translations from Zanata
36eae7e Imported Translations from Zanata
3186a72 use . instead of source.
1e3dd88 Update reno for stable/queens
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 5 +
.stestr.conf | 3 +
.zuul.yaml | 99 +-
README.rst | 13 +-
api-ref/source/v1/environments.inc | 4 +-
.../nodecellar_example_application/README.rst | 9 +-
devstack/plugin.sh | 5 +-
.../app_migrating/app_migrate_to_newton.rst | 4 +-
.../appdev-guide/muranopackages/dynamic_ui.rst | 5 +
.../configure_cloud_foundry_service_broker.rst | 208 ++++
.../admin/deploy_murano/install_manually.rst | 2 +-
.../configure_cloud_foundry_service_broker.rst | 208 ----
.../configuration/figures/network-topology-1.png | Bin 40243 -> 0 bytes
.../configuration/figures/network-topology-2.png | Bin 43141 -> 0 bytes
.../articles/specification/murano-repository.rst | 2 +-
lower-constraints.txt | 153 +++
meta/io.murano/Classes/Environment.yaml | 2 +-
meta/io.murano/Classes/Project.yaml | 2 +-
.../Classes/resources/NeutronNetworkBase.yaml | 16 +-
murano/cmd/api.py | 4 +-
murano/cmd/engine.py | 5 +-
murano/cmd/test_runner.py | 2 +-
murano/common/auth_utils.py | 23 +-
murano/common/config.py | 2 +-
murano/common/engine.py | 3 +-
murano/dsl/lhs_expression.py | 2 +-
murano/engine/system/heat_stack.py | 7 +-
murano/engine/system/yaql_functions.py | 4 +
murano/locale/en_GB/LC_MESSAGES/murano.po | 15 +-
.../Classes/ApacheHttpServer.yaml | 81 --
.../LICENSE | 175 ----
.../Resources/index.html | 8 -
.../manifest.yaml | 28 -
.../Classes/Lighttpd.yaml | 55 -
.../engine/io.murano.apps.test.Lighttpd/LICENSE | 175 ----
.../Resources/DeployLighttpd.template | 27 -
.../Resources/scripts/deployLighttpd.sh | 14 -
.../io.murano.apps.test.Lighttpd/manifest.yaml | 24 -
.../Classes/UpdateExecutor.yaml | 47 -
.../io.murano.apps.test.UpdateExecutor/LICENSE | 175 ----
.../Resources/Update.template | 30 -
.../Resources/scripts/update.sh | 14 -
.../manifest.yaml | 22 -
.../Classes/ExampleChef.yaml | 48 -
.../Resources/DeployExampleChef.template | 22 -
.../Resources/scripts/test/README.rdoc | 7 -
.../Resources/scripts/test/metadata.rb | 8 -
.../Resources/scripts/test/recipes/install.rb | 10 -
.../manifest.yaml | 10 -
.../Classes/ExamplePuppet.yaml | 46 -
.../Resources/DeployExamplePuppet.template | 20 -
.../Resources/scripts/test/manifests/install.pp | 4 -
.../manifest.yaml | 10 -
.../engine/test_conf_language_support.py | 87 --
.../functional/integration/integration_base.py | 156 ---
.../Classes/MistralShowcaseApp.yaml | 32 -
.../Resources/TestEcho_MistralWorkflow.yaml | 24 -
.../manifest.yaml | 10 -
.../Classes/PolicyEnforcementTestApp.yaml | 48 -
.../manifest.yaml | 10 -
.../functional/integration/rules_murano_action.txt | 18 -
.../functional/integration/rules_murano_system.txt | 7 -
.../functional/integration/test_policy_enf.py | 88 --
.../unit/engine/system/test_workflowclient.py | 13 +-
.../hot_package/test.hot.1/Resources/FullTestName | 4 +-
.../test.hot.1/properties_manifest.yaml | 2 +-
.../packages/hot_package/test.hot.1/template.yaml | 4 +-
.../unit/packages/hot_package/test_hot_package.py | 6 +-
.../legacy/murano-congress-devstack-dsvm/post.yaml | 15 -
.../legacy/murano-congress-devstack-dsvm/run.yaml | 84 --
playbooks/legacy/rally-dsvm-murano-task/post.yaml | 41 -
playbooks/legacy/rally-dsvm-murano-task/run.yaml | 81 --
playbooks/legacy/tempest-dsvm-murano-api/post.yaml | 80 --
playbooks/legacy/tempest-dsvm-murano-api/run.yaml | 72 --
.../legacy/tempest-dsvm-murano-cfapi/post.yaml | 80 --
.../legacy/tempest-dsvm-murano-cfapi/run.yaml | 72 --
rally-jobs/murano-murano.yaml | 48 -
rally-jobs/task-murano.yaml | 48 +
.../notes/package_cache-68495dcde223c167.yaml | 2 +-
releasenotes/source/index.rst | 1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po | 1085 ++++++++++++++++++++
releasenotes/source/queens.rst | 6 +
requirements.txt | 18 +-
setup.cfg | 10 +-
test-requirements.txt | 9 +-
tools/pretty_tox.sh | 6 -
tools/test-setup.sh | 2 +-
tox.ini | 30 +-
136 files changed, 2371 insertions(+), 4189 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 34d8357..578d4ec 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ alembic>=0.8.10 # MIT
-eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
+eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
@@ -12 +12 @@ Routes>=2.3.1 # MIT
-tenacity>=3.2.1 # Apache-2.0
+tenacity>=4.4.0 # Apache-2.0
@@ -18 +18 @@ netaddr>=0.7.18 # BSD
-PyYAML>=3.10 # MIT
+PyYAML>=3.12 # MIT
@@ -20 +20 @@ jsonpatch!=1.20,>=1.16 # BSD
-keystoneauth1>=3.3.0 # Apache-2.0
+keystoneauth1>=3.4.0 # Apache-2.0
@@ -25 +25 @@ debtcollector>=1.2.0 # Apache-2.0
-cryptography!=2.0,>=1.9 # BSD/Apache-2.0
+cryptography>=2.1 # BSD/Apache-2.0
@@ -33 +33 @@ python-heatclient>=1.10.0 # Apache-2.0
-python-neutronclient>=6.3.0 # Apache-2.0
+python-neutronclient>=6.7.0 # Apache-2.0
@@ -36 +36 @@ python-congressclient<2000,>=1.9.0 # Apache-2.0
-python-mistralclient>=3.1.0 # Apache-2.0
+python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0
@@ -38,2 +38,2 @@ oslo.db>=4.27.0 # Apache-2.0
-oslo.config>=5.1.0 # Apache-2.0
-oslo.concurrency>=3.25.0 # Apache-2.0
+oslo.config>=5.2.0 # Apache-2.0
+oslo.concurrency>=3.26.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 5863226..14c0c02 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -18 +18 @@ requests>=2.14.2 # Apache-2.0
-os-testr>=1.0.0 # Apache-2.0
+stestr>=1.0.0 # Apache-2.0
@@ -25,7 +24,0 @@ psycopg2>=2.6.2 # LGPL/ZPL
-
-# doc build requirements
-sphinx!=1.6.6,>=1.6.2 # BSD
-sphinxcontrib-httpdomain>=1.3.0 # BSD
-reno>=2.5.0 # Apache-2.0
-openstackdocstheme>=1.18.1 # Apache-2.0
-os-api-ref>=1.4.0 # Apache-2.0
More information about the Release-announce
mailing list