Skip to content

Commit dd02dbe

Browse files
authored
Merge pull request #1238 from stackhpc/magnum_capi_1_1_0
magnum-capi-helm: bump to 1.1.0
2 parents 11b67a9 + ac9677a commit dd02dbe

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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.

0 commit comments

Comments
 (0)