Skip to content

Bump the go-dependencies group with 5 updates#212

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/go_modules/go-dependencies-212889e750
Open

Bump the go-dependencies group with 5 updates#212
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/go_modules/go-dependencies-212889e750

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 8, 2026

Bumps the go-dependencies group with 5 updates:

Package From To
github.com/cnabio/cnab-go 0.26.1 0.26.2
github.com/docker/cli 29.2.1+incompatible 29.3.0+incompatible
github.com/moby/moby/api 1.53.0 1.54.0
github.com/moby/moby/client 0.2.2 0.3.0
golang.org/x/sync 0.19.0 0.20.0

Updates github.com/cnabio/cnab-go from 0.26.1 to 0.26.2

Release notes

Sourced from github.com/cnabio/cnab-go's releases.

v0.26.2

What's Changed

Full Changelog: cnabio/cnab-go@v0.26.1...v0.26.2

Commits
  • f3e0de8 Merge pull request #394 from dgannon991/chore/remove-docker-docker
  • e8849de Removed final docker/docker reference
  • 78d6be0 Merge pull request #393 from cnabio/dependabot/go_modules/go.opentelemetry.io...
  • 5bacdd9 Bump go.opentelemetry.io/otel/sdk from 1.36.0 to 1.40.0
  • 9a3cf3b Merge pull request #392 from cnabio/dependabot/go_modules/go-dependencies-2ac...
  • 8ccdccf Bump the go-dependencies group with 3 updates
  • 7d3fc32 Merge pull request #391 from cnabio/dependabot/go_modules/go-dependencies-1e2...
  • 6850266 Bump the go-dependencies group with 3 updates
  • 9e895a9 Merge pull request #390 from cnabio/dependabot/go_modules/go-dependencies-81a...
  • 089d68d Bump github.com/docker/cli in the go-dependencies group
  • Additional commits viewable in compare view

Updates github.com/docker/cli from 29.2.1+incompatible to 29.3.0+incompatible

Commits
  • 5927d80 Merge pull request #6844 from vvoland/update-docker
  • 206fc8c vendor: github.com/moby/moby/client v0.3.0
  • 874a8df vendor: github.com/moby/moby/api v1.54.0
  • 964a6d2 Merge pull request #6792 from vvoland/bind-create
  • 210147d Merge pull request #6843 from docker/dependabot/github_actions/docker/setup-b...
  • 847f547 Merge pull request #6842 from docker/dependabot/github_actions/docker/login-a...
  • 668b367 build(deps): bump docker/setup-buildx-action from 3 to 4
  • 30a2ace build(deps): bump docker/login-action from 3 to 4
  • 32aa575 docs/service: Document bind-create-src
  • c747cff container/opts: Add bind-create-src mount option
  • Additional commits viewable in compare view

Updates github.com/moby/moby/api from 1.53.0 to 1.54.0

Release notes

Sourced from github.com/moby/moby/api's releases.

api/v1.54.0

1.54.0

New

  • GET /images/json now supports an identity query parameter. When set, the response includes manifest summaries and may include an Identity field for each manifest with trusted identity and origin information. moby/moby#52030

Bug fixes and enhancements

  • api/types/swarm: PortConfig: add Compare method. moby/moby#52047
  • api: swagger: document "platform" param for GET /image/{name}/json. moby/moby#52082
  • Fix swagger/OpenAPI return value specification for /system/df endpoint. moby/moby#52124
  • Add a MediaType pseudo-type to help discoverability of available mediatypes. moby/moby#52089
  • api/types/jsonstream: Add sanity-check for Message marshaling. moby/moby#52059
  • api/types/jsonstream: Prevent panic on nil-Error. moby/moby#52059
Commits
  • 7f1a670 Merge pull request #52140 from vvoland/drop-replace
  • 4569055 Drop replace rules
  • 37cc25c Merge pull request #52040 from vvoland/network-connect-macaddres
  • 2fa6029 network/connect: Support MacAddress
  • c0625f2 Merge pull request #52124 from chemodax/patch-1
  • 4c19a01 Merge pull request #52048 from shiv-tyagi/vendor-detection
  • 018cdea Merge pull request #52119 from ricardobranco777/saveload
  • 6d771cc Merge pull request #52137 from vvoland/label-notesting
  • 71c4815 gha/labeler: Remove *_test.go from area/testing label
  • 13a8626 daemon/devices: Turn RegisterGPUDeviceDrivers into func
  • Additional commits viewable in compare view

Updates github.com/moby/moby/client from 0.2.2 to 0.3.0

Release notes

Sourced from github.com/moby/moby/client's releases.

client/v0.3.0

0.3.0

New

  • client: ImageListOptions now supports Identity field. When set, the response includes manifest summaries and may include an Identity field for each manifest with trusted identity and origin information. moby/moby#52030

Bug fixes and enhancements

  • Lower minimum API version from v1.44. to v1.40 (Docker 19.03). moby/moby#52067
  • client/pkg/jsonmessage.DisplayJSONMessages now accepts an iter.Seq2[jsonstream.Message, error] instead of only a JSONMessagesStream,. moby/moby#52062
Changelog

Sourced from github.com/moby/moby/client's changelog.

0.3.0 (2013-05-06)

  • Registry: Implement the new registry
  • Documentation: new example: sharing data between 2 couchdb databases
  • Runtime: Fix the command existance check
  • Runtime: strings.Split may return an empty string on no match
  • Runtime: Fix an index out of range crash if cgroup memory is not
  • Documentation: Various improvments
  • Vagrant: Use only one deb line in /etc/apt
Commits
  • 4f202cd Bumped version to 0.3.0
  • da01dd3 Merge remote-tracking branch 'origin/registry-update'
  • 09f1cba Fixed imports
  • c9994ed Moved the Debugf message in a registry to a more useful place
  • b0e076f Add output to checksums, code cleaning
  • 00266df Fixed public pull + Added some verbosity about what is happening
  • 3febeb9 Added help message to invite to login when getting a 401
  • bcdf030 Fixed pulling repositories from library
  • a372f98 Switching to prod index server
  • d985050 gofmt pass
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.19.0 to 0.20.0

Commits
  • ec11c4a errgroup: fix a typo in the documentation
  • 1a58307 all: modernize interface{} -> any
  • 3172ca5 all: upgrade go directive to at least 1.25.0 [generated]
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/cnabio/cnab-go](https://github.com/cnabio/cnab-go) | `0.26.1` | `0.26.2` |
| [github.com/docker/cli](https://github.com/docker/cli) | `29.2.1+incompatible` | `29.3.0+incompatible` |
| [github.com/moby/moby/api](https://github.com/moby/moby) | `1.53.0` | `1.54.0` |
| [github.com/moby/moby/client](https://github.com/moby/moby) | `0.2.2` | `0.3.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.19.0` | `0.20.0` |


Updates `github.com/cnabio/cnab-go` from 0.26.1 to 0.26.2
- [Release notes](https://github.com/cnabio/cnab-go/releases)
- [Commits](cnabio/cnab-go@v0.26.1...v0.26.2)

Updates `github.com/docker/cli` from 29.2.1+incompatible to 29.3.0+incompatible
- [Commits](docker/cli@v29.2.1...v29.3.0)

Updates `github.com/moby/moby/api` from 1.53.0 to 1.54.0
- [Release notes](https://github.com/moby/moby/releases)
- [Commits](moby/moby@api/v1.53.0...api/v1.54.0)

Updates `github.com/moby/moby/client` from 0.2.2 to 0.3.0
- [Release notes](https://github.com/moby/moby/releases)
- [Changelog](https://github.com/moby/moby/blob/v0.3.0/CHANGELOG.md)
- [Commits](moby/moby@v0.2.2...v0.3.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](golang/sync@v0.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: github.com/cnabio/cnab-go
  dependency-version: 0.26.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/docker/cli
  dependency-version: 29.3.0+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/moby/moby/api
  dependency-version: 1.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/moby/moby/client
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/sync
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: David Gannon <19214156+dgannon991@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant