Skip to content

Commit

Permalink
Bump to v1.19.5
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel J Walsh <[email protected]>
  • Loading branch information
rhatdan committed Feb 9, 2021
1 parent 3df9787 commit fa49dd4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion buildah.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 5 additions & 2 deletions contrib/rpm/buildah.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -100,7 +100,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
%{_datadir}/bash-completion/completions/*

%changelog
* Thu Feb 8, 2021 Dan Walsh <[email protected]> 1.19.4-1
* Tue Feb 9, 2021 Dan Walsh <[email protected]> 1.19.4-1
- Vendor in latest containers/image and common

* Mon Feb 8, 2021 Dan Walsh <[email protected]> 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
Expand Down

0 comments on commit fa49dd4

Please sign in to comment.