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.6 #2003

Merged
merged 2 commits into from
Dec 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

# Changelog

## v1.11.6 (2019-12-03)
Handle missing equal sign in --from and --chown flags for COPY/ADD
bud COPY does not download URL
Bump github.com/onsi/gomega from 1.7.0 to 1.7.1
Fix .dockerignore exclude regression
Ran buildah through codespell
commit(docker): always set ContainerID and ContainerConfig
Touch up commit man page image parameter
Add builder identity annotations.
info: use util.Runtime()
Bump github.com/onsi/ginkgo from 1.10.2 to 1.10.3
Bump back to v1.12.0-dev

## v1.11.5 (2019-11-11)
Enhance error on unsafe symbolic link targets
Add OCIRuntime to info
Expand Down
13 changes: 13 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
- Changelog for v1.11.6 (2019-12-03)
* Handle missing equal sign in --from and --chown flags for COPY/ADD
* bud COPY does not download URL
* Bump github.com/onsi/gomega from 1.7.0 to 1.7.1
* Fix .dockerignore exclude regression
* Ran buildah through codespell
* commit(docker): always set ContainerID and ContainerConfig
* Touch up commit man page image parameter
* Add builder identity annotations.
* info: use util.Runtime()
* Bump github.com/onsi/ginkgo from 1.10.2 to 1.10.3
* Bump back to v1.12.0-dev

- Changelog for v1.11.5 (2019-11-11)
* Enhance error on unsafe symbolic link targets
* Add OCIRuntime to info
Expand Down
15 changes: 14 additions & 1 deletion contrib/rpm/buildah.spec
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,20 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
%{_datadir}/bash-completion/completions/*

%changelog
* Mon Nov 11, 2019 Tom Sweeney <[email protected]> 1.12.0-dev-1
* Tue Dec 3, 2019 Tom Sweeney <[email protected]> 1.12.0-dev-1

* Tue Dec 3, 2019 Tom Sweeney <[email protected]> 1.11.6-1
- Handle missing equal sign in --from and --chown flags for COPY/ADD
- bud COPY does not download URL
- Bump github.com/onsi/gomega from 1.7.0 to 1.7.1
- Fix .dockerignore exclude regression
- Ran buildah through codespell
- commit(docker): always set ContainerID and ContainerConfig
- Touch up commit man page image parameter
- Add builder identity annotations.
- info: use util.Runtime()
- Bump github.com/onsi/ginkgo from 1.10.2 to 1.10.3
- Bump back to v1.12.0-dev

* Mon Nov 11, 2019 Tom Sweeney <[email protected]> 1.11.5-1
- Enhance error on unsafe symbolic link targets
Expand Down