-
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.
2495: Dev/tsweeney/b1.15.1 r=rhatdan a=TomSweeneyRedHat As the title says! This was my first big cherry-pick and kit build on a release branch. I'd problems with the cherry-pick, it didn't like one of the buildahimage/Containerfiles, so hopefully I didn't mess it up much. Co-authored-by: Marius Hoch <[email protected]> Co-authored-by: Zvi "CtrlZvi" Effron <[email protected]> Co-authored-by: Giuseppe Scrivano <[email protected]> Co-authored-by: Daniel J Walsh <[email protected]>
- Loading branch information
Showing
13 changed files
with
67 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,18 @@ | |
|
||
# Changelog | ||
|
||
## v1.15.1 (2020-07-27) | ||
Mask over the /sys/fs/selinux in mask branch | ||
chroot: do not use setgroups if it is blocked | ||
chroot, run: not fail on bind mounts from /sys | ||
Allow "readonly" as alias to "ro" in mount options | ||
Add VFS additional image store to container | ||
Ignore OS X specific consistency mount option | ||
vendor golang.org/x/[email protected] | ||
Cirrus: Fix missing htpasswd in registry img | ||
Switch scripts to use containers.conf | ||
Make imagebuildah.BuildOptions.Architecture/OS optional | ||
|
||
## v1.15.0 (2020-06-17) | ||
Bump github.com/containers/common from 0.12.0 to 0.13.1 | ||
Bump github.com/containers/storage from 1.20.1 to 1.20.2 | ||
|
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 |
---|---|---|
@@ -1,3 +1,15 @@ | ||
- Changelog for v1.15.0 (2020-06-17) | ||
* Mask over the /sys/fs/selinux in mask branch | ||
* chroot: do not use setgroups if it is blocked | ||
* chroot, run: not fail on bind mounts from /sys | ||
* Allow "readonly" as alias to "ro" in mount options | ||
* Add VFS additional image store to container | ||
* Ignore OS X specific consistency mount option | ||
* vendor golang.org/x/[email protected] | ||
* Cirrus: Fix missing htpasswd in registry img | ||
* Switch scripts to use containers.conf | ||
* Make imagebuildah.BuildOptions.Architecture/OS optional | ||
|
||
- Changelog for v1.15.0 (2020-06-17) | ||
* Bump github.com/containers/common from 0.12.0 to 0.13.1 | ||
* Bump github.com/containers/storage from 1.20.1 to 1.20.2 | ||
|
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
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.15.0 | ||
Version: 1.15.1 | ||
Release: 1.git%{shortcommit}%{?dist} | ||
Summary: A command line tool used to creating OCI Images | ||
License: ASL 2.0 | ||
|
@@ -99,6 +99,18 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions | |
%{_datadir}/bash-completion/completions/* | ||
|
||
%changelog | ||
* Mon Jul 17, 2020 Tom Sweeney <[email protected]> 1.15.1-1 | ||
- Mask over the /sys/fs/selinux in mask branch | ||
- chroot: do not use setgroups if it is blocked | ||
- chroot, run: not fail on bind mounts from /sys | ||
- Allow "readonly" as alias to "ro" in mount options | ||
- Add VFS additional image store to container | ||
- Ignore OS X specific consistency mount option | ||
- vendor golang.org/x/[email protected] | ||
- Cirrus: Fix missing htpasswd in registry img | ||
- Switch scripts to use containers.conf | ||
- Make imagebuildah.BuildOptions.Architecture/OS optional | ||
|
||
* Wed Jun 17, 2020 Tom Sweeney <[email protected]> 1.15.0-1 | ||
- Bump github.com/containers/common from 0.12.0 to 0.13.1 | ||
- Bump github.com/containers/storage from 1.20.1 to 1.20.2 | ||
|
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