[release-announce] octavia-dashboard 6.0.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 14 10:38:13 UTC 2020


We are tickled pink to announce the release of:

octavia-dashboard 6.0.0: Horizon panels for Octavia

This release is part of the victoria release series.

The source is available from:

    https://opendev.org/openstack/octavia-dashboard

Download the package from:

    https://pypi.org/project/octavia-dashboard

Please report issues through:

    https://storyboard.openstack.org/#!/project/openstack/octavia-
dashboard

For more details, please see below.

Changes in octavia-dashboard 5.0.0.0rc1..6.0.0
----------------------------------------------

3b3f917 Imported Translations from Zanata
f9622dc Update TOX_CONSTRAINTS_FILE for stable/victoria
f4a5f19 Update .gitreview for stable/victoria
8a2b852 [goal] Migrate testing to ubuntu focal
6a8f880 Add proxy protocol v2 support to dashboard
d70f7b1 Fix up display of selected Availability zone in workflow.
323c3a7 Imported Translations from Zanata
6db692e Bump the minimum openstacksdk version
4f9ffa1 drop mock from lower-constraints
b51aa8a Cleanup py27 support
27aa53d Switch to newer openstackdocstheme and reno versions
771dcae Switch to hacking 3.0
49fc8d9 Imported Translations from Zanata
03a5595 Add py38 package metadata
782322f Imported Translations from Zanata
51bf129 Imported Translations from Zanata
ecb04e4 Add Python3 victoria unit tests
3452adb Update master for stable/ussuri


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

.gitreview                                         |   1 +
bindep.txt                                         |   4 +
lower-constraints.txt                              |  13 +-
octavia_dashboard/api/rest/lbaasv2.py              |   2 +-
octavia_dashboard/karma.conf.js                    |   2 +-
.../locale/de/LC_MESSAGES/djangojs.po              |  16 +-
.../locale/en_AU/LC_MESSAGES/djangojs.po           | 608 ---------------------
.../locale/en_GB/LC_MESSAGES/djangojs.po           |  18 +-
.../locale/id/LC_MESSAGES/djangojs.po              |  11 +-
.../locale/ja/LC_MESSAGES/djangojs.po              |  11 +-
.../locale/ko_KR/LC_MESSAGES/djangojs.po           |  20 +-
.../locale/zh_CN/LC_MESSAGES/djangojs.po           |   9 +-
.../loadbalancer/loadbalancer.controller.js        |   2 +-
.../loadbalancer/loadbalancer.controller.spec.js   |   2 +-
.../project/lbaasv2/workflow/model.service.js      |   6 +-
.../project/lbaasv2/workflow/model.service.spec.js |   1 +
.../project/lbaasv2/workflow/pool/pool.help.html   |   2 +-
.../notes/Add-ProxyV2-b5537c092737fe41.yaml        |   4 +
releasenotes/source/conf.py                        |   7 +-
releasenotes/source/index.rst                      |   1 +
.../source/locale/de/LC_MESSAGES/releasenotes.po   |  86 ---
.../locale/en_GB/LC_MESSAGES/releasenotes.po       | 333 -----------
.../source/locale/id/LC_MESSAGES/releasenotes.po   | 318 -----------
.../locale/ko_KR/LC_MESSAGES/releasenotes.po       | 307 -----------
.../locale/zh_CN/LC_MESSAGES/releasenotes.po       | 197 -------
.../locale/zh_TW/LC_MESSAGES/releasenotes.po       | 197 -------
releasenotes/source/ussuri.rst                     |   6 +
requirements.txt                                   |   2 +-
setup.cfg                                          |  30 +-
setup.py                                           |   9 -
test-requirements.txt                              |   2 +-
tox.ini                                            |  13 +-
zuul.d/projects.yaml                               |   2 +-
35 files changed, 89 insertions(+), 2176 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 3ba3763..e455f2e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ Babel!=2.4.0,>=2.3.4 # BSD
-openstacksdk>=0.24.0 # Apache-2.0
+openstacksdk>=0.46.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 123e9ee..80bcf62 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=1.1.0,<1.2.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0






More information about the Release-announce mailing list