From b5797f66820877300f6801e53f6751d8d96ff6d0 Mon Sep 17 00:00:00 2001 From: sd109 Date: Wed, 20 Mar 2024 13:37:08 +0000 Subject: [PATCH 1/3] Bump magnum-capi-helm driver to v0.12.0 --- etc/kayobe/kolla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/kayobe/kolla.yml b/etc/kayobe/kolla.yml index 6bcbdc09a1..6db29a0cc1 100644 --- a/etc/kayobe/kolla.yml +++ b/etc/kayobe/kolla.yml @@ -328,7 +328,7 @@ kolla_build_blocks: magnum_base_footer: | RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | head -n -1 | bash {% raw %} - {% set magnum_capi_packages = ['git+https://github.com/stackhpc/magnum-capi-helm.git@v0.11.0'] %} + {% set magnum_capi_packages = ['git+https://github.com/stackhpc/magnum-capi-helm.git@v0.12.0'] %} RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }} {% endraw %} # Dict mapping image customization variable names to their values. From fd01e0f4924e65b11838e02d75efbc6e4348dce8 Mon Sep 17 00:00:00 2001 From: sd109 Date: Wed, 20 Mar 2024 13:39:25 +0000 Subject: [PATCH 2/3] Update magnum image tags --- etc/kayobe/kolla-image-tags.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index adb956b518..e2692efd34 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -13,8 +13,8 @@ kolla_image_tags: rocky-9: 2023.1-rocky-9-20240205T162323 ubuntu-jammy: 2023.1-ubuntu-jammy-20240221T133905 magnum: - rocky-9: 2023.1-rocky-9-20240312T170026 - ubuntu-jammy: 2023.1-ubuntu-jammy-20240312T170026 + rocky-9: 2023.1-rocky-9-20240320T133822 + ubuntu-jammy: 2023.1-ubuntu-jammy-20240320T133822 neutron: rocky-9: 2023.1-rocky-9-20240202T145927 ubuntu-jammy: 2023.1-ubuntu-jammy-20240221T103817 From 859700714ed174103379d80afda8d0db200b2ab0 Mon Sep 17 00:00:00 2001 From: sd109 Date: Wed, 20 Mar 2024 13:44:38 +0000 Subject: [PATCH 3/3] Add release note --- .../notes/bump-magnum-capi-helm-6febfe840e81cea5.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 releasenotes/notes/bump-magnum-capi-helm-6febfe840e81cea5.yaml diff --git a/releasenotes/notes/bump-magnum-capi-helm-6febfe840e81cea5.yaml b/releasenotes/notes/bump-magnum-capi-helm-6febfe840e81cea5.yaml new file mode 100644 index 0000000000..6677583fb1 --- /dev/null +++ b/releasenotes/notes/bump-magnum-capi-helm-6febfe840e81cea5.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Updates Magnum CAPI Helm driver version to v0.12.0