From 0c2c43b4dcfbb4ac5239235d1e827a70a962a595 Mon Sep 17 00:00:00 2001 From: sd109 Date: Thu, 29 Feb 2024 09:40:04 +0000 Subject: [PATCH 1/4] 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 1a047f33c..8844a3cbd 100644 --- a/etc/kayobe/kolla.yml +++ b/etc/kayobe/kolla.yml @@ -415,7 +415,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 85ed3b58c6f932336d77067e14a68c4bbbb67ad2 Mon Sep 17 00:00:00 2001 From: Jakub Darmach Date: Fri, 16 Feb 2024 10:24:46 +0100 Subject: [PATCH 2/4] Bump Magnum Bump magnum_tag - support for k8s 1.27 fc38 Calico installed with Helm: Tigera Operator --- etc/kayobe/kolla/globals.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/kayobe/kolla/globals.yml b/etc/kayobe/kolla/globals.yml index 65e22705b..7386a67be 100644 --- a/etc/kayobe/kolla/globals.yml +++ b/etc/kayobe/kolla/globals.yml @@ -19,6 +19,10 @@ kayobe_image_tags: centos: yoga-20231107T165648 rocky: yoga-20231218T141822 ubuntu: yoga-20231107T165648 + magnum: + centos: yoga-20240214T151004 + rocky: yoga-20240214T151004 + ubuntu: yoga-20240214T151004 neutron: centos: yoga-20231114T125927 rocky: yoga-20240105T120257 From a291be12a87ee2501d42062c93c54c38bca871a7 Mon Sep 17 00:00:00 2001 From: scrungus Date: Thu, 29 Feb 2024 12:59:10 +0000 Subject: [PATCH 3/4] bump magnum tag --- etc/kayobe/kolla/globals.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/kayobe/kolla/globals.yml b/etc/kayobe/kolla/globals.yml index 7386a67be..618e56ed8 100644 --- a/etc/kayobe/kolla/globals.yml +++ b/etc/kayobe/kolla/globals.yml @@ -20,9 +20,9 @@ kayobe_image_tags: rocky: yoga-20231218T141822 ubuntu: yoga-20231107T165648 magnum: - centos: yoga-20240214T151004 - rocky: yoga-20240214T151004 - ubuntu: yoga-20240214T151004 + centos: yoga-20240229T120519 + rocky: yoga-20240229T120519 + ubuntu: yoga-20240229T120519 neutron: centos: yoga-20231114T125927 rocky: yoga-20240105T120257 From 727fe74a6212ecd70ca83c8dabf18c238caf7240 Mon Sep 17 00:00:00 2001 From: scrungus Date: Thu, 29 Feb 2024 13:02:10 +0000 Subject: [PATCH 4/4] reno --- releasenotes/notes/bump-magnum-51e03a61ae8aa5a4.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 releasenotes/notes/bump-magnum-51e03a61ae8aa5a4.yaml diff --git a/releasenotes/notes/bump-magnum-51e03a61ae8aa5a4.yaml b/releasenotes/notes/bump-magnum-51e03a61ae8aa5a4.yaml new file mode 100644 index 000000000..b28764800 --- /dev/null +++ b/releasenotes/notes/bump-magnum-51e03a61ae8aa5a4.yaml @@ -0,0 +1,3 @@ +--- +fixes: + - Updates Magnum CAPI Helm driver version to v0.10.0