-
Notifications
You must be signed in to change notification settings - Fork 785
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update our version information to identify as v1.16.3. Signed-off-by: Nalin Dahyabhai <[email protected]>
- Loading branch information
Showing
4 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
|
||
Name: buildah | ||
# Bump version in buildah.go too | ||
Version: 1.16.2 | ||
Version: 1.16.3 | ||
Release: 1.git%{shortcommit}%{?dist} | ||
Summary: A command line tool used to creating OCI Images | ||
License: ASL 2.0 | ||
|
@@ -99,10 +99,18 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions | |
%{_datadir}/bash-completion/completions/* | ||
|
||
%changelog | ||
* Wed Sep 30 2020 Nalin Dahyabhai <[email protected]> 1.16.3-1 | ||
- Lint: Use same linters as podman | ||
- add: preserve ownerships and permissions on ADDed archives | ||
- chroot: fix handling of errno seccomp rules | ||
- git-validation.sh: set the base for comparison to v1.16.0 | ||
- chroot: create bind mount targets 0755 instead of 0700 | ||
|
||
* Mon Sep 21 2020 Nalin Dahyabhai <[email protected]> 1.16.2-1 | ||
- Add(): fix handling of relative paths with no ContextDir | ||
|
||
* Thu Sep 10, 2020 Tom Sweeney <[email protected]> 1.16.1-1 | ||
- CI: use release-1.16 as the basis for validation tests | ||
- copier.Get(): hard link targets shouldn't be relative paths | ||
|
||
* Thu Sep 3, 2020 Tom Sweeney <[email protected]> 1.16.0-1 | ||
|