From 4e19e08c8843dc5e445a434b60c58e308b249ed5 Mon Sep 17 00:00:00 2001 From: Matt Heon Date: Tue, 16 Jun 2026 13:36:41 -0400 Subject: [PATCH] Fix a typo in the release notes Signed-off-by: Matt Heon --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a9c46cb8b1..578c534b69 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -3,7 +3,7 @@ ## 6.0.0 ### Breaking Changes - Due to breaking changes in this release, Podman v6.0.0 must be used with Buildah v1.44.0, Skopeo v1.23, Netavark and Aardvark v2.0.0, and configuration files from the container-libs repository's common/v0.68.0 release. -- Support for BoltDB databases has been dropped. Starting Podman 6 when the BoltDB database is in use will have Podman attempt an automatic migration from SQLite to BoltDB. +- Support for BoltDB databases has been dropped. Starting Podman 6 when the BoltDB database is in use will have Podman attempt an automatic migration from BoltDB to SQLite. - Support for running on Intel Macs has been removed. - Support for running on Windows 10 has been removed. - Support for running on cgroups v1 systems has been removed. Please update your system to use cgroups v2.