build(deps): bump the go-deps group across 3 directories with 6 updates by dependabot[bot] · Pull Request #2280 · google/go-containerregistry (original) (raw)
Bumps the go-deps group with 3 updates in the / directory: github.com/docker/cli, github.com/moby/moby/api and github.com/moby/moby/client.
Bumps the go-deps group with 1 update in the /pkg/authn/k8schain directory: k8s.io/client-go.
Bumps the go-deps group with 1 update in the /pkg/authn/kubernetes directory: k8s.io/client-go.
Updates github.com/docker/cli from 29.4.0+incompatible to 29.4.1+incompatible
Commits
- 055a478 Merge pull request #6945 from thaJeztah/bump_moby
- d0f5b27 cmd/docker-trust: bump moby/client v0.4.1, moby/api v1.54.2
- b7f37e8 vendor: github.com/moby/moby/client v0.4.1, moby/api v1.54.2
- c93d892 Merge pull request #6949 from thaJeztah/bump_utils
- 3553caf Merge pull request #6948 from thaJeztah/bump_trust_deps
- 266f039 Dockerfile: update compose to v5.1.3
- d74d3c3 Dockerfile: update buildx to v0.33.0
- 134c2a0 Merge pull request #6826 from thaJeztah/bump_golangci_lint2
- 58a7c31 golangci-lint: fix lint failures from v2.10.1 upgrade
- f37a9e6 Dockerfile: update golangci-lint to v2.10.1
- Additional commits viewable in compare view
Updates github.com/moby/moby/api from 1.54.1 to 1.54.2
Release notes
Sourced from github.com/moby/moby/api's releases.
api/v1.54.2
Changelog
- api/docs: cleanup changelog. moby/moby#52379
- api/docs: lower deprecation heading to a h4. moby/moby#52315
- api/docs: restore API docs and change-logs for API v1.0 - v1.23. moby/moby#52312
- api: align Topology swagger with Segments JSON shape. moby/moby#52358
Full Changelog: moby/moby@api/v1.54.1...api/v1.54.2
Commits
- 6cbde19 Merge pull request #52387 from renovate-bot/renovate/golang-x
- b602ac9 Merge pull request #52413 from justincormack/update-justin
- d1a966e Merge pull request #51049 from thaJeztah/bump_memberlist_serf
- 463f4c0 No longer a reviewer; update email address
- 3ede246 Merge pull request #52410 from renovate-bot/renovate/github.com-aws-smithy-go...
- 179985c Merge pull request #52358 from geekcoderr/52355-topology-swagger
- 98c7106 vendor: github.com/hashicorp/memberlist v0.5.4, hashicorp/serf v0.10.2
- b29d903 Merge pull request #52405 from renovate-bot/renovate/actions-github-script-9.x
- f69fed1 fix(deps): update module github.com/aws/smithy-go to v1.25.0
- 2a18e3d Merge pull request #52401 from renovate-bot/renovate/opentelemetry-go-contrib...
- Additional commits viewable in compare view
Updates github.com/moby/moby/client from 0.4.0 to 0.4.1
Release notes
Sourced from github.com/moby/moby/client's releases.
client/v0.4.1
Bug fixes
- client: fix
ImagePullResponse.Wait,ImagePushResponse.Waitnot returning an error if pull/push errors happend during the pull operation. moby/moby#52305Other
- daemon, client: diskUsage: explicitly exclude "-1" for containers. moby/moby#52309
- go.mod: add back replace rules. moby/moby#52325
- vendor: github.com/docker/go-connections v0.7.0. moby/moby#51311
- vendor: github.com/moby/moby/api v1.54.2. moby/moby#52416
Changelog
Sourced from github.com/moby/moby/client's changelog.
0.4.1 (2013-06-17)
- Remote Api: Add flag to enable cross domain requests
- Remote Api/Client: Add images and containers sizes in docker ps and docker images
- Runtime: Configure dns configuration host-wide with 'docker -d -dns'
- Runtime: Detect faulty DNS configuration and replace it with a public default
- Runtime: allow docker run :
- Runtime: you can now specify public port (ex: -p 80:4500)
- Client: allow multiple params in inspect
- Client: Print the container id before the hijack in
docker run- Registry: add regexp check on repo's name
- Registry: Move auth to the client
- Runtime: improved image removal to garbage-collect unreferenced parents
- Vagrantfile: Add the rest api port to vagrantfile's port_forward
- Upgrade to Go 1.1
- Builder: don't ignore last line in Dockerfile when it doesn't end with \n
- Registry: Remove login check on pull
Commits
- 7b6f507 Merge pull request #912 from dotcloud/bump_0.4.1
- 6e2c32e Merge pull request #911 from dotcloud/add_port_redirection_doc
- 22b0a38 Merge pull request #897 from dotcloud/fix-overlapping-add
- cb58e63 Typo
- 8626598 Added content to port redirect doc
- 3623134 add port redirection doc
- e8f001d Bumped version to 0.4.1
- 389db5f Merge pull request #887 from dotcloud/761-packaging-dockerbuilder
- 6746c38 FIXMEs
- 30f6045 Merge pull request #895 from dotcloud/build-fixes
- Additional commits viewable in compare view
Updates k8s.io/client-go from 0.35.3 to 0.36.0
Commits
- 1d95f02 Update dependencies to v0.36.0 tag
- f22a53e Merge remote-tracking branch 'origin/master' into release-1.36
- a948641 Update github.com/moby/spdystream from v0.5.0 to v0.5.1
- 7e44ffc Add Workload-Aware Preemption fields to Workload and PodGroup APIs
- df2d882 Merge pull request #136989 from nojnhuh/podgroup-resourceclaim
- 4eece52 Workload API: PodGroup ResourceClaims (KEP-5729)
- 3d35c51 Merge pull request #137190 from everpeace/KEP-5491-alpha
- 0434117 Merge pull request #137028 from nmn3m/feature/dra-resource-pool-status
- ba785be Drop CSR analogy, mark ObjectMeta +required,reduce limits (maxItems=500, maxL...
- 4a9c878 Add ResourcePoolStatusRequest API types and generated code
- Additional commits viewable in compare view
Updates k8s.io/api from 0.35.3 to 0.36.0
Commits
- 545bb97 Update dependencies to v0.36.0 tag
- 879d396 Merge remote-tracking branch 'origin/master' into release-1.36
- 030d81f Update github.com/moby/spdystream from v0.5.0 to v0.5.1
- aef6eb6 Add granular authorization for DRA ResourceClaim status updates
- 91061ea Merge pull request #136589 from tosi3k/preemption-mode
- e6b81e2 Add Workload-Aware Preemption fields to Workload and PodGroup APIs
- f8fce2e Merge pull request #136989 from nojnhuh/podgroup-resourceclaim
- b928f5e Workload API: PodGroup ResourceClaims (KEP-5729)
- 61bd78e Merge pull request #137190 from everpeace/KEP-5491-alpha
- 6bf46eb Merge pull request #137028 from nmn3m/feature/dra-resource-pool-status
- Additional commits viewable in compare view
Updates k8s.io/client-go from 0.35.3 to 0.36.0
Commits
- 1d95f02 Update dependencies to v0.36.0 tag
- f22a53e Merge remote-tracking branch 'origin/master' into release-1.36
- a948641 Update github.com/moby/spdystream from v0.5.0 to v0.5.1
- 7e44ffc Add Workload-Aware Preemption fields to Workload and PodGroup APIs
- df2d882 Merge pull request #136989 from nojnhuh/podgroup-resourceclaim
- 4eece52 Workload API: PodGroup ResourceClaims (KEP-5729)
- 3d35c51 Merge pull request #137190 from everpeace/KEP-5491-alpha
- 0434117 Merge pull request #137028 from nmn3m/feature/dra-resource-pool-status
- ba785be Drop CSR analogy, mark ObjectMeta +required,reduce limits (maxItems=500, maxL...
- 4a9c878 Add ResourcePoolStatusRequest API types and generated code
- Additional commits viewable in compare view
Updates k8s.io/client-go from 0.35.3 to 0.36.0
Commits
- 1d95f02 Update dependencies to v0.36.0 tag
- f22a53e Merge remote-tracking branch 'origin/master' into release-1.36
- a948641 Update github.com/moby/spdystream from v0.5.0 to v0.5.1
- 7e44ffc Add Workload-Aware Preemption fields to Workload and PodGroup APIs
- df2d882 Merge pull request #136989 from nojnhuh/podgroup-resourceclaim
- 4eece52 Workload API: PodGroup ResourceClaims (KEP-5729)
- 3d35c51 Merge pull request #137190 from everpeace/KEP-5491-alpha
- 0434117 Merge pull request #137028 from nmn3m/feature/dra-resource-pool-status
- ba785be Drop CSR analogy, mark ObjectMeta +required,reduce limits (maxItems=500, maxL...
- 4a9c878 Add ResourcePoolStatusRequest API types and generated code
- Additional commits viewable in compare view
Updates k8s.io/api from 0.35.3 to 0.36.0
Commits
- 545bb97 Update dependencies to v0.36.0 tag
- 879d396 Merge remote-tracking branch 'origin/master' into release-1.36
- 030d81f Update github.com/moby/spdystream from v0.5.0 to v0.5.1
- aef6eb6 Add granular authorization for DRA ResourceClaim status updates
- 91061ea Merge pull request #136589 from tosi3k/preemption-mode
- e6b81e2 Add Workload-Aware Preemption fields to Workload and PodGroup APIs
- f8fce2e Merge pull request #136989 from nojnhuh/podgroup-resourceclaim
- b928f5e Workload API: PodGroup ResourceClaims (KEP-5729)
- 61bd78e Merge pull request #137190 from everpeace/KEP-5491-alpha
- 6bf46eb Merge pull request #137028 from nmn3m/feature/dra-resource-pool-status
- Additional commits viewable in compare view
Updates k8s.io/apimachinery from 0.35.3 to 0.36.0
Commits
- debe1eb Update dependencies to v0.36.0 tag
- efb7f26 Merge remote-tracking branch 'origin/master' into release-1.36
- d966e56 Update github.com/moby/spdystream from v0.5.0 to v0.5.1
- 79b3632 Merge pull request #137864 from yongruilin/dv-dra-mismatch
- a8822f7 Add slice and map union member support with tests
- 7dba2d0 Use IsZero instead of IsNil for union ratcheting check
- d95710f Fix union validation ratcheting when oldObj is nil
- 729062d Merge pull request #137849 from bryantbiggs/deps/update-kube-openapi
- 13b12e6 dependencies: bump kube-openapi to drop ginkgo/gomega indirect deps
- 27f4670 Merge pull request #136657 from Jefftree/sharding-test
- Additional commits viewable in compare view
Updates k8s.io/client-go from 0.35.3 to 0.36.0
Commits
- 1d95f02 Update dependencies to v0.36.0 tag
- f22a53e Merge remote-tracking branch 'origin/master' into release-1.36
- a948641 Update github.com/moby/spdystream from v0.5.0 to v0.5.1
- 7e44ffc Add Workload-Aware Preemption fields to Workload and PodGroup APIs
- df2d882 Merge pull request #136989 from nojnhuh/podgroup-resourceclaim
- 4eece52 Workload API: PodGroup ResourceClaims (KEP-5729)
- 3d35c51 Merge pull request #137190 from everpeace/KEP-5491-alpha
- 0434117 Merge pull request #137028 from nmn3m/feature/dra-resource-pool-status
- ba785be Drop CSR analogy, mark ObjectMeta +required,reduce limits (maxItems=500, maxL...
- 4a9c878 Add ResourcePoolStatusRequest API types and generated code
- Additional commits viewable in compare view