Update dependencies, tag v1.2.21#321
Conversation
487ce9e to
d4d8a3f
Compare
Use github.com/moby/patternmatcher for excludes matching instead of go.podman.io/storage/pkg/fileutils. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
a946047 to
f2e3e7b
Compare
Bump dependencies: * github.com/containerd/platforms: v1.0.0-rc.2 to v1.0.0-rc.4 * github.com/docker/docker: v28.5.1+incompatible to github.com/moby/moby/api v1.54.2 * github.com/docker/docker: v28.5.1+incompatible to github.com/moby/moby/client v0.4.1 * github.com/fsouza/go-dockerclient: v1.11.2 to v1.13.1 * github.com/moby/buildkit: v0.23.2 to v0.29.0 * github.com/moby/patternmatcher: v0.6.0 to v0.6.1 * go.podman.io/storage: v1.60.0 to v1.62.0 Switch the last caller of github.com/docker/docker/pkg/fileutils to use go.podman.io/storage/pkg/fileutils. Switch callers of github.com/docker/docker/api/types/registry to use github.com/moby/moby/api/types/registry. Finish the pipefitting for copying go-dockerclient.AuthConfig values to github.com/moby/moby/api/types/registry.AuthConfigs. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
It's now an error to pass a non-constant string as the first argument to t.Logf(), and for those cases we should be using t.Log(). Likewise for fmt.Errorf(), we should be using errors.New(). Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
The standard library's "io/ioutil" package has been obsolete for some time now. Switch to using the appropriate functions in the "os" and "io" packages. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
f2e3e7b to
379cdfe
Compare
|
LGTM |
|
@mrunalp PTAL |
|
@rhatdan PTAL |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nalind, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Updating dependencies upped which version of Go we ourselves need, so we might as well update references to its image in our tests. Update references to fedora-minimal from :42 to :44, since 44 is now the current release. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Update version information to mark this as v1.2.21. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Update version information to mark this as v1.2.22-dev. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
|
@nalind: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
(Looking for a "/lgtm" here.) |
Bump dependencies:
Use github.com/moby/patternmatcher (v0.6.1 currently) for excludes matching instead of go.podman.io/storage/pkg/fileutils.
Prepare to tag a v1.2.21 release.