sahara-dashboard 12.0.0 (ussuri)
We are tickled pink to announce the release of: sahara-dashboard 12.0.0: Sahara Management Dashboard This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/sahara-dashboard Download the package from: https://tarballs.openstack.org/sahara-dashboard/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/sahara- dashboard For more details, please see below. Changes in sahara-dashboard 11.0.0..12.0.0 ------------------------------------------ 0fa9e96 Imported Translations from Zanata 60c7217 Update TOX_CONSTRAINTS_FILE for stable/ussuri a6d3817 Update .gitreview for stable/ussuri 75e2d08 Ussuri contributor docs community goal 391c30c Imported Translations from Zanata 18921be Test fixes: unittest.mock, better l-c job, pytest dep b4f7dcd Imported Translations from Zanata ce605ed Imported Translations from Zanata 33d6f26 Fix pyScss version in lower-constraints.txt 24e6863 Update hacking for Python3 2525137 Remove six usage bfce75e Drop Django 1.11 support e803202 translation: drop babel extractor definitions 59f93f1 Imported Translations from Zanata aa2bdc6 [ussuri][goal] Drop python 2.7 support and testing fb3782e Imported Translations from Zanata cd6519c Imported Translations from Zanata 69fa2d1 fix invaild urls in CONTRIBUTING.rst 3584317 Use Horizon project template for django jobs 5199f8a Switch to official Ussuri jobs c3d3f42 Imported Translations from Zanata 3901472 Update master for stable/train Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 17 +- CONTRIBUTING.rst | 23 +- babel-django.cfg | 3 - babel-djangojs.cfg | 12 - lower-constraints.txt | 16 +- .../notes/drop-py-2-7-0812be5ce1752d7c.yaml | 6 + releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 122 ------- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 121 ------- .../source/locale/fr/LC_MESSAGES/releasenotes.po | 49 --- .../source/locale/id/LC_MESSAGES/releasenotes.po | 161 --------- .../source/locale/ja/LC_MESSAGES/releasenotes.po | 27 -- .../locale/ko_KR/LC_MESSAGES/releasenotes.po | 58 ---- .../locale/zh_CN/LC_MESSAGES/releasenotes.po | 52 --- releasenotes/source/train.rst | 6 + requirements.txt | 4 +- .../clusters/clusters/workflows/create.py | 8 +- .../nodegroup_templates/workflows/create.py | 2 +- .../data_plugins/workflows/update.py | 4 +- .../jobs/data_sources/workflows/edit.py | 13 +- .../data_processing/jobs/job_binaries/forms.py | 4 +- .../jobs/job_templates/workflows/launch.py | 8 +- .../content/data_processing/utils/helpers.py | 3 +- .../data_processing/utils/workflow_helpers.py | 3 +- .../locale/en_GB/LC_MESSAGES/django.po | 47 ++- .../locale/ko_KR/LC_MESSAGES/django.po | 37 ++- sahara_dashboard/locale/ru/LC_MESSAGES/django.po | 368 ++++++++++++++++++++- sahara_dashboard/locale/ru/LC_MESSAGES/djangojs.po | 17 +- sahara_dashboard/test/helpers.py | 2 +- sahara_dashboard/test/settings.py | 2 +- sahara_dashboard/test/test_data/sahara_data.py | 2 +- sahara_dashboard/utils.py | 9 +- setup.cfg | 2 - test-requirements.txt | 4 +- tox.ini | 46 +-- 42 files changed, 571 insertions(+), 762 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8a26dca..ec35933 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10 @@ python-designateclient>=2.7.0 # Apache-2.0 -python-keystoneclient>=3.15.0 # Apache-2.0 +python-keystoneclient>=3.22.0 # Apache-2.0 @@ -17 +17 @@ pytz>=2013.6 # MIT -horizon>=14.0.0.0b3 # Apache-2.0 +horizon>=17.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 67e219d..d70e795 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0 @@ -8 +7,0 @@ ddt>=1.0.1 # MIT -mock>=2.0.0 # BSD @@ -9,0 +9 @@ netifaces>=0.10.4 # MIT +pytest>=5.3.5 # MIT
participants (1)
-
no-reply@openstack.org