Refine release notes before kolla 2024.1 release

Change-Id: I7748d985bce807b8275e7747faaa4f5a163d08b0
This commit is contained in:
Bartosz Bezak 2024-05-07 10:15:32 +02:00 committed by Michal Nasiadka
parent 0d88ea8271
commit f85d9cb208
4 changed files with 13 additions and 14 deletions

View File

@ -1,5 +1,5 @@
--- ---
upgrade: upgrade:
- | - |
Bumping minimal version of docker python library to 6.0.0 Bumped the minimal version of the Docker Python library to ``6.0.0``
so it supports cgroupns parameter. to support the cgroupns parameter.

View File

@ -1,8 +1,7 @@
--- ---
issues: issues:
- | - |
On Ubuntu 22.04, when using podman, containers may get stuck in the 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 ``creating`` state when using a ``6.5.x`` series (or newer) kernel. For
`LP#2056210 more details, see `LP#2056210
<https://bugs.launchpad.net/ansible-collection-kolla/+bug/2056210>`__ for <https://bugs.launchpad.net/ansible-collection-kolla/+bug/2056210>`__.
more details.

View File

@ -1,5 +1,5 @@
--- ---
fixes: fixes:
- | - |
Fixes usage of the deprecated apt-key tool and switch to deb822 format for Fixed usage of the deprecated apt-key tool and switched to deb822 format
Apt repositories on Ubuntu. for Apt repositories on Ubuntu.

View File

@ -1,11 +1,11 @@
--- ---
upgrade: 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. not the ``podman_sdk`` role.
fixes: fixes:
- | - |
Fixes an issue where the ``podman`` role did not enable socket activation Fixed an issue where the ``podman`` role did not enable socket activation
for the podman service. for the Podman service. For further details, see
See `LP#2054568 <https://bugs.launchpad.net/ansible-collection-kolla/+bug/2054568>`__ `LP#2054568 <https://bugs.launchpad.net/ansible-collection-kolla/+bug/2054568>`__.
for further details.