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.24.1 to 1.29.1 #50

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 16, 2023

Bumps github.com/containers/buildah from 1.24.1 to 1.29.1.

Release notes

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

V1.29.1

  • update to c/image 5.24.1

V1.29.0

  • tests: improve build-with-network-test
  • Bump c/storagev1.45.3, c/imagev5.24.0, c/commonv0.51.0
  • build(deps): bump github.com/onsi/gomega from 1.25.0 to 1.26.0
  • Flake 3710 has been closed. Reenable the test.
  • [CI:DOCS] Fix two diversity issues in a tutorial
  • build(deps): bump github.com/fsouza/go-dockerclient from 1.9.2 to 1.9.3
  • vendor in latests containers/(storage, common, image)
  • fix bud-multiple-platform-with-base-as-default-arg flake
  • stage_executor: while mounting stages use freshly built stage
  • build(deps): bump github.com/fsouza/go-dockerclient from 1.9.0 to 1.9.2
  • build(deps): bump github.com/onsi/gomega from 1.24.2 to 1.25.0
  • vendor in latests containers/(storage, common, image, ocicyrpt)
  • [Itests: change the runtime-flag test for crun
  • [CI:DOCS] README: drop sudo
  • Fix multi-arch manifest-list build timeouts
  • Cirrus: Update VM Images
  • bud: Consolidate multiple synthetic LABEL instructions
  • build, secret: allow realtive mountpoints wrt to work dir
  • fixed squash documentation
  • build(deps): bump github.com/containerd/containerd from 1.6.14 to 1.6.15
  • Correct minor comment
  • Vendor in latest containers/(common, image, storage)
  • system tests: remove unhelpful assertions
  • buildah: add prune command and expose CleanCacheMount API
  • vendor: bump c/storage to a747b27
  • Add support for --group-add to buildah from
  • build(deps): bump actions/stale from 6 to 7
  • Add documentation for buildah build --pull=missing
  • build(deps): bump github.com/containerd/containerd from 1.6.12 to 1.6.14
  • build(deps): bump github.com/docker/docker
  • parse: default ignorefile must not point to symlink outside context
  • buildah: wrap network setup errors
  • build, mount: allow realtive mountpoints wrt to work dir
  • Update to F37 CI VM Images, re-enable prior-fedora
  • Update vendor or containers/(image, storage, common)
  • build(deps): bump golang.org/x/crypto from 0.3.0 to 0.4.0
  • Update contact information
  • build(deps): bump golang.org/x/term from 0.2.0 to 0.3.0
  • Replace io/ioutil calls with os calls
  • [skip-ci] GHA/Cirrus-cron: Fix execution order
  • Vendor in containers/common
  • build(deps): bump golang.org/x/sys from 0.2.0 to 0.3.0
  • remote-cache: support multiple sources and destinations
  • Update c/storage after containers/storage#1436
  • util.SortMounts(): make the returned order more stable
  • version: Bump to 1.29.0-dev

... (truncated)

Changelog

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

v1.29.1 (2023-02-15)

update to c/image 5.24.1

v1.29.0 (2023-01-25)

tests: improve build-with-network-test
Bump c/storagev1.45.3, c/imagev5.24.0, c/commonv0.51.0
build(deps): bump github.com/onsi/gomega from 1.25.0 to 1.26.0
Flake 3710 has been closed. Reenable the test.
[CI:DOCS] Fix two diversity issues in a tutorial
build(deps): bump github.com/fsouza/go-dockerclient from 1.9.2 to 1.9.3
vendor in latests containers/(storage, common, image)
fix bud-multiple-platform-with-base-as-default-arg flake
stage_executor: while mounting stages use freshly built stage
build(deps): bump github.com/fsouza/go-dockerclient from 1.9.0 to 1.9.2
build(deps): bump github.com/onsi/gomega from 1.24.2 to 1.25.0
vendor in latests containers/(storage, common, image, ocicyrpt)
[Itests: change the runtime-flag test for crun
[CI:DOCS] README: drop sudo
Fix multi-arch manifest-list build timeouts
Cirrus: Update VM Images
bud: Consolidate multiple synthetic LABEL instructions
build, secret: allow realtive mountpoints wrt to work dir
fixed squash documentation
build(deps): bump github.com/containerd/containerd from 1.6.14 to 1.6.15
Correct minor comment
Vendor in latest containers/(common, image, storage)
system tests: remove unhelpful assertions
buildah: add prune command and expose CleanCacheMount API
vendor: bump c/storage to a747b27
Add support for --group-add to buildah from
build(deps): bump actions/stale from 6 to 7
Add documentation for buildah build --pull=missing
build(deps): bump github.com/containerd/containerd from 1.6.12 to 1.6.14
build(deps): bump github.com/docker/docker
parse: default ignorefile must not point to symlink outside context
buildah: wrap network setup errors
build, mount: allow realtive mountpoints wrt to work dir
Update to F37 CI VM Images, re-enable prior-fedora
Update vendor or containers/(image, storage, common)
build(deps): bump golang.org/x/crypto from 0.3.0 to 0.4.0
Update contact information
build(deps): bump golang.org/x/term from 0.2.0 to 0.3.0
Replace io/ioutil calls with os calls
[skip-ci] GHA/Cirrus-cron: Fix execution order
Vendor in containers/common
build(deps): bump golang.org/x/sys from 0.2.0 to 0.3.0
remote-cache: support multiple sources and destinations
Update c/storage after https://github.com/containers/storage/pull/1436
util.SortMounts(): make the returned order more stable

... (truncated)

Commits
  • faf0d4f [release-1.29] Bump to Buildah v1.29.1
  • c822cc6 Merge pull request #4574 from mtrmac/c-image-eof-1.29
  • 7d5ff30 Update to c/image 5.24.1
  • 94b723c Bump to v1.29.0
  • 9133547 Merge pull request #4539 from containers/dependabot/go_modules/github.com/ons...
  • 68d3b0a Merge pull request #4531 from sstosh/test-proxy
  • c9cbc6d tests: improve build-with-network-test
  • 078a7ff Merge pull request #4541 from TomSweeneyRedHat/dev/tsweeney/bumpthecs
  • 5e3f26d Bump c/storagev1.45.3, c/imagev5.24.0, c/commonv0.51.0
  • fa88055 Merge pull request #4537 from edsantiago/reenable_flake
  • 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.24.1 to 1.29.1.
- [Release notes](https://github.com/containers/buildah/releases)
- [Changelog](https://github.com/containers/buildah/blob/v1.29.1/CHANGELOG.md)
- [Commits](containers/buildah@v1.24.1...v1.29.1)

---
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 Feb 16, 2023
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