Fix version of release to v1.19.1

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh 2021-01-14 16:47:41 -05:00
parent b595a98aac
commit aba61cdec4
No known key found for this signature in database
GPG Key ID: A2DF901DABE2C028
2 changed files with 4 additions and 3 deletions

View File

@ -28,7 +28,7 @@ const (
Package = "buildah"
// Version for the Package. Bump version in contrib/rpm/buildah.spec
// too.
Version = "1.20.0-dev"
Version = "1.19.1"
// 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

View File

@ -26,7 +26,7 @@
Name: buildah
# Bump version in buildah.go too
Version: 1.20.0-dev
Version: 1.19.1
Release: 1.git%{shortcommit}%{?dist}
Summary: A command line tool used to creating OCI Images
License: ASL 2.0
@ -100,7 +100,8 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
%{_datadir}/bash-completion/completions/*
%changelog
* Fri Jan 8, 2021 Tom Sweeney <tsweeney@redhat.com> 1.20.0-dev-1
* Thu Jan 14, 2021 Dan Walsh <dwalsh@redhat.com> 1.19.1-1
- use local image name for pull policy checks
* Fri Jan 8, 2021 Tom Sweeney <tsweeney@redhat.com> 1.19.0-1
- Update vendor of containers/storage and containers/common