Skip to content

Commit

Permalink
Bump to v1.11.5
Browse files Browse the repository at this point in the history
Signed-off-by: TomSweeneyRedHat <[email protected]>

Closes: #1978
Approved by: rhatdan
  • Loading branch information
TomSweeneyRedHat authored and rh-atomic-bot committed Nov 12, 2019
1 parent 7535655 commit 7c97335
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 4 deletions.
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.5"
// 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
27 changes: 27 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
- Changelog for v1.11.5 (2019-11-11)
* Enhance error on unsafe symbolic link targets
* Add OCIRuntime to info
* Check nonexsit authfile
* Only output image id if running buildah bud --quiet
* Fix --pull=true||false and add --pull-never to bud and from (retry)
* cgroups v2: tweak or skip tests
* Prepwork: new 'skip' helpers for tests
* Handle configuration blobs for manifest lists
* unmarshalConvertedConfig: avoid using the updated image's ref
* Add completions for Manifest commands
* Add disableFips option to secrets pkg
* Update bud.bats test archive test
* Add test for caching based on content digest
* Builder.untarPath(): always evaluate b.ContentDigester.Hash()
* Bump github.com/onsi/ginkgo from 1.10.1 to 1.10.2
* Fix another broken test: copy-url-mtime
* yet more fixes
* Actual bug fix for 'add' test: fix the expected mode
* BATS tests - lots of mostly minor cleanup
* build: drop support for ostree
* Add support for make vendor-in-container
* imgtype: exit with error if storage fails
* remove XDG_RUNTIME_DIR from default authfile path
* fix troubleshooting redirect instructions
* Bump back to v1.12.0-dev

- Changelog for v1.11.4 (2019-10-28)
* buildah: add a "manifest" command
* manifests: add the module
Expand Down
31 changes: 28 additions & 3 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.5
Release: 1.git%{shortcommit}%{?dist}
Summary: A command line tool used to creating OCI Images
License: ASL 2.0
Expand Down Expand Up @@ -99,9 +99,34 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
%{_datadir}/bash-completion/completions/*

%changelog
* Mon Oct 28, 2019 Tom Sweeney <[email protected]> 1.12.0-dev-1
* Mon Nov 11, 2019 Tom Sweeney <[email protected]> 1.11.5-1
- Enhance error on unsafe symbolic link targets
- Add OCIRuntime to info
- Check nonexsit authfile
- Only output image id if running buildah bud --quiet
- Fix --pull=true||false and add --pull-never to bud and from (retry)
- cgroups v2: tweak or skip tests
- Prepwork: new 'skip' helpers for tests
- Handle configuration blobs for manifest lists
- unmarshalConvertedConfig: avoid using the updated image's ref
- Add completions for Manifest commands
- Add disableFips option to secrets pkg
- Update bud.bats test archive test
- Add test for caching based on content digest
- Builder.untarPath(): always evaluate b.ContentDigester.Hash()
- Bump github.com/onsi/ginkgo from 1.10.1 to 1.10.2
- Fix another broken test: copy-url-mtime
- yet more fixes
- Actual bug fix for 'add' test: fix the expected mode
- BATS tests - lots of mostly minor cleanup
- build: drop support for ostree
- Add support for make vendor-in-container
- imgtype: exit with error if storage fails
- remove XDG_RUNTIME_DIR from default authfile path
- fix troubleshooting redirect instructions
- Bump back to v1.12.0-dev

* Mon Oct 28, 2019 Tom Sweeney <[email protected]> 1.11.4-dev-1
* Mon Oct 28, 2019 Tom Sweeney <[email protected]> 1.11.4-1
- buildah: add a "manifest" command
- manifests: add the module
- pkg/supplemented: add a package for grouping images together
Expand Down

0 comments on commit 7c97335

Please sign in to comment.