From eec7587aee8ca91f51637d68fd5ab5d3b4846d6d Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 1 Apr 2022 11:28:40 -0400 Subject: [PATCH] Update release notes with Buildah revendor Signed-off-by: Matthew Heon --- RELEASE_NOTES.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 67759f84f1..dc688727e5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -37,9 +37,10 @@ ### Misc - The static binary for Linux is now built with CGo disabled to avoid panics due to a Golang bug ([#13557](https://github.com/containers/podman/issues/13557)). -- Updated the containers/storage library to 1.38.3 -- Updated the containers/image library to 5.19.2 -- Updated the containers/common library to 0.47.5 +- Updated Buildah to v1.24.3 +- Updated the containers/storage library to v1.38.3 +- Updated the containers/image library to v5.19.2 +- Updated the containers/common library to v0.47.5 ## 4.0.2 ### Bugfixes