diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index 18478bd63..55167849e 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -84,8 +84,9 @@ kolla_image_tags: ubuntu-jammy: 2024.1-ubuntu-jammy-20250529T081147 ubuntu-noble: 2024.1-ubuntu-noble-20250529T081147 ovn: - ubuntu-jammy: 2024.1-ubuntu-jammy-20250529T081147 - ubuntu-noble: 2024.1-ubuntu-noble-20250529T081147 + rocky-9: 2024.1-rocky-9-20250925T130625 + ubuntu-jammy: 2024.1-ubuntu-jammy-20250925T130625 + ubuntu-noble: 2024.1-ubuntu-noble-20250925T130625 prometheus: ubuntu-jammy: 2024.1-ubuntu-jammy-20250219T145255 prometheus_alertmanager: diff --git a/releasenotes/notes/fix-ovn-log-permissions-4b067cc1b1a7c3b8.yaml b/releasenotes/notes/fix-ovn-log-permissions-4b067cc1b1a7c3b8.yaml new file mode 100644 index 000000000..3354ae5fb --- /dev/null +++ b/releasenotes/notes/fix-ovn-log-permissions-4b067cc1b1a7c3b8.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Bumps the OVN container image tags to bring in a fix to the openvswitch + logs permissions. This allows fluentd to scrape these logs. See + patch: https://review.opendev.org/c/openstack/kolla/+/954899