[release-announce] sahara 11.0.0 (train)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 16 12:54:25 UTC 2019


We are delighted to announce the release of:

sahara 11.0.0: Sahara project

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/sahara

Download the package from:

    https://tarballs.openstack.org/sahara/

Please report issues through:

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

For more details, please see below.

Changes in sahara 10.0.0..11.0.0
--------------------------------

8501b523 Python 3 fixes
244ee200 grenade: start from stein, disable heat integration tests
62b4c626 Update TOX/UPPER_CONSTRAINTS_FILE for stable/train
030ea4c5 Update .gitreview for stable/train
d97fa769 Update the constraints url
423247f0 Add more cross-functional jobs (TripleO, OSA)
3e615591 Fix unit tests: no more cinderclient v1
6e3e4b91 Fixing broken links and removing outdated driver
ea37e56a Update api-ref location
cc3a42ef Remove a monkey-patching workaround for python < 2.7.3
0c19fc26 Limit envlist to py37 for Python 3 Train goal
36dfcd77 Imported Translations from Zanata
22e1d9ac Imported Translations from Zanata
9f0f1b94 Bump the openstackdocstheme extension to 1.20
c7fc57b4 devstack: do not use configure_auth_token_middleware
ee46e8cb Blacklist python-cinderclient 4.0.0
86585846 Remove some files not worth maintaining
113382e9 Update keystone_authtoken config reference
c5aafbc3 Fix requirements (bandit, sphinx, jsonschema) and jobs
bc049c9f Update Python 3 test runtimes for Train
69794064 Add a required dep to fix the buildimages jobs
d17fd1d1 [Trivial fix]Remove unnecessary slash
e644d4a6 doc: additional git.openstack.org->opendev.org replacement
8c941ed1 Replace git.openstack.org URLs with opendev.org URLs
a3bf1a98 OpenDev Migration Patch
7b3588b8 Dropping the py35 testing
617be903 Replace openstack.org git:// URLs with https://
74897906 Imported Translations from Zanata
20591c14 Update master for stable/stein


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

.gitreview                                         |   3 +-
.zuul.yaml                                         |  41 +-
README.rst                                         |   2 +-
api-ref/source/conf.py                             |  12 -
bindep.txt                                         |   1 +
devstack/README.rst                                |   6 +-
devstack/plugin.sh                                 |   8 +-
devstack/settings                                  |  14 +-
devstack/upgrade/settings                          |  15 +-
.../dashboard-dev-environment-guide.rst            |   6 +-
.../building-guest-images/sahara-image-create.rst  |  12 +-
.../building-guest-images/sahara-image-pack.rst    |   2 +-
etc/edp-examples/README.rst                        |   2 +-
etc/sahara/sahara.conf.sample-basic                | 119 ----
lower-constraints.txt                              |   2 +-
playbooks/sahara-grenade/run.yaml                  |  14 +-
releasenotes/source/conf.py                        |  13 -
releasenotes/source/index.rst                      |   1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po       |  19 +-
.../source/locale/it/LC_MESSAGES/releasenotes.po   | 537 +++++++++++++++
releasenotes/source/stein.rst                      |   6 +
requirements.txt                                   |   4 +-
roles/build-sahara-images-cli/defaults/main.yaml   |   2 +-
roles/build-sahara-images-cli/tasks/main.yaml      |   2 +-
sahara/cli/sahara_api.py                           |   3 -
sahara/locale/de/LC_MESSAGES/sahara.po             | 729 +--------------------
sahara/service/edp/spark/engine.py                 |   2 +-
.../edp/workflow_creator/test_create_workflow.py   |   2 -
sahara/utils/patches.py                            |  58 --
sahara/utils/rpc.py                                |   3 +-
sahara/utils/ssh_remote.py                         |   6 +-
setup.cfg                                          |   3 +-
test-requirements-bandit.txt                       |   1 -
test-requirements.txt                              |   2 +-
tools/get_auth_token                               |   3 -
tools/get_auth_token.py                            |  88 ---
tox.ini                                            |  22 +-
60 files changed, 710 insertions(+), 1247 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 28d95414..09ff14cb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15 +15 @@ Jinja2>=2.10 # BSD License (3 clause)
-jsonschema<3.0.0,>=2.6.0 # MIT
+jsonschema>=2.6.0 # MIT
@@ -35 +35 @@ requests>=2.14.2 # Apache-2.0
-python-cinderclient>=3.3.0 # Apache-2.0
+python-cinderclient!=4.0.0,>=3.3.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 12dde8e4..8c241974 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ PyMySQL>=0.7.6 # MIT License
-bandit>=1.1.0 # Apache-2.0
+bandit>=1.1.0,<1.6.0 # Apache-2.0






More information about the Release-announce mailing list