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:
18
18
rocky-9 : 2023.1-rocky-9-20240809T102431
19
19
letsencrypt :
20
20
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
21
24
manila :
22
25
rocky-9 : 2023.1-rocky-9-20240809T102431
23
26
neutron :
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ kolla_build_blocks:
344
344
magnum_base_footer : |
345
345
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | head -n -1 | bash
346
346
{% raw %}
347
- {% set magnum_capi_packages = ['magnum-capi-helm==1.0 .0'] %}
347
+ {% set magnum_capi_packages = ['magnum-capi-helm==1.1 .0'] %}
348
348
RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
349
349
{% endraw %}
350
350
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