From 349c571f6687514ecedfc6b243705aa18edafaea Mon Sep 17 00:00:00 2001 From: Matt Heon Date: Tue, 21 Jan 2025 14:47:31 -0500 Subject: [PATCH 1/3] Bump to v5.4.0-rc1 Signed-off-by: Matt Heon --- version/rawversion/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/rawversion/version.go b/version/rawversion/version.go index a2f65f18d6..a2bcdfd939 100644 --- a/version/rawversion/version.go +++ b/version/rawversion/version.go @@ -7,4 +7,4 @@ package rawversion // // NOTE: remember to bump the version at the top of the top-level README.md // file when this is bumped. -const RawVersion = "5.4.0-dev" +const RawVersion = "5.4.0-rc1" From f829daccfeeaf2c96869328153db9983edfda928 Mon Sep 17 00:00:00 2001 From: Matt Heon Date: Tue, 21 Jan 2025 14:48:10 -0500 Subject: [PATCH 2/3] Bump to v5.4.0-dev Signed-off-by: Matt Heon --- version/rawversion/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/rawversion/version.go b/version/rawversion/version.go index a2bcdfd939..a2f65f18d6 100644 --- a/version/rawversion/version.go +++ b/version/rawversion/version.go @@ -7,4 +7,4 @@ package rawversion // // NOTE: remember to bump the version at the top of the top-level README.md // file when this is bumped. -const RawVersion = "5.4.0-rc1" +const RawVersion = "5.4.0-dev" From e8f76a7433cac93384ad25fe9c639c05ac8b9e93 Mon Sep 17 00:00:00 2001 From: Matt Heon Date: Tue, 21 Jan 2025 15:09:57 -0500 Subject: [PATCH 3/3] Minor wording fix in README Signed-off-by: Matt Heon --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 712d72a001..29c71eab65 100644 --- a/README.md +++ b/README.md @@ -158,8 +158,8 @@ into other tools. Podman specializes in all of the commands and functions that help you to maintain and modify OCI images, such as pulling and tagging. It also allows you to create, run, and maintain those containers -created from those images. For building container images via Dockerfiles, Podman uses Buildah's -golang API and can be installed independently from Buildah. +created from those images. Podman is capable of building images from Dockerfiles by using the Buildah's API. +It is not necessary to install Buildah to use the `podman build` command to build images. A major difference between Podman and Buildah is their concept of a container. Podman allows users to create "traditional containers" where the intent of these containers is