Skip to content

Bump github.com/containers/buildah from 1.19.8 to 1.20.0#14

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/containers/buildah-1.20.0
Closed

Bump github.com/containers/buildah from 1.19.8 to 1.20.0#14
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/containers/buildah-1.20.0

Conversation

@dependabot
Copy link

@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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 26, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 29, 2021

Looks like github.com/containers/buildah is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 29, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/containers/buildah-1.20.0 branch March 29, 2021 20:39
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 12, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants