[openstack-announce] [new][sahara] sahara-dashboard 4.0.1 release (mitaka)

no-reply at openstack.org no-reply at openstack.org
Wed Jun 8 21:43:25 UTC 2016


We are delighted to announce the release of:

sahara-dashboard 4.0.1: Sahara Management Dashboard

This release is part of the mitaka stable release series.

For more details, please see below.

Changes in sahara-dashboard 4.0.0..4.0.1
----------------------------------------

b3ffe4d Imported Translations from Zanata
0d0aafd Imported Translations from Zanata
c77f47a Updated from global requirements
fefd609 Simplifying plugin select logic
41daf5a install stable/mitaka version of horizon
0a3df5f Imported Translations from Zanata
60f0424 Updated from global requirements
2cc6030 Hiding undesired nav-pills
86fc3e6 Fixing font and style of close buttons
d16e5e7 Imported Translations from Zanata
6817942 Imported Translations from Zanata

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

requirements.txt                                   |    4 +-
.../clusters/cluster_templates/workflows/create.py |   28 +-
.../templates/cluster_templates/_upload_file.html  |    3 +-
.../templates/cluster_wizard/_ngt_select.html      |    2 +-
.../templates/cluster_wizard/_plugin_select.html   |    2 +-
.../templates/clusters/_create_cluster.html        |    3 +-
.../clusters/templates/clusters/index.html         |   66 +-
.../templates/image_registry/_edit_tags.html       |    3 +-
.../templates/image_registry/_register_image.html  |    3 +-
.../jobs/templates/job_binaries/_create.html       |    3 +-
.../templates/job_wizard/_job_type_select.html     |    2 +-
.../data_processing/jobs/templates/jobs/index.html |   23 +-
.../data_processing/utils/workflow_helpers.py      |   10 +-
sahara_dashboard/locale/cs/LC_MESSAGES/django.po   | 1460 +++++++++++
sahara_dashboard/locale/cs/LC_MESSAGES/djangojs.po |   88 +
sahara_dashboard/locale/de/LC_MESSAGES/django.po   |   12 +-
sahara_dashboard/locale/de/LC_MESSAGES/djangojs.po |    6 +-
sahara_dashboard/locale/django.pot                 | 2743 --------------------
sahara_dashboard/locale/djangojs.pot               |  109 -
sahara_dashboard/locale/fr/LC_MESSAGES/django.po   |   16 +-
sahara_dashboard/locale/fr/LC_MESSAGES/djangojs.po |    6 +-
sahara_dashboard/locale/ja/LC_MESSAGES/django.po   |   10 +-
sahara_dashboard/locale/ja/LC_MESSAGES/djangojs.po |    6 +-
.../locale/ko_KR/LC_MESSAGES/django.po             |   52 +-
.../locale/ko_KR/LC_MESSAGES/djangojs.po           |   11 +-
.../locale/pt_BR/LC_MESSAGES/django.po             |   14 +-
.../locale/pt_BR/LC_MESSAGES/djangojs.po           |    6 +-
sahara_dashboard/locale/ru/LC_MESSAGES/django.po   |   12 +-
sahara_dashboard/locale/ru/LC_MESSAGES/djangojs.po |    6 +-
.../locale/zh_CN/LC_MESSAGES/django.po             |   14 +-
.../locale/zh_CN/LC_MESSAGES/djangojs.po           |    6 +-
tools/pip_install.sh                               |    2 +-
32 files changed, 1696 insertions(+), 3035 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index cdf263f..5f0f09f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ pbr>=1.6 # Apache-2.0
-Babel>=1.3 # BSD
+Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD
@@ -12 +12 @@ iso8601>=0.1.9 # MIT
-python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
+python-keystoneclient!=1.8.0,!=2.1.0,<3.0.0,>=1.6.0 # Apache-2.0





More information about the OpenStack-announce mailing list