[release-announce] adjutant-ui 5.0.0 (zed)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 5 12:17:25 UTC 2022


We are jazzed to announce the release of:

adjutant-ui 5.0.0: Adjutant User Interface

This release is part of the zed release series.

The source is available from:

    https://opendev.org/openstack/adjutant-ui

Download the package from:

    https://tarballs.openstack.org/adjutant-ui/

Please report issues through:

    https://storyboard.openstack.org/#!/project/openstack/adjutant-ui

For more details, please see below.

Changes in adjutant-ui 0.5.0..5.0.0
-----------------------------------

104c474 Now checks for code 202 when checking for success for other operations.
208181a Now checks for code 202 when checking for success
9c5660a Comparison exception causes quota output to fail
d46e9e2 Add doc/requirements
1a82cbd Add Python3 wallaby unit tests
a52d588 drop mock from lower-constraints
92c5533 Stop to use the __future__ module.
dc3e444 Switch to newer openstackdocstheme and reno versions
9c2e432 Fix hacking min version to 3.0.1
f932b4e Cleanup py27 support
070fe96 Add py38 package metadata
7b8e159 Add Python3 victoria unit tests
61a1ca1 Update hacking for Python3
b7ab048 Follow PTI for docs builds
d528b3c Use unittest.mock instead of third party mock
f3b42da [ussuri][goal] Drop python 2.7 support and testing
bd59ec3 Sync Sphinx requirement
a9a4989 Fix some flake8 warnings
310b86b Add pep8 jobs


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

.zuul.yaml                                  |  14 +++
README.rst                                  |   4 +-
adjutant_ui/api/adjutant.py                 |  43 +++++----
adjutant_ui/content/notifications/tables.py |   2 +-
adjutant_ui/content/notifications/tabs.py   |   6 +-
adjutant_ui/content/notifications/views.py  |   6 +-
adjutant_ui/content/project_users/tables.py |   2 +-
adjutant_ui/content/quota/tables.py         |   2 +-
adjutant_ui/content/quota/views.py          |   2 +-
adjutant_ui/content/tasks/forms.py          |   2 +-
adjutant_ui/content/tasks/tables.py         |   6 +-
adjutant_ui/content/tasks/tabs.py           |   2 +-
adjutant_ui/content/tasks/views.py          |   4 +-
bindep.txt                                  |   2 +
lower-constraints.txt                       | 140 ++++++++++++++++++++++++++++
setup.cfg                                   |  14 ++-
setup.py                                    |   9 --
test-requirements.txt                       |   8 +-
tools/install_venv.py                       |   1 +
tools/install_venv_common.py                |   2 -
tox.ini                                     |  28 ++++--
25 files changed, 240 insertions(+), 82 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 40ac5a5..7eb8bcd 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@
-hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
+hacking>=3.0.1,<3.1 # Apache-2.0
@@ -12,2 +11,0 @@ coverage>=4.0 # Apache-2.0
-mock>=2.0 # BSD
-mox3!=0.19.0,>=0.7.0 # Apache-2.0
@@ -15,2 +12,0 @@ nodeenv>=0.9.4 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
-reno>=1.8.0 # Apache-2.0
@@ -18 +13,0 @@ selenium>=2.50.1 # Apache-2.0
-sphinx>=1.5.1 # BSD
@@ -22 +16,0 @@ xvfbwrapper>=0.1.3 #license: MIT
-sphinx-rtd-theme>=0.2.4






More information about the Release-announce mailing list