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

build(deps): bump github.com/fsouza/go-dockerclient from 1.7.4 to 1.7.6 #3678

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2021

Bumps github.com/fsouza/go-dockerclient from 1.7.4 to 1.7.6.

Release notes

Sourced from github.com/fsouza/go-dockerclient's releases.

Version compatible with Docker 1.9 and Go 1.4

This has a special tag name to make it clear that it was the latest version compatible with Docker 1.9 and Go 1.4.

Commits
  • 394253f Upgrade runc to v1.0.3
  • 8c4b73c build(deps): bump github.com/docker/docker (#890)
  • ed8086f Upgrade dependencies to fix dependabot alerts
  • ac93468 build(deps): bump github.com/docker/docker (#889)
  • aceb44c build(deps): bump actions/checkout from 2.3.5 to 2.4.0 (#888)
  • 79deba8 Bump containerd
  • 14cef9b build(deps): bump github.com/docker/docker (#884)
  • 455ad26 build(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#882)
  • 7f99000 build(deps): bump github.com/Microsoft/go-winio from 0.5.0 to 0.5.1 (#883)
  • 3c8fe7e Improve "assertion" in the test
  • 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 Dec 15, 2021
@rhatdan rhatdan force-pushed the dependabot/go_modules/github.com/fsouza/go-dockerclient-1.7.6 branch from 39670d3 to 26223c8 Compare December 16, 2021 18:58
@rhatdan
Copy link
Member

rhatdan commented Dec 19, 2021

@vrothberg @mtrmac PTAL Looks like image-spec has changed, and containers/image might need to change?

@rhatdan rhatdan force-pushed the dependabot/go_modules/github.com/fsouza/go-dockerclient-1.7.6 branch from 26223c8 to 4515076 Compare December 19, 2021 11:15
@mtrmac
Copy link
Contributor

mtrmac commented Dec 23, 2021

@vrothberg @mtrmac PTAL Looks like image-spec has changed, and containers/image might need to change?

No, Buildah was correct previously. Just drop the part of the PR that reverts image-spec from a post-1.0.2 commit back to 1.0.2.

Bumps [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) from 1.7.4 to 1.7.6.
- [Release notes](https://github.com/fsouza/go-dockerclient/releases)
- [Changelog](https://github.com/fsouza/go-dockerclient/blob/main/container_changes_test.go)
- [Commits](fsouza/go-dockerclient@v1.7.4...v1.7.6)

---
updated-dependencies:
- dependency-name: github.com/fsouza/go-dockerclient
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Daniel J Walsh <[email protected]>
@rhatdan rhatdan force-pushed the dependabot/go_modules/github.com/fsouza/go-dockerclient-1.7.6 branch from 1cdbf3c to 7f14a3a Compare December 23, 2021 12:30
@rhatdan
Copy link
Member

rhatdan commented Dec 26, 2021

/approve
/lgtm

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 26, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dependabot[bot], flouthoc, 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-merge-robot openshift-merge-robot merged commit 9591a8d into main Dec 26, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/fsouza/go-dockerclient-1.7.6 branch December 26, 2021 15:39
@mtrmac
Copy link
Contributor

mtrmac commented Jan 3, 2022

@vrothberg @mtrmac PTAL Looks like image-spec has changed, and containers/image might need to change?

No, Buildah was correct previously. Just drop the part of the PR that reverts image-spec from a post-1.0.2 commit back to 1.0.2.

Hum, that doesn’t work? Maybe the pseudo-version should be a 1.0.3 pre-release or something like that.

@mtrmac
Copy link
Contributor

mtrmac commented Jan 6, 2022

Hum, that doesn’t work? Maybe the pseudo-version should be a 1.0.3 pre-release or something like that.

For the record, a clean fix is the first commit of containers/image#1433 .

Cc: @flouthoc

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants