We are gleeful to announce the release of: adjutant 7.0.0 This release is part of the bobcat 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 5.0.0..7.0.0 -------------------------------- df8c3e4 Update documentation to reflect newer OpenStack and confspirator 6b1856b Support tox4, update style to match Black 23.1a1 a84d0da Update master for stable/zed af317c3 setup.cfg: Replace dashes with underscores 8d9cdb6 Update python testing classifier 00c310a Update master for stable/yoga 8ae383f Fix gates for Antelope and update Django Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 6 +- README.rst | 7 +- adjutant/actions/migrations/0001_initial.py | 1 - .../actions/migrations/0002_action_auto_approve.py | 1 - .../actions/migrations/0003_auto_20190610_0205.py | 1 - .../actions/migrations/0004_auto_20190610_0209.py | 1 - .../migrations/0005_alter_action_auto_approve.py | 17 +++ adjutant/actions/models.py | 2 +- adjutant/actions/v1/misc.py | 1 - adjutant/actions/v1/resources.py | 1 - adjutant/actions/v1/users.py | 5 +- adjutant/api/migrations/0001_initial.py | 1 - adjutant/api/migrations/0002_auto_20160815_2249.py | 1 - adjutant/api/migrations/0003_task_approved_by.py | 1 - adjutant/api/migrations/0004_auto_20160929_0317.py | 1 - adjutant/api/migrations/0005_auto_20190610_0209.py | 1 - adjutant/api/migrations/0006_auto_20190610_0209.py | 1 - adjutant/api/migrations/0007_auto_20190610_0209.py | 1 - adjutant/api/migrations/0008_auto_20190610_0209.py | 1 - adjutant/api/v1/openstack.py | 5 - adjutant/api/v1/tasks.py | 5 - adjutant/api/views.py | 1 - adjutant/common/openstack_clients.py | 1 - adjutant/common/user_store.py | 1 - adjutant/tasks/migrations/0001_initial.py | 1 - .../tasks/migrations/0002_auto_20190619_0613.py | 1 - adjutant/tasks/v1/base.py | 3 - releasenotes/source/index.rst | 2 + releasenotes/source/yoga.rst | 6 ++ releasenotes/source/zed.rst | 6 ++ requirements.txt | 4 +- setup.cfg | 13 ++- tox.ini | 7 +- 40 files changed, 139 insertions(+), 114 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1fe6a23..bae8366 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3 +3 @@ pbr>=5.2.0 -Django>=2.2,<2.3 +Django>=3.2.12 @@ -7 +7 @@ django-rest-swagger>=2.2.0 -djangorestframework>=3.9.4 +djangorestframework>=3.14.0
participants (1)
-
no-reply@openstack.org