From a9b20a4a2209e5e328526d1dc958e0bacc1349fa Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 8 Dec 2023 14:25:17 +0530 Subject: [PATCH] [CI:DOCS] Update RELEASE_NOTES.md for v4.8.2 Signed-off-by: Lokesh Mandvekar --- RELEASE_NOTES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index cb3b4ec4ee..a3aabe6133 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,13 @@ # Release Notes +## 4.8.2 +### Bugfixes +- Fixed a bug in the MacOS pkginstaller where Podman machine was using a different QEMU binary than the one installed using the installer, if it existed on the system ([#20808](https://github.com/containers/podman/issues/20808)). +- Fixed a bug on Windows (WSL) with the first-time install of user-mode networking when using the init command, as opposed to set ([#20921](https://github.com/containers/podman/issues/20921)). + +### Quadlet +- Fixed a bug where Kube image build failed when starting service with missing image ([#20432](https://github.com/containers/podman/issues/20432)). + ## 4.8.1 ### Bugfixes - Fixed a bug on Windows (WSL) where wsl.conf/resolv.conf was not restored when user-mode networking was disabled after being enabled ([#20625](https://github.com/containers/podman/issues/20625)).