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/psgo from 1.5.2 to 1.6.0 #11509

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2021

Bumps github.com/containers/psgo from 1.5.2 to 1.6.0.

Release notes

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

v1.6.0

  • *: switch from pkg/errors to Go 1.13+ error wrapping
  • build(deps): bump github.com/opencontainers/runc from 1.0.1 to 1.0.2
  • build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.7.0
  • update dependencies
  • Upgrade to GitHub-native Dependabot
  • rm vendor.conf
Commits
  • e433993 Merge pull request #85 from kolyshkin/pkg-errors
  • fe455ea *: switch from pkg/errors to Go 1.13+ error wrapping
  • dece81e Merge pull request #83 from containers/dependabot/go_modules/github.com/stret...
  • d082935 Merge pull request #84 from containers/dependabot/go_modules/github.com/openc...
  • 25d8741 build(deps): bump github.com/opencontainers/runc from 1.0.1 to 1.0.2
  • 93030e3 build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.7.0
  • f2e97c7 Merge pull request #82 from vrothberg/vendor
  • fca38a7 Merge pull request #80 from containers/dependabot/add-v2-config-file
  • 477f93d update dependencies
  • 3550d2f Upgrade to GitHub-native Dependabot
  • 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 Sep 9, 2021
@mheon
Copy link
Member

mheon commented Sep 9, 2021

LGTM
/approve

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Sep 9, 2021

[APPROVALNOTIFIER] This PR is APPROVED

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

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 Sep 9, 2021
@rhatdan
Copy link
Member

rhatdan commented Sep 9, 2021

@vrothberg Looks like psgo update is broken.

@vrothberg
Copy link
Member

@vrothberg Looks like psgo update is broken.

looking into it

@vrothberg
Copy link
Member

probably related to the error wrapping changes

@vrothberg vrothberg force-pushed the dependabot/go_modules/github.com/containers/psgo-1.6.0 branch from 6ea416b to a2fe59e Compare September 10, 2021 13:15
@vrothberg
Copy link
Member

probably related to the error wrapping changes

Yep, that was it. Updated the error check in Podman. Will pass now.

@mheon
Copy link
Member

mheon commented Sep 10, 2021

This is why I didn't really like the idea of changing - little things start to break.

/lgtm
/hold

@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 Sep 10, 2021
@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Sep 10, 2021
Bumps [github.com/containers/psgo](https://github.com/containers/psgo) from 1.5.2 to 1.6.0.
- [Release notes](https://github.com/containers/psgo/releases)
- [Commits](containers/psgo@v1.5.2...v1.6.0)

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

[NO TESTS NEEDED] since it's migrating to a new version.

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Valentin Rothberg <[email protected]>
@vrothberg vrothberg force-pushed the dependabot/go_modules/github.com/containers/psgo-1.6.0 branch from a2fe59e to 309d989 Compare September 10, 2021 13:24
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Sep 10, 2021
@rhatdan
Copy link
Member

rhatdan commented Sep 10, 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 Sep 10, 2021
@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Sep 10, 2021
@openshift-merge-robot openshift-merge-robot merged commit 923648b into main Sep 10, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/containers/psgo-1.6.0 branch September 10, 2021 15:01
@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