magnum-capi-helm 1.2.1
We enthusiastically announce the release of: magnum-capi-helm 1.2.1 The source is available from: https://opendev.org/openstack/magnum-capi-helm Download the package from: https://pypi.org/project/magnum-capi-helm For more details, please see below. 1.2.1 ^^^^^ Bug Fixes * Fixed an issue where non-default node groups could not be individually deleted. The node groups would get stuck in the DELETE_IN_PROGRESS state and the underlying VMs would keep running. Node groups were only cleaned up when the entire cluster was deleted. Changes in magnum-capi-helm 1.2.0..1.2.1 ---------------------------------------- 3159a01 Improve node group deletion unit test 01548de Fix deletion of non-default node groups 8e82859 CI: Add linting to releasenotes eaccbd2 CI: Stop running py38, add py312 8a6c56d Intro docs for Magnum-CAPI-helm Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 18 +-- magnum_capi_helm/driver.py | 5 +- .../fix-nodegroup-delete-c83210c6029041d2.yaml | 8 ++ test-requirements.txt | 2 +- tox.ini | 13 ++ 10 files changed, 246 insertions(+), 26 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index e9dc685..445e8c7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=3.0,<3.1 # Apache-2.0 +hacking>=7.0.0,<7.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org