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/storage from 1.32.6 to 1.33.0 #11060

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 27, 2021

Bumps github.com/containers/storage from 1.32.6 to 1.33.0.

Release notes

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

v1.33.0

Add inode support to quota
Creating fifo files while non root should be supported
Revert [#952](https://github.com/containers/storage/issues/952), we don't want to use /run/user on non systemd systems
Split pkg/chunked.ZstdCompressor into a separate subpackage
Update docs/containers-storage.conf.5.md
build(deps): bump github.com/opencontainers/runc from 1.0.0 to 1.0.1
overlay: check if we can mknod() kernel whiteout
Commits
  • 04a2b1e Bump to v1.33.0
  • e1752f8 Merge pull request #972 from mtrmac/zstd-compressor-deps
  • 5b0b382 Merge pull request #970 from rhatdan/inodes
  • c690564 Update docs/containers-storage.conf.5.md
  • 9b74ce6 Update docs/containers-storage.conf.5.md
  • 0c7d877 Add inode support to quota
  • 0477c8f Merge pull request #969 from rhatdan/fifo
  • 92b63ea Split pkg/chunked.ZstdCompressor into a separate subpackage
  • a5fdf90 Creating fifo files while non root should be supported
  • 030b2f1 Merge pull request #967 from nalind/overlay-needs-whiteout
  • 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 Jul 27, 2021
Copy link
Member

@vrothberg vrothberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/hold
@containers/podman-maintainers PTAL

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 27, 2021
@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 27, 2021
@saschagrunert
Copy link
Member

This is already part of #11054

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/containers/storage-1.33.0 branch from 8e91299 to 94d8289 Compare July 27, 2021 13:37
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Jul 27, 2021
Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.32.6 to 1.33.0.
- [Release notes](https://github.com/containers/storage/releases)
- [Changelog](https://github.com/containers/storage/blob/main/docs/containers-storage-changes.md)
- [Commits](containers/storage@v1.32.6...v1.33.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/containers/storage-1.33.0 branch from 94d8289 to b090738 Compare July 27, 2021 13:46
@rhatdan
Copy link
Member

rhatdan commented Jul 27, 2021

/lgtm
/hold cancel

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 27, 2021
@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 27, 2021
@rhatdan
Copy link
Member

rhatdan commented Jul 27, 2021

/approve

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 27, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dependabot[bot], rhatdan

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

The pull request process is described 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

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 27, 2021
@openshift-merge-robot openshift-merge-robot merged commit 22b3fe5 into main Jul 27, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/containers/storage-1.33.0 branch July 27, 2021 20:17
@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 22, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dependencies Pull requests that update a dependency file lgtm Indicates that a PR is ready to be merged. 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.

4 participants