Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ kolla_image_tags:
rocky-9: 2023.1-rocky-9-20240809T102431
letsencrypt:
ubuntu-jammy: 2023.1-ubuntu-jammy-20240509T102329
magnum:
rocky-9: 2023.1-rocky-9-20240821T102442
ubuntu-jammy: 2023.1-ubuntu-jammy-20240821T102442
manila:
rocky-9: 2023.1-rocky-9-20240809T102431
neutron:
Expand Down
2 changes: 1 addition & 1 deletion etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,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 = ['magnum-capi-helm==1.0.0'] %}
{% set magnum_capi_packages = ['magnum-capi-helm==1.1.0'] %}
RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
{% endraw %}
prometheus_alertmanager_repository_version: | # 2023.1 kolla has 0.24.0
Expand Down
6 changes: 6 additions & 0 deletions releasenotes/notes/magnum-capi-1-1-0-68f14759413316c4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
features:
- |
``magnum-capi-helm`` driver has been updated to 1.1.0.
Please see `magnum-capi-helm release notes <https://docs.openstack.org/releasenotes/magnum-capi-helm/unreleased.html#relnotes-1-1-0>`_
for changes.