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 github.com/containers/buildah from 1.19.8 to 1.20.0 #9827

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2021

Bumps github.com/containers/buildah from 1.19.8 to 1.20.0.

Release notes

Sourced from github.com/containers/buildah's releases.

v1.20.0

  • vendor in containers/storage v1.28.1
  • build(deps): bump github.com/containers/common from 0.35.2 to 0.35.3
  • tests: prefetch: use buildah, not podman, for pulls
  • Use faster way to check image tag existence during multi-arch build
  • Add information about multi-arch images to the Readme
  • COPY --chown: expand the conformance test
  • pkg/chrootuser: use a bufio.Scanner
  • [CI:DOCS] Fix rootful typo in docs
  • build(deps): bump github.com/onsi/ginkgo from 1.15.1 to 1.15.2
  • Add documentation and testing for .containerignore
  • build(deps): bump github.com/sirupsen/logrus from 1.8.0 to 1.8.1
  • build(deps): bump github.com/hashicorp/go-multierror from 1.1.0 to 1.1.1
  • Lookup Containerfile if user specifies a directory
  • Add Tag format placeholder to docs
  • copier: ignore sockets
  • image: propagate errors from extractRootfs
  • Remove system test of 'buildah containers -a'
  • Clarify userns options are usable only as root in man pages
  • Fix system test of 'containers -a'
  • Remove duplicated code in addcopy
  • build(deps): bump github.com/onsi/ginkgo from 1.15.0 to 1.15.1
  • build(deps): bump github.com/onsi/gomega from 1.10.5 to 1.11.0
  • build(deps): bump github.com/fsouza/go-dockerclient from 1.7.1 to 1.7.2
  • Update multi-arch buildah build setup with new logic
  • Update nix pin with make nixpkgs
  • overlay.bats: fix the "overlay source permissions" test
  • imagebuildah: use overlay for volumes when using overlay
  • Make PolicyMap and PullPolicy names align
  • copier: add GetOptions.IgnoreUnreadable
  • Check local image to match system context
  • fix: Containerfiles - smaller set of userns u/gids
  • Set upperdir permissions based on source
  • Shrink the vendoring size of pkc/cli
  • Clarify image name match failure message
  • ADD/COPY: create the destination directory first, chroot to it
  • copier.GetOptions: add NoDerefSymLinks
  • copier: add an Eval function
  • Update system test for 'from --cap-add/drop'
  • copier: fix a renaming bug
  • copier: return child process stderr if we can't JSON decode the response
  • Add some system tests
  • build(deps): bump github.com/containers/storage from 1.26.0 to 1.27.0
  • complement add/copy --chmod documentation
  • buildah login and logout, do not need to enter user namespace
  • Add multi-arch image build
  • chmod/chown added/fixed in bash completions
  • OWNERS: add @​lsm5
  • buildah add/copy --chmod dockerfile implementation
  • bump github.com/openshift/imagebuilder from 1.1.8 to 1.2.0

... (truncated)

Changelog

Sourced from github.com/containers/buildah's changelog.

  • Changelog for v1.20.0 (2021-03-25)
    • vendor in containers/storage v1.28.1
    • build(deps): bump github.com/containers/common from 0.35.2 to 0.35.3
    • tests: prefetch: use buildah, not podman, for pulls
    • Use faster way to check image tag existence during multi-arch build
    • Add information about multi-arch images to the Readme
    • COPY --chown: expand the conformance test
    • pkg/chrootuser: use a bufio.Scanner
    • [CI:DOCS] Fix rootful typo in docs
    • build(deps): bump github.com/onsi/ginkgo from 1.15.1 to 1.15.2
    • Add documentation and testing for .containerignore
    • build(deps): bump github.com/sirupsen/logrus from 1.8.0 to 1.8.1
    • build(deps): bump github.com/hashicorp/go-multierror from 1.1.0 to 1.1.1
    • Lookup Containerfile if user specifies a directory
    • Add Tag format placeholder to docs
    • copier: ignore sockets
    • image: propagate errors from extractRootfs
    • Remove system test of 'buildah containers -a'
    • Clarify userns options are usable only as root in man pages
    • Fix system test of 'containers -a'
    • Remove duplicated code in addcopy
    • build(deps): bump github.com/onsi/ginkgo from 1.15.0 to 1.15.1
    • build(deps): bump github.com/onsi/gomega from 1.10.5 to 1.11.0
    • build(deps): bump github.com/fsouza/go-dockerclient from 1.7.1 to 1.7.2
    • Update multi-arch buildah build setup with new logic
    • Update nix pin with make nixpkgs
    • overlay.bats: fix the "overlay source permissions" test
    • imagebuildah: use overlay for volumes when using overlay
    • Make PolicyMap and PullPolicy names align
    • copier: add GetOptions.IgnoreUnreadable
    • Check local image to match system context
    • fix: Containerfiles - smaller set of userns u/gids
    • Set upperdir permissions based on source
    • Shrink the vendoring size of pkc/cli
    • Clarify image name match failure message
    • ADD/COPY: create the destination directory first, chroot to it
    • copier.GetOptions: add NoDerefSymLinks
    • copier: add an Eval function
    • Update system test for 'from --cap-add/drop'
    • copier: fix a renaming bug
    • copier: return child process stderr if we can't JSON decode the response
    • Add some system tests
    • build(deps): bump github.com/containers/storage from 1.26.0 to 1.27.0
    • complement add/copy --chmod documentation
    • buildah login and logout, do not need to enter user namespace
    • Add multi-arch image build
    • chmod/chown added/fixed in bash completions
    • OWNERS: add @​lsm5
    • buildah add/copy --chmod dockerfile implementation
    • bump github.com/openshift/imagebuilder from 1.1.8 to 1.2.0

... (truncated)

Commits
  • 293e02a Bump to v1.20.0
  • 84195b5 Fix release.sh to generate good releases
  • 0c0ce48 Merge pull request #3102 from rhatdan/VENDOR
  • a83d263 vendor in containers/storage v1.28.1
  • 4e3bf9d Merge pull request #3050 from barthy1/multi_arch_doc
  • 2970fc6 Merge pull request #3091 from containers/dependabot/go_modules/github.com/con...
  • 0ca5b8a build(deps): bump github.com/containers/common from 0.35.2 to 0.35.3
  • 525abb0 Merge pull request #3094 from TomSweeneyRedHat/dev/tsweeney/fixmds
  • 70a27a7 Merge pull request #3095 from nalind/user-spec
  • 2c0f432 Merge pull request #3099 from edsantiago/shortnames_in_tests
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/containers/buildah](https://github.com/containers/buildah) from 1.19.8 to 1.20.0.
- [Release notes](https://github.com/containers/buildah/releases)
- [Changelog](https://github.com/containers/buildah/blob/master/changelog.txt)
- [Commits](containers/buildah@v1.19.8...v1.20.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 26, 2021
@openshift-ci-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
To complete the pull request process, please assign giuseppe after the PR has been reviewed.
You can assign the PR to them by writing /assign @giuseppe in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@rhatdan
Copy link
Member

rhatdan commented Mar 26, 2021

Already being worked on #9821

@rhatdan rhatdan closed this Mar 26, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 26, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/containers/buildah-1.20.0 branch March 26, 2021 14:04
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 23, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants