Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump 1.11.1 #1850

Merged
merged 2 commits into from
Sep 12, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump to v1.11.1
Signed-off-by: TomSweeneyRedHat <[email protected]>
  • Loading branch information
TomSweeneyRedHat committed Sep 11, 2019
commit 413bd1fd9bc770671ea467d80a8a63a08794e34b
2 changes: 1 addition & 1 deletion buildah.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
Package = "buildah"
// Version for the Package. Bump version in contrib/rpm/buildah.spec
// too.
Version = "1.12.0-dev"
Version = "1.11.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
17 changes: 17 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
- Changelog for v1.11.1 (2019-09-11)
* Add --devices flag to bud and from
* Downgrade .papr to highest atomic verion
* Add support for /run/.containerenv
* Truncate output of too long image names
* Preserve file and directory mount permissions
* Bump fedora version from 28 to 30
* makeImageRef: ignore EmptyLayer if Squash is set
* Set TMPDIR to /var/tmp by default
* replace --debug=false with --log-level=error
* Allow mounts.conf entries for equal source and destination paths
* fix label and annotation for 1-line Dockerfiles
* Enable interfacer linter and fix lints
* install.md: mention goproxy
* Makefile: use go proxy
* Bump to v1.12.0-dev

- Changelog for v1.11.0 (2019-08-29)
* tests/bud.bats: add --signature-policy to some tests
* Vendor github.com/openshift/api
Expand Down
19 changes: 17 additions & 2 deletions 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.12.0-dev
Version: 1.11.1
Release: 1.git%{shortcommit}%{?dist}
Summary: A command line tool used to creating OCI Images
License: ASL 2.0
Expand Down Expand Up @@ -100,7 +100,22 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
%{_datadir}/bash-completion/completions/*

%changelog
* Thu Aug 29, 2019 Tom Sweeney <[email protected]> 1.12.0-dev-1
* Wed Sep 11, 2019 Tom Sweeney <[email protected]> 1.11.1-1
- Add --devices flag to bud and from
- Downgrade .papr to highest atomic verion
- Add support for /run/.containerenv
- Truncate output of too long image names
- Preserve file and directory mount permissions
- Bump fedora version from 28 to 30
- makeImageRef: ignore EmptyLayer if Squash is set
- Set TMPDIR to /var/tmp by default
- replace --debug=false with --log-level=error
- Allow mounts.conf entries for equal source and destination paths
- fix label and annotation for 1-line Dockerfiles
- Enable interfacer linter and fix lints
- install.md: mention goproxy
- Makefile: use go proxy
- Bump to v1.12.0-dev

* Thu Aug 29, 2019 Tom Sweeney <[email protected]> 1.11.0-1
- tests/bud.bats: add --signature-policy to some tests
Expand Down