From fa49dd47c3fd5bb49238487a23dbbd1afe07cd0d Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 9 Feb 2021 17:06:43 -0500 Subject: [PATCH] Bump to v1.19.5 Signed-off-by: Daniel J Walsh --- CHANGELOG.md | 3 +++ buildah.go | 2 +- changelog.txt | 3 +++ contrib/rpm/buildah.spec | 7 +++++-- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccf46b32447..c68790d5195 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ # Changelog +- v1.19.5 (2021-02-09) + Vendor in latest containers/image and common + ## v1.19.4 (2021-02-06) run: fix check for host pid namespace bump containernetworking/cni library to v0.8.1 - fix for CVE-2021-20206 diff --git a/buildah.go b/buildah.go index 7065e00e4f9..ea0d965bfdc 100644 --- a/buildah.go +++ b/buildah.go @@ -28,7 +28,7 @@ const ( Package = "buildah" // Version for the Package. Bump version in contrib/rpm/buildah.spec // too. - Version = "1.19.4" + Version = "1.19.5" // The value we use to identify what type of information, currently a // serialized Builder structure, we are using as per-container state. // This should only be changed when we make incompatible changes to diff --git a/changelog.txt b/changelog.txt index 4a0f81b04cc..9f45a718f1e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +- Changelog for v1.19.5 (2021-02-09) + * Vendor in latest containers/image and common + - Changelog for v1.19.4 (2021-02-06) * run: fix check for host pid namespace * bump containernetworking/cni library to v0.8.1 - fix for CVE-2021-20206 diff --git a/contrib/rpm/buildah.spec b/contrib/rpm/buildah.spec index 4ccf080f51c..b6a94d79936 100644 --- a/contrib/rpm/buildah.spec +++ b/contrib/rpm/buildah.spec @@ -26,7 +26,7 @@ Name: buildah # Bump version in buildah.go too -Version: 1.19.4 +Version: 1.19.5 Release: 1.git%{shortcommit}%{?dist} Summary: A command line tool used to creating OCI Images License: ASL 2.0 @@ -100,7 +100,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/* %changelog -* Thu Feb 8, 2021 Dan Walsh 1.19.4-1 +* Tue Feb 9, 2021 Dan Walsh 1.19.4-1 +- Vendor in latest containers/image and common + +* Mon Feb 8, 2021 Dan Walsh 1.19.4-1 - run: fix check for host pid namespace - bump containernetworking/cni library to v0.8.1 - fix for CVE-2021-20206 - Finish plumbing for buildah bud --manifest