We are pumped to announce the release of: magnum 9.4.1: Container Management project for OpenStack This release is part of the train stable release series. The source is available from: https://opendev.org/openstack/magnum Download the package from: https://tarballs.openstack.org/magnum/ Please report issues through: https://bugs.launchpad.net/magnum/+bugs For more details, please see below. 9.4.1 ^^^^^ Bug Fixes * Fixes a regression which left behind trustee user accounts and certificates when a cluster is deleted. Changes in magnum 9.4.0..9.4.1 ------------------------------ 528ec941 Drop lower constraints testing e0a4683c [fix] Sync nodegroup status before delete_complete f25640c0 Remove volumeLifecycleModes in Cinder CSI 5598578b [fix] Append v3/v1 to auth_url/magnum_url if discovery fails Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 -- .../kubernetes/fragments/enable-cinder-csi.sh | 3 --- magnum/drivers/heat/driver.py | 18 +++++++++--------- magnum/drivers/heat/k8s_template_def.py | 11 ++++++++++- magnum/drivers/heat/swarm_mode_template_def.py | 11 ++++++++++- magnum/drivers/heat/template_def.py | 10 +++++++++- .../notes/ensure-delete-complete-2f9bb53616e1e02b.yaml | 5 +++++ test-requirements.txt | 2 +- 8 files changed, 44 insertions(+), 18 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index d966d21f..1102a0dd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ -bandit!=1.6.0,>=1.1.0 # Apache-2.0 +bandit>=1.1.0,<=1.6.2 # Apache-2.0