Skip to content

build(deps): bump github.com/moby/moby/client from 0.2.2 to 0.3.0#13621

Merged
ndeloof merged 1 commit intomainfrom
dependabot/go_modules/github.com/moby/moby/client-0.3.0
Mar 12, 2026
Merged

build(deps): bump github.com/moby/moby/client from 0.2.2 to 0.3.0#13621
ndeloof merged 1 commit intomainfrom
dependabot/go_modules/github.com/moby/moby/client-0.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps 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

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 6, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 6, 2026 09:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 6, 2026
@dependabot dependabot bot requested review from glours and ndeloof March 6, 2026 09:03
ndeloof
ndeloof previously approved these changes Mar 6, 2026
@ndeloof ndeloof enabled auto-merge (rebase) March 6, 2026 09:04
@ndeloof ndeloof disabled auto-merge March 6, 2026 09:04
@ndeloof ndeloof enabled auto-merge (rebase) March 6, 2026 09:06
Bumps [github.com/moby/moby/client](https://github.com/moby/moby) 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)

---
updated-dependencies:
- dependency-name: github.com/moby/moby/client
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot dismissed ndeloof’s stale review March 6, 2026 09:16

The merge-base changed after approval.

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/moby/moby/client-0.3.0 branch from 79806b7 to 214d625 Compare March 6, 2026 09:16
@ndeloof ndeloof merged commit e8c2143 into main Mar 12, 2026
40 checks passed
@ndeloof ndeloof deleted the dependabot/go_modules/github.com/moby/moby/client-0.3.0 branch March 12, 2026 13:06
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Mar 25, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker/compose](https://github.com/docker/compose) | patch | `v5.1.0` → `v5.1.1` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>docker/compose (docker/compose)</summary>

### [`v5.1.1`](https://github.com/docker/compose/releases/tag/v5.1.1)

[Compare Source](docker/compose@v5.1.0...v5.1.1)

#### What's Changed

##### 🐛 Fixes

- Only pass ConsoleSize to ExecAttach when TTY is enabled by [@&#8203;mikesir87](https://github.com/mikesir87) in [#&#8203;13616](docker/compose#13616)
- Fix deadlock in ttyWriter.Done() by [@&#8203;maks2134](https://github.com/maks2134) in [#&#8203;13640](docker/compose#13640)

##### ⚙️ Dependencies

- update to go1.25.8 by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13622](docker/compose#13622)
- bump github.com/moby/moby/api from 1.53.0 to 1.54.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13619](docker/compose#13619)
- bump golang.org/x/sys from 0.41.0 to 0.42.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13626](docker/compose#13626)
- bump github.com/containerd/containerd/v2 from 2.2.1 to 2.2.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13631](docker/compose#13631)
- bump golang.org/x/sync from 0.19.0 to 0.20.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13627](docker/compose#13627)
- bump github.com/moby/moby/client from 0.2.2 to 0.3.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13621](docker/compose#13621)

#### New Contributors

- [@&#8203;maks2134](https://github.com/maks2134) made their first contribution in [#&#8203;13640](docker/compose#13640)

**Full Changelog**: <docker/compose@v5.1.0...v5.1.1>

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44Ny4xIiwidXBkYXRlZEluVmVyIjoiNDMuODcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6OnBhdGNoIl19-->
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant