From 5b90664b4b51ec2ce6cc26381bb24ec78db78e2d Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Fri, 14 Feb 2025 08:58:58 +0000 Subject: [PATCH] Bump Ironic to expand check_cipher_suite_errors Bumped Ironic tag to fix a bug where some cipher sute errors for SuperMicro hardware were not caught --- etc/kayobe/kolla-image-tags.yml | 6 ++++++ ...c-expand-check_cipher_suite_errors-c8915956be17a28c.yaml | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 releasenotes/notes/ironic-expand-check_cipher_suite_errors-c8915956be17a28c.yaml diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index 1816289c0..440a2f995 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -12,6 +12,12 @@ kolla_image_tags: horizon: rocky-9: 2024.1-rocky-9-20250203T171853 ubuntu-jammy: 2024.1-ubuntu-jammy-20250203T171853 + ironic: + rocky-9: 2024.1-rocky-9-20250213T110505 + ubuntu-jammy: 2024.1-ubuntu-jammy-20250213T110505 + ironic_dnsmasq: + rocky-9: 2024.1-rocky-9-20241218T141751 + ubuntu-jammy: 2024.1-ubuntu-jammy-20241218T141809 ironic_prometheus_exporter: rocky-9: 2024.1-rocky-9-20250124T081816 ubuntu-jammy: 2024.1-ubuntu-jammy-20250124T081816 diff --git a/releasenotes/notes/ironic-expand-check_cipher_suite_errors-c8915956be17a28c.yaml b/releasenotes/notes/ironic-expand-check_cipher_suite_errors-c8915956be17a28c.yaml new file mode 100644 index 000000000..d07efe471 --- /dev/null +++ b/releasenotes/notes/ironic-expand-check_cipher_suite_errors-c8915956be17a28c.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Bumped Ironic container image tag to fix a bug where some cipher suite + errors for SuperMicro hardware were not caught. See patch: + https://review.opendev.org/c/openstack/ironic/+/940957