[release-announce] [designate] designate-dashboard 4.0.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Wed Feb 22 13:49:48 UTC 2017


We exuberantly announce the release of:

designate-dashboard 4.0.0: Designate Horizon UI bits

This release is part of the ocata release series.

Download the package from:

    https://tarballs.openstack.org/designate-dashboard/

For more details, please see below.

Changes in designate-dashboard 3.0.0.0rc1..4.0.0
------------------------------------------------

451f0e2 Imported Translations from Zanata
e36ce46 Update UPPER_CONSTRAINTS_FILE for stable/ocata
ab71553 Update .gitreview for stable/ocata
ffc6014 Actually show attribute on zone info page
1269e4a Ensure slash character for URL of dns service Solves a pep8 warning too.
5d6095f Updated from global requirements
cd77ca8 Remove support for py33 and update to py35
8b68651 Enable release notes translation
9fdd096 Switch to oslo_log
875f658 Imported Translations from Zanata
c8f2e82 H803 hacking have been deprecated
c052896 Imported Translations from Zanata
04e4a22 Updated from global requirements
d460950 Added release notes for Designate-dashboard
0d27081 Show team and repo badges on README
427c9eb Updated from global requirements
a0dc4f3 Imported Translations from Zanata
0310887 Updated from global requirements
145d35d Imported Translations from Zanata
44f32e8 Imported Translations from Zanata
6edc942 Updated from global requirements
39aa6e4 Updated from global requirements
56a5ef3 Remove vim header
4a7b63f Add Upper constraints to dashboard


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

.gitignore                                         |   1 +
.gitreview                                         |   1 +
README.rst                                         |   9 +
designatedashboard/api/designate.py                |   2 +-
designatedashboard/api/rest/passthrough.py         |  13 +-
.../dashboards/project/dns_domains/forms.py        |   2 +-
.../dashboards/project/dns_domains/tables.py       |   3 +-
designatedashboard/locale/de/LC_MESSAGES/django.po | 351 +++++++++++++++++++++
.../locale/en_GB/LC_MESSAGES/django.po             |  14 +-
designatedashboard/locale/fr/LC_MESSAGES/django.po | 101 +++++-
designatedashboard/locale/id/LC_MESSAGES/django.po | 350 ++++++++++++++++++++
designatedashboard/locale/ja/LC_MESSAGES/django.po |  22 +-
.../locale/ko_KR/LC_MESSAGES/django.po             |  15 +-
designatedashboard/locale/ru/LC_MESSAGES/django.po | 133 +++++++-
.../locale/zh_CN/LC_MESSAGES/django.po             |  44 +--
.../actions/common-forms.service.js                |   3 +-
.../details/overview.controller.js                 |   9 +
releasenotes/notes/.placeholder                    |   0
releasenotes/source/conf.py                        | 285 +++++++++++++++++
releasenotes/source/index.rst                      |  18 ++
releasenotes/source/mitaka.rst                     |   6 +
releasenotes/source/newton.rst                     |   6 +
releasenotes/source/unreleased.rst                 |   5 +
requirements.txt                                   |   3 +-
setup.cfg                                          |   2 +-
test-requirements.txt                              |  13 +-
tox.ini                                            |  12 +-
28 files changed, 1351 insertions(+), 74 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index d9f7cca..c622d4b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4,2 @@
-pbr>=1.6 # Apache-2.0
+oslo.log>=3.11.0 # Apache-2.0
+pbr>=1.8 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 5c7f88d..10eaf3e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ hacking<0.11,>=0.10.0
-coverage>=3.6 # Apache-2.0
+coverage>=4.0 # Apache-2.0
@@ -9,2 +9,2 @@ mox>=0.5.3 # Apache-2.0
-mox3>=0.7.0 # Apache-2.0
-oslo.config>=3.14.0 # Apache-2.0
+mox3!=0.19.0,>=0.7.0 # Apache-2.0
+oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
@@ -15,2 +15,3 @@ unittest2 # BSD
-sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+oslosphinx>=4.7.0 # Apache-2.0
+reno>=1.8.0 # Apache-2.0
@@ -26 +27 @@ django-compressor>=2.0 # MIT
-django-openstack-auth>=2.4.0 # Apache-2.0
+django-openstack-auth>=3.1.0 # Apache-2.0





More information about the Release-announce mailing list