[release-announce] horizon 19.2.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Mon Apr 12 09:16:21 UTC 2021


We are amped to announce the release of:

horizon 19.2.0: OpenStack Dashboard

This release is part of the wallaby stable release series.

The source is available from:

    https://opendev.org/openstack/horizon

Download the package from:

    https://tarballs.openstack.org/horizon/

Please report issues through:

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

For more details, please see below.

19.2.0
^^^^^^

Bug Fixes

* Get the timezone offset for the current day instead of January
  1st. This bug only appears to be a cosmetic one where the TZ offset
  would be calculated on current_year/01/01 so would remain in
  daylight saving offset when displaying the timezones list in the
  user configuration settings.

Changes in horizon 19.1.0..19.2.0
---------------------------------

03a6e1f7e Use policy_rules for user role assignment and group tabs
bd3fc0de1 handle missing access_rules
0e47012a7 Replace Delete Force Volume Backup with Force Delete Volume Backup
61ae2d2c6 Update cirros image to cirros-0.5.2-x86_64
33c5f63e2 Don't load user role assignment or groups tabs for non-admins
12d468dc4 Save instace_id inside Associate Floating IP workflow
cd16b4079 Get the timezone offset for the current day instead of January 1st.
bb2a4bb3c Move "Domain" field under "User Name" and "Password"
35103d9c6 Update TOX_CONSTRAINTS_FILE for stable/wallaby
afed022fc Update .gitreview for stable/wallaby


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

.gitreview                                         |  1 +
lower-constraints.txt                              |  5 +++--
openstack_auth/forms.py                            |  6 ++---
.../dashboards/admin/backups/tables.py             |  8 +++----
.../identity/application_credentials/forms.py      | 15 ++++++++-----
.../dashboards/identity/users/tabs.py              |  2 ++
.../dashboards/project/floating_ips/workflows.py   | 26 +++++++++++++---------
.../dashboards/settings/user/forms.py              |  3 ++-
.../pages/project/network/floatingipspage.py       |  6 ++---
.../notes/bug-1822849-2833b5e6a5d021b7.yaml        |  8 +++++++
requirements.txt                                   |  2 +-
test-requirements.txt                              |  1 +
tox.ini                                            |  4 ++--
17 files changed, 72 insertions(+), 40 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index aaa9ad13a..db747e155 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13 +13 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-Babel!=2.4.0,>=2.3.4 # BSD
+Babel>=2.6.0 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 85762109a..27b2ae21d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14,0 +15 @@ flake8-import-order==0.12 # LGPLv3
+freezegun>=0.3.15 # Apache-2.0






More information about the Release-announce mailing list