diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index a4cd593de..96cdb449f 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -29,8 +29,9 @@ kolla_image_tags: rocky-9: 2024.1-rocky-9-20250219T113722 ubuntu-jammy: 2024.1-ubuntu-jammy-20250219T113722 magnum: - rocky-9: 2024.1-rocky-9-20250102T094625 - ubuntu-jammy: 2024.1-ubuntu-jammy-20250102T094625 + rocky-9: 2024.1-rocky-9-20250522T143506 + ubuntu-jammy: 2024.1-ubuntu-jammy-20250522T143506 + ubuntu-noble: 2024.1-ubuntu-noble-20250522T143506 manila: rocky-9: 2024.1-rocky-9-20250219T113722 ubuntu-jammy: 2024.1-ubuntu-jammy-20250219T113722 diff --git a/etc/kayobe/kolla.yml b/etc/kayobe/kolla.yml index bd1b5ef3f..5eb6740dc 100644 --- a/etc/kayobe/kolla.yml +++ b/etc/kayobe/kolla.yml @@ -403,7 +403,7 @@ kolla_build_customizations_common: - /additions/* magnum_base_pip_packages_override: - /magnum[osprofiler] - - magnum-capi-helm==1.2.0 + - magnum-capi-helm==1.2.1 neutron_server_packages_append: - python3-libvirt - python3-ethtool diff --git a/releasenotes/notes/capi-bump-78cd6f89a0eff0d7.yaml b/releasenotes/notes/capi-bump-78cd6f89a0eff0d7.yaml new file mode 100644 index 000000000..5a4aae413 --- /dev/null +++ b/releasenotes/notes/capi-bump-78cd6f89a0eff0d7.yaml @@ -0,0 +1,7 @@ +--- +fixes: + - | + Updated the version of magnum-capi-helm used in Magnum containers. This + resolves an issue stopping non-default node groups from being deleted. See + `#2095539 `__ for more + details.