-
Notifications
You must be signed in to change notification settings - Fork 788
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NO TESTS NEEDED] Signed-off-by: Daniel J Walsh <[email protected]>
- Loading branch information
Showing
5 changed files
with
193 additions
and
7 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
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 define/types.go too | ||
Version: 1.23.0-dev | ||
Version: 1.23.0 | ||
Release: 1.git%{shortcommit}%{?dist} | ||
Summary: A command line tool used to creating OCI Images | ||
License: ASL 2.0 | ||
|
@@ -100,7 +100,62 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions | |
%{_datadir}/bash-completion/completions/* | ||
|
||
%changelog | ||
* Mon Aug 2, 2021 Tom Sweeney <[email protected]> 1.23.0-dev-1 | ||
* Mon Sep 13, 2021 Daniel J Walsh <[email protected]> 1.23.0-1 | ||
- Vendor in containers/common v0.44.0 | ||
- build(deps): bump github.com/containers/storage from 1.35.0 to 1.36.0 | ||
- Update 05-openshift-rootless-build.md | ||
- build(deps): bump github.com/opencontainers/selinux from 1.8.4 to 1.8.5 | ||
- .cirrus.yml: run cross_build_task on Big Sur | ||
- Makefile: update cross targets | ||
- Add support for rootless overlay mounts | ||
- Cirrus: Increase unit-test timeout | ||
- Docs: Clarify rmi w/ manifest/index use | ||
- build: mirror --authfile to filesystem if pointing to FD instead of file | ||
- Fix build with .git url with branch | ||
- manifest: rm should remove only manifests not referenced images. | ||
- vendor: bump c/common to v0.43.3-0.20210902095222-a7acc160fb25 | ||
- Avoid rehashing and noop compression writer | ||
- corrected man page section; .conf file to mention its man page | ||
- copy: add --max-parallel-downloads to tune that copy option | ||
- copier.Get(): try to avoid descending into directories | ||
- tag: Support tagging manifest list instead of resolving to images | ||
- Install new manpages to correct sections | ||
- conformance: tighten up exception specifications | ||
- Add support for libsubid | ||
- Add epoch time field to buildah images | ||
- Fix ownership of /home/build/.local/share/containers | ||
- build(deps): bump github.com/containers/image/v5 from 5.15.2 to 5.16.0 | ||
- Rename bud to build, while keeping an alias for to bud. | ||
- Replace golang.org/x/crypto/ssh/terminal with golang.org/x/term | ||
- build(deps): bump github.com/opencontainers/runc from 1.0.1 to 1.0.2 | ||
- build(deps): bump github.com/onsi/gomega from 1.15.0 to 1.16.0 | ||
- build(deps): bump github.com/fsouza/go-dockerclient from 1.7.3 to 1.7.4 | ||
- build(deps): bump github.com/containers/common from 0.43.1 to 0.43.2 | ||
- Move DiscoverContainerfile to pkg/util directory | ||
- build(deps): bump github.com/containers/image/v5 from 5.15.1 to 5.15.2 | ||
- Remove some references to Docker | ||
- build(deps): bump github.com/containers/image/v5 from 5.15.0 to 5.15.1 | ||
- imagebuildah: handle --manifest directly | ||
- build(deps): bump github.com/containers/common from 0.42.1 to 0.43.1 | ||
- build(deps): bump github.com/opencontainers/selinux from 1.8.3 to 1.8.4 | ||
- executor: make sure imageMap is updated with terminatedStage | ||
- tests/serve/serve.go: use a kernel-assigned port | ||
- Bump go for vendor-in-container from 1.13 to 1.16 | ||
- imagebuildah: move multiple-platform building internal | ||
- Adds GenerateStructure helper function to support rootfs-overlay. | ||
- Run codespell to fix spelling | ||
- Implement SSH RUN mount | ||
- build(deps): bump github.com/onsi/gomega from 1.14.0 to 1.15.0 | ||
- Fix resolv.conf content with run --net=private | ||
- run: fix nil deref using the option's logger | ||
- build(deps): bump github.com/containerd/containerd from 1.5.1 to 1.5.5 | ||
- make vendor-in-container | ||
- bud: teach --platform to take a list | ||
- set base-image annotations | ||
- build(deps): bump github.com/opencontainers/selinux from 1.8.2 to 1.8.3 | ||
- [CI:DOCS] Fix CHANGELOG.md | ||
- Bump to v1.23.0-dev [NO TESTS NEEDED] | ||
- Accept repositories on login/logout | ||
|
||
* Mon Aug 2, 2021 Tom Sweeney <[email protected]> 1.22.0-1 | ||
- c/image, c/storage, c/common vendor before Podman 3.3 release | ||
|
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