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.22.3 #91

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 20, 2021

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

Release notes

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

v1.22.3

  • [release-1.22] bump to v1.22.3 This release was created primarily to fix a tagging issue with release v1.22.2. Other than a version change, there are not code differences.

v1.22.2

  • [release-1.22] bump c/image to v5.15.2

v1.22.1

  • [release-1.22] Bump c/storage to v1.34.1
  • Post-branch commit
  • [release-1.22] Accept repositories on login/logout
  • [CI:DOCS][release-1.22] Fix CHANGELOG.md

v1.22.0

  • c/image, c/storage, c/common vendor before Podman 3.3 release
  • WIP: tests: new assert()
  • Proposed patch for 3399 (shadowutils)
  • Fix handling of --restore shadow-utils
  • build(deps): bump github.com/containers/image/v5 from 5.13.2 to 5.14.0
  • runtime-flag (debug) test: handle old & new runc
  • build(deps): bump github.com/containers/storage from 1.32.6 to 1.33.0
  • Allow dst and destination for target in secret mounts
  • Multi-arch: Always push updated version-tagged img
  • Add a few tests on cgroups V2
  • imagebuildah.stageExecutor.prepare(): remove pseudonym check
  • refine dangling filter
  • Chown with environment variables not set should fail
  • Just restore protections of shadow-utils
  • build(deps): bump github.com/opencontainers/runc from 1.0.0 to 1.0.1
  • Remove specific kernel version number requirement from install.md
  • Multi-arch image workflow: Make steps generic
  • chroot: fix environment value leakage to intermediate processes
  • Update nix pin with make nixpkgs
  • buildah source - create and manage source images
  • Update cirrus-cron notification GH workflow
  • Reuse code from containers/common/pkg/parse
  • Cirrus: Freshen VM images
  • build(deps): bump github.com/containers/storage from 1.32.5 to 1.32.6
  • Fix excludes exception begining with / or ./
  • Fix syntax for --manifest example
  • build(deps): bump github.com/onsi/gomega from 1.13.0 to 1.14.0
  • vendor containers/common@main
  • Cirrus: Drop dependence on fedora-minimal
  • Adjust conformance-test error-message regex
  • Workaround appearance of differing debug messages
  • Cirrus: Install docker from package cache
  • build(deps): bump github.com/containers/ocicrypt from 1.1.1 to 1.1.2
  • Switch rusagelogfile to use options.Out
  • build(deps): bump github.com/containers/storage from 1.32.4 to 1.32.5
  • Turn stdio back to blocking when command finishes

... (truncated)

Changelog

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

v1.22.3 (2021-08-20)

  • [release-1.22] bump to v1.22.3

v1.22.2 (2021-08-19)

  • [release-1.22] bump c/image to v5.15.2

v1.22.1 (2021-08-17)

  • [release-1.22] Bump c/storage to v1.34.1
  • Post-branch commit
  • [release-1.22] Accept repositories on login/logout
  • [CI:DOCS][release-1.22] Fix CHANGELOG.md

v1.22.0 (2021-08-02)

c/image, c/storage, c/common vendor before Podman 3.3 release
WIP: tests: new assert()
Proposed patch for 3399 (shadowutils)
Fix handling of --restore shadow-utils
build(deps): bump github.com/containers/image/v5 from 5.13.2 to 5.14.0
runtime-flag (debug) test: handle old & new runc
build(deps): bump github.com/containers/storage from 1.32.6 to 1.33.0
Allow dst and destination for target in secret mounts
Multi-arch: Always push updated version-tagged img
Add a few tests on cgroups V2
imagebuildah.stageExecutor.prepare(): remove pseudonym check
refine dangling filter
Chown with environment variables not set should fail
Just restore protections of shadow-utils
build(deps): bump github.com/opencontainers/runc from 1.0.0 to 1.0.1
Remove specific kernel version number requirement from install.md
Multi-arch image workflow: Make steps generic
chroot: fix environment value leakage to intermediate processes
Update nix pin with `make nixpkgs`
buildah source - create and manage source images
Update cirrus-cron notification GH workflow
Reuse code from containers/common/pkg/parse
Cirrus: Freshen VM images
build(deps): bump github.com/containers/storage from 1.32.5 to 1.32.6
Fix excludes exception begining with / or ./
Fix syntax for --manifest example
build(deps): bump github.com/onsi/gomega from 1.13.0 to 1.14.0
vendor containers/common@main
Cirrus: Drop dependence on fedora-minimal
Adjust conformance-test error-message regex
Workaround appearance of differing debug messages
Cirrus: Install docker from package cache
build(deps): bump github.com/containers/ocicrypt from 1.1.1 to 1.1.2
Switch rusagelogfile to use options.Out
build(deps): bump github.com/containers/storage from 1.32.4 to 1.32.5
Turn stdio back to blocking when command finishes
Add support for default network creation

... (truncated)

Commits
  • 852ca9f [release-1.22] Bump to v1.22.3
  • dfab841 Merge pull request #3466 from TomSweeneyRedHat/dev/tsweeney/v1.22.2
  • 283ec4e [release-1.22] Bump to v1.22.3-dev
  • 4f8fbfc [release-1.22] Bump to v1.22.2
  • 4d77525 Merge pull request #3465 from TomSweeneyRedHat/dev/tsweeney/bumpcimage5.15.2
  • 679ba8f [release-1.22] bump c/image to v5.15.2
  • ca33417 Merge pull request #3460 from TomSweeneyRedHat/dev/tsweeney/v1.22.1
  • 91c5541 [release-1.22] Bump to v1.22.1
  • 848ffd4 Merge pull request #3450 from TomSweeneyRedHat/dev/tsweeney/vndrplz
  • 97bbf40 [release-1.22] Bump c/storage to v1.34.1
  • 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.22.3.
- [Release notes](https://github.com/containers/buildah/releases)
- [Changelog](https://github.com/containers/buildah/blob/v1.22.3/CHANGELOG.md)
- [Commits](containers/buildah@v1.19.8...v1.22.3)

---
updated-dependencies:
- dependency-name: github.com/containers/buildah
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 20, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 14, 2021

Superseded by #98.

@dependabot dependabot bot closed this Sep 14, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/containers/buildah-1.22.3 branch September 14, 2021 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants