We eagerly announce the release of: adjutant 10.0.0 This release is part of the epoxy 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 9.0.0..10.0.0 --------------------------------- 5d3e036 Remove six b368c65 Removal of django-rest-swagger 7cdf620 Replace pkg_resources with importlib, remove debug docs. 37a1533 Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- adjutant/actions/utils.py | 4 +--- adjutant/actions/v1/misc.py | 4 +--- adjutant/api/urls.py | 8 -------- adjutant/settings.py | 1 - adjutant/startup/loading.py | 4 ++-- adjutant/tasks/v1/manager.py | 4 +--- api-ref/source/v1-api-reference.rst | 9 --------- releasenotes/source/2024.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + requirements.txt | 3 +-- 10 files changed, 13 insertions(+), 31 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9463a94..01bd68e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +5,0 @@ decorator>=4.4.0 -django-rest-swagger>=2.2.0 @@ -17 +15,0 @@ python-troveclient>=6.0.1 -six>=1.12.0 @@ -18,0 +17 @@ confspirator>=0.2.2 +importlib-metadata>=6.2.1