From bd4cf7ea86e9bf07e01c8a608bb8423250c87849 Mon Sep 17 00:00:00 2001 From: sd109 Date: Thu, 29 Feb 2024 09:40:04 +0000 Subject: [PATCH 1/2] Bump magnum-capi-helm version to latest --- 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 c0d59610c..e64386c50 100644 --- a/etc/kayobe/kolla.yml +++ b/etc/kayobe/kolla.yml @@ -326,7 +326,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.1.0'] %} + {% set magnum_capi_packages = ['git+https://github.com/stackhpc/magnum-capi-helm.git@v0.10.0'] %} RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }} {% endraw %} # Dict mapping image customization variable names to their values. From 3af3959e6e2fbebee89f0cb5889a307676ca01a4 Mon Sep 17 00:00:00 2001 From: sd109 Date: Thu, 29 Feb 2024 11:20:21 +0000 Subject: [PATCH 2/2] Add magnum container tags and release note --- etc/kayobe/kolla-image-tags.yml | 3 +++ releasenotes/notes/bump-magnum-capi-helm-44a794e8a6b455c0.yaml | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 releasenotes/notes/bump-magnum-capi-helm-44a794e8a6b455c0.yaml diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index ab46cb4cc..acc5a6368 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -15,3 +15,6 @@ kolla_image_tags: neutron: rocky-9: 2023.1-rocky-9-20240202T145927 ubuntu-jammy: 2023.1-ubuntu-jammy-20240221T103817 + magnum: + rocky-9: 2023.1-rocky-9-20240229T103619 + ubuntu-jammy: 2023.1-ubuntu-jammy-20240229T103619 \ No newline at end of file diff --git a/releasenotes/notes/bump-magnum-capi-helm-44a794e8a6b455c0.yaml b/releasenotes/notes/bump-magnum-capi-helm-44a794e8a6b455c0.yaml new file mode 100644 index 000000000..ae0eee4c9 --- /dev/null +++ b/releasenotes/notes/bump-magnum-capi-helm-44a794e8a6b455c0.yaml @@ -0,0 +1,3 @@ +--- +fixes: + - Updates Magnum CAPI Helm driver version to v0.10.0 \ No newline at end of file