From 3c611c47e4f9dcff63488aebfb3ae9d30867b105 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Fri, 22 Mar 2024 15:09:02 +0100 Subject: [PATCH] 5.0 release note fix typo in cgroupv1 env var The cgroupv1 warning uses PODMAN_IGNORE_CGROUPSV1_WARNING in the code while the text says PODMAN_CGROUPSV1_WARNING. Signed-off-by: Paul Holzinger --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6a21b9bfb6..830b6056f0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -33,7 +33,7 @@ - The `podman pod inspect` command now outputs a JSON array regardless of the number of pods inspected (previously, inspecting a single pod would omit the array). - It is no longer possible to create new BoltDB databases; attempting to do so will result in an error. All new Podman installations will now use the SQLite database backend. Existing BoltDB databases remain usable. - Support for CNI networking has been gated by a build tag and will not be enabled by default. -- Podman will now print warnings when used on cgroups v1 systems. Support for cgroups v1 is deprecated and will be removed in a future release. The `PODMAN_CGROUPSV1_WARNING` environment variable can be set to suppress warnings. +- Podman will now print warnings when used on cgroups v1 systems. Support for cgroups v1 is deprecated and will be removed in a future release. The `PODMAN_IGNORE_CGROUPSV1_WARNING` environment variable can be set to suppress warnings. - Network statistics sent over the Docker API are now per-interface, and not aggregated, improving Docker compatibility. - The default tool for rootless networking has been swapped from `slirp4netns` to `pasta` for improved performance. As a result, networks named `pasta` are no longer supported. - The `--image` option replaces the now deprecated `--image-path` option for `podman machine init`.