From 62c4d6e082b51c3f0d3a7519d299fa3c46619e84 Mon Sep 17 00:00:00 2001 From: Jack Hodgkiss Date: Tue, 26 Nov 2024 11:27:17 +0000 Subject: [PATCH] feat: bump `nova` kolla image tags The `Nova` containers with the tag `20241126T110410` provides support for `ssh-sk` providing users the option of improving the security of SSH access to their instances. --- etc/kayobe/kolla-image-tags.yml | 4 ++-- .../notes/add-sk-support-for-nova-42679a8f04225b90.yaml | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/add-sk-support-for-nova-42679a8f04225b90.yaml diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index 9919548cb..0ddaf722b 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -12,8 +12,8 @@ kolla_image_tags: heat: rocky-9: 2024.1-rocky-9-20240805T142526 nova: - rocky-9: 2024.1-rocky-9-20241004T094540 - ubuntu-jammy: 2024.1-ubuntu-jammy-20241004T094540 + rocky-9: 2024.1-rocky-9-20241126T110410 + ubuntu-jammy: 2024.1-ubuntu-jammy-20241126T110410 neutron: rocky-9: 2024.1-rocky-9-20241025T090323 ubuntu-jammy: 2024.1-ubuntu-jammy-20241025T090323 diff --git a/releasenotes/notes/add-sk-support-for-nova-42679a8f04225b90.yaml b/releasenotes/notes/add-sk-support-for-nova-42679a8f04225b90.yaml new file mode 100644 index 000000000..b237616d7 --- /dev/null +++ b/releasenotes/notes/add-sk-support-for-nova-42679a8f04225b90.yaml @@ -0,0 +1,7 @@ +--- +features: + - | + Add support for using `ssh-sk` key types within Nova providing + users with the option of improving security of SSH access to + their instances. +