Bump to v1.8.1

Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>

Closes: #1566
Approved by: nalind
This commit is contained in:
TomSweeneyRedHat 2019-05-01 20:55:58 -04:00 committed by Atomic Bot
parent 78fb869817
commit 57b428822b
3 changed files with 23 additions and 3 deletions

View File

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

@ -1,3 +1,14 @@
- Changelog for v1.8.1 (2019-05-01)
* Don't create directory on container
* Replace kubernetes/pause in tests with k8s.gcr.io/pause
* imagebuildah: don't remove intermediate images if we need them
* Rework buildahimagegit to buildahimageupstream
* Fix Transient Mounts
* Handle WORKDIRs that are symlinks
* allow podman to build a client for windows
* Touch up 1.9-dev to 1.9.0-dev
* Bump to 1.9-dev
- Changelog for v1.8.0 (2019-04-26)
* Resolve symlink when checking container path
* commit: commit on every instruction, but not always with layers

View File

@ -26,7 +26,7 @@
Name: buildah
# Bump version in buildah.go too
Version: 1.9.0-dev
Version: 1.8.1
Release: 1.git%{shortcommit}%{?dist}
Summary: A command line tool used to creating OCI Images
License: ASL 2.0
@ -100,7 +100,16 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
%{_datadir}/bash-completion/completions/*
%changelog
* Fri Apr 26, 2019 Tom Sweeney <tsweeney@redhat.com> 1.9.0-dev-1
* Wed May 01, 2019 Tom Sweeney <tsweeney@redhat.com> 1.8.1-1
- Don't create directory on container
- Replace kubernetes/pause in tests with k8s.gcr.io/pause
- imagebuildah: don't remove intermediate images if we need them
- Rework buildahimagegit to buildahimageupstream
- Fix Transient Mounts
- Handle WORKDIRs that are symlinks
- allow podman to build a client for windows
- Touch up 1.9-dev to 1.9.0-dev
- Bump to 1.9-dev
* Fri Apr 26, 2019 Tom Sweeney <tsweeney@redhat.com> 1.8.0
- Resolve symlink when checking container path