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

Update module github.com/moby/moby to v27 #1161

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/moby/moby v20.10.27+incompatible -> v27.3.1+incompatible age adoption passing confidence

Release Notes

moby/moby (github.com/moby/moby)

v27.3.1+incompatible

Compare Source

v27.3.0+incompatible

Compare Source

v27.2.1+incompatible

Compare Source

v27.2.0+incompatible

Compare Source

v27.1.2+incompatible

Compare Source

v27.1.1+incompatible

Compare Source

v27.1.0+incompatible

Compare Source

v27.0.3+incompatible

Compare Source

v27.0.2+incompatible

Compare Source

v26.1.5+incompatible

Compare Source

v26.1.4+incompatible

Compare Source

v26.1.3+incompatible

Compare Source

v26.1.2+incompatible

Compare Source

v26.1.1+incompatible

Compare Source

v26.1.0+incompatible

Compare Source

v26.0.2+incompatible

Compare Source

v26.0.1+incompatible

Compare Source

v26.0.0+incompatible

Compare Source

v25.0.6+incompatible

Compare Source

v25.0.5+incompatible

Compare Source

v25.0.4+incompatible

Compare Source

v25.0.3+incompatible

Compare Source

v25.0.2+incompatible

Compare Source

v25.0.1+incompatible

Compare Source

v25.0.0+incompatible

Compare Source

v24.0.9+incompatible

Compare Source

v24.0.8+incompatible

Compare Source

v24.0.7+incompatible

Compare Source

v24.0.6+incompatible

Compare Source

v24.0.5+incompatible

Compare Source

v24.0.4+incompatible

Compare Source

v24.0.3+incompatible

Compare Source

v24.0.2+incompatible

Compare Source

v24.0.1+incompatible

Compare Source

v24.0.0+incompatible

Compare Source

v23.0.14+incompatible

Compare Source

v23.0.13+incompatible

Compare Source

v23.0.12+incompatible

Compare Source

v23.0.11+incompatible

Compare Source

v23.0.10+incompatible

Compare Source

v23.0.9+incompatible

Compare Source

v23.0.8+incompatible

Compare Source

v23.0.7+incompatible

Compare Source

v23.0.6+incompatible

Compare Source

v23.0.5+incompatible

Compare Source

v23.0.4+incompatible

Compare Source

v23.0.3+incompatible

Compare Source

v23.0.2+incompatible

Compare Source

v23.0.1+incompatible

Compare Source

v23.0.0+incompatible

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner June 25, 2024 14:25
@renovate renovate bot added dependencies Pull requests that update a dependency file renovate PR created by RenovateBot labels Jun 25, 2024
Copy link
Contributor Author

renovate bot commented Jun 25, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/sirupsen/logrus v1.8.1 -> v1.9.3

@renovate renovate bot force-pushed the renovate/github.com-moby-moby-27.x branch 2 times, most recently from 81a1dd9 to 687f6ac Compare July 1, 2024 13:27
@renovate renovate bot force-pushed the renovate/github.com-moby-moby-27.x branch 5 times, most recently from 9504166 to 93e161b Compare July 24, 2024 01:12
@renovate renovate bot force-pushed the renovate/github.com-moby-moby-27.x branch from 93e161b to 3b3cda0 Compare August 13, 2024 16:19
@renovate renovate bot force-pushed the renovate/github.com-moby-moby-27.x branch 3 times, most recently from 526799f to 108ea8e Compare August 27, 2024 21:08
@renovate renovate bot force-pushed the renovate/github.com-moby-moby-27.x branch from 108ea8e to 4fdaf89 Compare September 9, 2024 12:37
@renovate renovate bot force-pushed the renovate/github.com-moby-moby-27.x branch from 4fdaf89 to 62e6f27 Compare September 19, 2024 08:20
Copy link
Member

@marians marians left a comment

Choose a reason for hiding this comment

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

Build fails with

# oras.land/oras-go/pkg/auth/docker
/go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login_tls.go:44:20: undefined: types.AuthConfig
/go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login_tls.go:62:130: undefined: types.AuthConfig
/go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login_tls.go:122:32: undefined: types.AuthConfig
/go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login_tls.go:181:30: assignment mismatch: 3 variables but registry.PingV2Registry returns 2 values
/go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login.go:54:16: undefined: types.AuthConfig
/go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login.go:86:39: cannot use remote (variable of type *"github.com/docker/docker/registry".Service) as "github.com/docker/docker/registry".Service value in argument to c.loginWithTLS

@renovate renovate bot force-pushed the renovate/github.com-moby-moby-27.x branch 3 times, most recently from 52a72de to daa7136 Compare September 20, 2024 21:42
@renovate renovate bot force-pushed the renovate/github.com-moby-moby-27.x branch 2 times, most recently from 792a9a4 to f0692b4 Compare October 8, 2024 10:31
@renovate renovate bot force-pushed the renovate/github.com-moby-moby-27.x branch from f0692b4 to 0569b00 Compare October 17, 2024 11:31
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 renovate PR created by RenovateBot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant