File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ kolla_image_tags:
1818 rocky-9 : 2023.1-rocky-9-20240809T102431
1919 letsencrypt :
2020 ubuntu-jammy : 2023.1-ubuntu-jammy-20240509T102329
21+ magnum :
22+ rocky-9 : 2023.1-rocky-9-20240821T102442
23+ ubuntu-jammy : 2023.1-ubuntu-jammy-20240821T102442
2124 manila :
2225 rocky-9 : 2023.1-rocky-9-20240809T102431
2326 neutron :
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ kolla_build_blocks:
344344 magnum_base_footer : |
345345 RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | head -n -1 | bash
346346 {% raw %}
347- {% set magnum_capi_packages = ['magnum-capi-helm==1.0 .0'] %}
347+ {% set magnum_capi_packages = ['magnum-capi-helm==1.1 .0'] %}
348348 RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
349349 {% endraw %}
350350 prometheus_alertmanager_repository_version : | # 2023.1 kolla has 0.24.0
Original file line number Diff line number Diff line change 1+ ---
2+ features :
3+ - |
4+ ``magnum-capi-helm`` driver has been updated to 1.1.0.
5+ Please see `magnum-capi-helm release notes <https://docs.openstack.org/releasenotes/magnum-capi-helm/unreleased.html#relnotes-1-1-0>`_
6+ for changes.
You can’t perform that action at this time.
0 commit comments