Skip to content

Commit 91cc9ec

Browse files
committed
Rebuild heat images with yaql 3.0.0 for yoga
1 parent d40b1eb commit 91cc9ec

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ kayobe_image_tags:
1919
centos: yoga-20231107T165648
2020
rocky: yoga-20231218T141822
2121
ubuntu: yoga-20231107T165648
22+
heat:
23+
centos: yoga-20240320T082414
24+
rocky: yoga-20240320T082414
25+
ubuntu: yoga-20240320T082414
2226
magnum:
2327
centos: yoga-20240308T154440
2428
rocky: yoga-20240308T154440
@@ -33,6 +37,7 @@ kayobe_image_tags:
3337
ubuntu: yoga-20231103T161400
3438

3539
cloudkitty_tag: "{% raw %}{{ kayobe_image_tags['cloudkitty'][kolla_base_distro] }}{% endraw %}"
40+
heat_tag: "{% raw %}{{ kayobe_image_tags['heat'][kolla_base_distro] }}{% endraw %}"
3641
magnum_tag: "{% raw %}{{ kayobe_image_tags['magnum'][kolla_base_distro] }}{% endraw %}"
3742
neutron_tag: "{% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] }}{% endraw %}"
3843
nova_tag: "{% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] }}{% endraw %}"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
security:
3+
- |
4+
The Heat container images are rebuilt with yaql 3.0.0 to include patch for
5+
vulnerability OSSN/OSSN-0093. It is recommended that you redeploy Heat
6+
services in your system with the current version of Heat images from
7+
StackHPC Release Train.

0 commit comments

Comments
 (0)