Skip to content

Commit

Permalink
Merge #2606
Browse files Browse the repository at this point in the history
2606: Bump to v1.16.1 r=nalind a=TomSweeneyRedHat

As the title says


Co-authored-by: TomSweeneyRedHat <[email protected]>
  • Loading branch information
bors[bot] and TomSweeneyRedHat authored Sep 10, 2020
2 parents e510fa5 + c1e7960 commit 0de2694
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 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.16.1 (2020-09-10)
copier.Get(): hard link targets shouldn't be relative paths

## v1.16.0 (2020-09-03)
fix build on 32bit arches
containerImageRef.NewImageSource(): don't always force timestamps
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.16.0"
Version = "1.16.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
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

- Changelog for v1.16.1 (2020-09-10)
* copier.Get(): hard link targets shouldn't be relative paths

- Changelog for v1.16.0 (2020-09-03)
* fix build on 32bit arches
* containerImageRef.NewImageSource(): don't always force timestamps
Expand Down
5 changes: 4 additions & 1 deletion 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.16.0
Version: 1.16.1
Release: 1.git%{shortcommit}%{?dist}
Summary: A command line tool used to creating OCI Images
License: ASL 2.0
Expand Down Expand Up @@ -99,6 +99,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
%{_datadir}/bash-completion/completions/*

%changelog
* Thu Sep 10, 2020 Tom Sweeney <[email protected]> 1.16.1-1
- copier.Get(): hard link targets shouldn't be relative paths

* Thu Sep 3, 2020 Tom Sweeney <[email protected]> 1.16.0-1
- fix build on 32bit arches
- containerImageRef.NewImageSource(): don't always force timestamps
Expand Down

0 comments on commit 0de2694

Please sign in to comment.