File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,9 @@ kolla_image_tags:
30
30
ubuntu-jammy : 2024.1-ubuntu-jammy-20250529T081147
31
31
ubuntu-noble : 2024.1-ubuntu-noble-20250529T081147
32
32
magnum :
33
- rocky-9 : 2024.1-rocky-9-20250102T094625
34
- ubuntu-jammy : 2024.1-ubuntu-jammy-20250102T094625
33
+ rocky-9 : 2024.1-rocky-9-20250522T143506
34
+ ubuntu-jammy : 2024.1-ubuntu-jammy-20250522T143506
35
+ ubuntu-noble : 2024.1-ubuntu-noble-20250522T143506
35
36
manila :
36
37
rocky-9 : 2024.1-rocky-9-20250529T081147
37
38
ubuntu-jammy : 2024.1-ubuntu-jammy-20250529T081147
Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ kolla_build_customizations_common:
403
403
- /additions/*
404
404
magnum_base_pip_packages_override :
405
405
- /magnum[osprofiler]
406
- - magnum-capi-helm==1.2.0
406
+ - magnum-capi-helm==1.2.1
407
407
neutron_server_packages_append :
408
408
- python3-libvirt
409
409
- python3-ethtool
Original file line number Diff line number Diff line change
1
+ ---
2
+ fixes :
3
+ - |
4
+ Updated the version of magnum-capi-helm used in Magnum containers. This
5
+ resolves an issue stopping non-default node groups from being deleted. See
6
+ `#2095539 <https://bugs.launchpad.net/magnum/+bug/2095539>`__ for more
7
+ details.
You can’t perform that action at this time.
0 commit comments