We high-spiritedly announce the release of: adjutant 9.0.0 This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/adjutant Download the package from: https://tarballs.openstack.org/adjutant/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/adjutant For more details, please see below. Changes in adjutant 8.0.0..9.0.0 -------------------------------- c99499d Add new configuration options for task emails da1cb3c Allow disabling quota management 69f95cc Allow default networks in multiple regions f50026e reno: Update master for unmaintained/yoga 7977451 reno: Update master for unmaintained/victoria e72cdfc reno: Update master for unmaintained/xena 2e1afc2 Update master for stable/2024.1 b3c290e reno: Update master for unmaintained/zed 5b5b1a3 reno: Update master for unmaintained/wallaby 96fa3ea Upgrade to Django4 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- .../actions/migrations/0002_action_auto_approve.py | 2 +- adjutant/actions/v1/resources.py | 218 +++++++-- adjutant/api/urls.py | 10 +- adjutant/api/v1/openstack.py | 70 ++- adjutant/api/v1/urls.py | 18 +- adjutant/common/quota.py | 31 +- adjutant/config/workflow.py | 87 +++- adjutant/feature_set.py | 6 +- adjutant/middleware.py | 34 +- adjutant/settings.py | 4 +- adjutant/startup/__init__.py | 1 - adjutant/tasks/v1/utils.py | 128 ++++- adjutant/urls.py | 4 +- bindep.txt | 2 +- .../disable-quota-management-feddbaab2c304758.yaml | 11 + ...multiple-default-networks-5a89766d377b06d2.yaml | 13 + .../multiple-task-emails-0c55ee7103262f14.yaml | 45 ++ releasenotes/source/2024.1.rst | 6 + releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 2 +- releasenotes/source/wallaby.rst | 2 +- releasenotes/source/xena.rst | 2 +- releasenotes/source/yoga.rst | 2 +- releasenotes/source/zed.rst | 2 +- requirements.txt | 2 +- setup.cfg | 3 +- 30 files changed, 1578 insertions(+), 172 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index bae8366..9463a94 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3 +3 @@ pbr>=5.2.0 -Django>=3.2.12 +Django>=4.2