Skip to content

Commit c444a60

Browse files
authored
Update Magnum CAPI Helm driver version (#1007)
* Bump magnum-capi-helm driver to v0.12.0 * Update magnum image tags * Add release note ---------
1 parent 10222b1 commit c444a60

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

etc/kayobe/kolla-image-tags.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ kolla_image_tags:
1313
rocky-9: 2023.1-rocky-9-20240205T162323
1414
ubuntu-jammy: 2023.1-ubuntu-jammy-20240221T133905
1515
magnum:
16-
rocky-9: 2023.1-rocky-9-20240312T170026
17-
ubuntu-jammy: 2023.1-ubuntu-jammy-20240312T170026
16+
rocky-9: 2023.1-rocky-9-20240320T133822
17+
ubuntu-jammy: 2023.1-ubuntu-jammy-20240320T133822
1818
neutron:
1919
rocky-9: 2023.1-rocky-9-20240202T145927
2020
ubuntu-jammy: 2023.1-ubuntu-jammy-20240221T103817

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ kolla_build_blocks:
328328
magnum_base_footer: |
329329
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | head -n -1 | bash
330330
{% raw %}
331-
{% set magnum_capi_packages = ['git+https://github.com/stackhpc/magnum-capi-helm.git@v0.11.0'] %}
331+
{% set magnum_capi_packages = ['git+https://github.com/stackhpc/magnum-capi-helm.git@v0.12.0'] %}
332332
RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
333333
{% endraw %}
334334
# Dict mapping image customization variable names to their values.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
features:
3+
- |
4+
Updates Magnum CAPI Helm driver version to v0.12.0

0 commit comments

Comments
 (0)