[release-announce] python-adjutant 2.0.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 14 11:10:53 UTC 2021


We are pleased to announce the release of:

python-adjutant 2.0.0: An admin task workflow service for openstack.

This release is part of the wallaby release series.

The source is available from:

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

Download the package from:

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

For more details, please see below.

2.0.0
^^^^^

Upgrade Notes

* Adjutant no longer includes mysqlclient in its requirements file.
  Going forward you will have to install that yourself as part of your
  build/deployment processes.

Changes in python-adjutant 1.0.0..2.0.0
---------------------------------------

ad19ed1 remove mysqlclient from requirements
d703a63 Fix a bug with feature set config not being added as expected
758a140 Rename git-blame-ignore-revs
6f5a59a Fix pluralisation of quotas in api-ref
1795ac7 Fix an issue when username_is_email=False for Quotas
45160d3 Add service helper for trove quota management
84270ad Make identity interface configurable
d2fbd63 Fixed typos in nova and neutron quota output
eda6558 Add Victoria release info
a325ba8 Add Python3 wallaby unit tests
136ba20 Update master for stable/victoria


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

.git-blame-ignore-revs  => .git-blame-ignore-revs  |  0
.zuul.yaml                                         |  2 +-
adjutant/actions/v1/resources.py                   |  4 +-
adjutant/common/openstack_clients.py               |  5 ++
adjutant/common/quota.py                           | 30 +++++++-
adjutant/config/__init__.py                        |  2 +
adjutant/config/feature_sets.py                    |  2 +-
adjutant/config/identity.py                        |  8 ++
adjutant/config/quota.py                           | 15 ++++
adjutant/wsgi.py                                   |  1 +
api-ref/source/delegate-apis.inc                   |  6 +-
.../add-trove-quota-helper-9c5c96a941ac740c.yaml   |  5 ++
.../notes/remove_mysqlclient-74299a42f0d0483e.yaml |  6 ++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/victoria.rst                   |  6 ++
requirements.txt                                   |  2 +-
19 files changed, 238 insertions(+), 20 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index f39647c..1fe6a23 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15,0 +16 @@ python-octaviaclient>=1.8.0
+python-troveclient>=6.0.1
@@ -18 +18,0 @@ confspirator>=0.2.2
-mysqlclient>=1.4.6
\ No newline at end of file






More information about the Release-announce mailing list