From f85d9cb2085e0750db9b411b17951d05abb9e4e8 Mon Sep 17 00:00:00 2001 From: Bartosz Bezak Date: Tue, 7 May 2024 10:15:32 +0200 Subject: [PATCH] Refine release notes before kolla 2024.1 release Change-Id: I7748d985bce807b8275e7747faaa4f5a163d08b0 --- ...ocker-py-library-min.-version-03d409040723c614.yaml | 4 ++-- ...own-issue-with-crun-on-ubuntu-6772b7c7ee867908.yaml | 9 ++++----- ...repositories-and-drop-apt-key-ff4c062f5689c91e.yaml | 4 ++-- ...move-podman-socket-activation-6b94d5be242d9879.yaml | 10 +++++----- 4 files changed, 13 insertions(+), 14 deletions(-) diff --git a/releasenotes/notes/Upgrade-docker-py-library-min.-version-03d409040723c614.yaml b/releasenotes/notes/Upgrade-docker-py-library-min.-version-03d409040723c614.yaml index 4f6e4cd..c820294 100644 --- a/releasenotes/notes/Upgrade-docker-py-library-min.-version-03d409040723c614.yaml +++ b/releasenotes/notes/Upgrade-docker-py-library-min.-version-03d409040723c614.yaml @@ -1,5 +1,5 @@ --- upgrade: - | - Bumping minimal version of docker python library to 6.0.0 - so it supports cgroupns parameter. + Bumped the minimal version of the Docker Python library to ``6.0.0`` + to support the cgroupns parameter. diff --git a/releasenotes/notes/document-known-issue-with-crun-on-ubuntu-6772b7c7ee867908.yaml b/releasenotes/notes/document-known-issue-with-crun-on-ubuntu-6772b7c7ee867908.yaml index c9db16a..85b11d4 100644 --- a/releasenotes/notes/document-known-issue-with-crun-on-ubuntu-6772b7c7ee867908.yaml +++ b/releasenotes/notes/document-known-issue-with-crun-on-ubuntu-6772b7c7ee867908.yaml @@ -1,8 +1,7 @@ --- issues: - | - On Ubuntu 22.04, when using podman, containers may get stuck in the - ``creating`` state when using a ``6.5.x`` series (or newer) kernel. See - `LP#2056210 - `__ for - more details. + On Ubuntu 22.04, when using Podman, containers may get stuck in the + ``creating`` state when using a ``6.5.x`` series (or newer) kernel. For + more details, see `LP#2056210 + `__. diff --git a/releasenotes/notes/fix-apt-repositories-and-drop-apt-key-ff4c062f5689c91e.yaml b/releasenotes/notes/fix-apt-repositories-and-drop-apt-key-ff4c062f5689c91e.yaml index 796cc9c..c0c1902 100644 --- a/releasenotes/notes/fix-apt-repositories-and-drop-apt-key-ff4c062f5689c91e.yaml +++ b/releasenotes/notes/fix-apt-repositories-and-drop-apt-key-ff4c062f5689c91e.yaml @@ -1,5 +1,5 @@ --- fixes: - | - Fixes usage of the deprecated apt-key tool and switch to deb822 format for - Apt repositories on Ubuntu. + Fixed usage of the deprecated apt-key tool and switched to deb822 format + for Apt repositories on Ubuntu. diff --git a/releasenotes/notes/move-podman-socket-activation-6b94d5be242d9879.yaml b/releasenotes/notes/move-podman-socket-activation-6b94d5be242d9879.yaml index 55489c1..83a3841 100644 --- a/releasenotes/notes/move-podman-socket-activation-6b94d5be242d9879.yaml +++ b/releasenotes/notes/move-podman-socket-activation-6b94d5be242d9879.yaml @@ -1,11 +1,11 @@ --- upgrade: - | - Socket activation of podman is now enabled by the ``podman`` role and + Socket activation of Podman is now enabled by the ``podman`` role, not the ``podman_sdk`` role. + fixes: - | - Fixes an issue where the ``podman`` role did not enable socket activation - for the podman service. - See `LP#2054568 `__ - for further details. + Fixed an issue where the ``podman`` role did not enable socket activation + for the Podman service. For further details, see + `LP#2054568 `__.