Skip to content

Commit 4e6769a

Browse files
Merge branch 'stackhpc/2023.1' into feature/yoga/redfish-exporter
2 parents 9bb6ad2 + 6a20fe7 commit 4e6769a

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

etc/kayobe/kolla-image-tags.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ kolla_image_tags:
1212
heat:
1313
rocky-9: 2023.1-rocky-9-20240319T134201
1414
ubuntu-jammy: 2023.1-ubuntu-jammy-20240319T134201
15+
horizon:
16+
ubuntu-jammy: 2023.1-ubuntu-jammy-20240402T104530
1517
letsencrypt:
1618
rocky-9: 2023.1-rocky-9-20240205T162323
1719
ubuntu-jammy: 2023.1-ubuntu-jammy-20240221T133905
1820
magnum:
19-
rocky-9: 2023.1-rocky-9-20240320T133822
20-
ubuntu-jammy: 2023.1-ubuntu-jammy-20240320T133822
21+
rocky-9: 2023.1-rocky-9-20240411T125311
22+
ubuntu-jammy: 2023.1-ubuntu-jammy-20240411T125311
2123
neutron:
2224
rocky-9: 2023.1-rocky-9-20240202T145927
2325
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.12.0'] %}
331+
{% set magnum_capi_packages = ['git+https://github.com/stackhpc/magnum-capi-helm.git@v0.13.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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
security:
3+
- |
4+
Update Horizon on Ubuntu to include apache2 package ``2.4.52-1ubuntu4.8``
5+
which fixes CVE-2023-31122.
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.13.0

0 commit comments

Comments
 (0)