Skip to content

Commit

Permalink
tag v1.16.3
Browse files Browse the repository at this point in the history
Update our version information to identify as v1.16.3.

Signed-off-by: Nalin Dahyabhai <[email protected]>
  • Loading branch information
nalind committed Sep 30, 2020
1 parent c50ab95 commit 8034d49
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@

# Changelog

## v1.16.3 (2020-09-30)
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

## v1.16.2 (2020-09-21)
Add(): fix handling of relative paths with no ContextDir

## v1.16.1 (2020-09-10)
CI: use release-1.16 as the basis for validation tests
copier.Get(): hard link targets shouldn't be relative paths

## v1.16.0 (2020-09-03)
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.2"
Version = "1.16.3"
// 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
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
- Changelog for v1.16.3 (2020-09-30)
* 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

- Changelog for v1.16.2 (2020-09-21)
* Add(): fix handling of relative paths with no ContextDir

- Changelog for v1.16.1 (2020-09-10)
* CI: use release-1.16 as the basis for validation tests
* copier.Get(): hard link targets shouldn't be relative paths

- Changelog for v1.16.0 (2020-09-03)
Expand Down
10 changes: 9 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.2
Version: 1.16.3
Release: 1.git%{shortcommit}%{?dist}
Summary: A command line tool used to creating OCI Images
License: ASL 2.0
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8034d49

Please sign in to comment.