-
Notifications
You must be signed in to change notification settings - Fork 0
Bump github.com/docker/docker from 28.2.2+incompatible to 28.4.0+incompatible #25
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
Merged
dependabot
merged 1 commit into
main
from
dependabot/go_modules/github.com/docker/docker-28.4.0incompatible
Sep 27, 2025
Merged
Bump github.com/docker/docker from 28.2.2+incompatible to 28.4.0+incompatible #25
dependabot
merged 1 commit into
main
from
dependabot/go_modules/github.com/docker/docker-28.4.0incompatible
Sep 27, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
|
@dependabot squash and merge
…On Mon, Sep 8, 2025 at 10:46 AM dependabot[bot] ***@***.***> wrote:
Bumps github.com/docker/docker from 28.2.2+incompatible to
28.4.0+incompatible.
Release notes
*Sourced from github.com/docker/docker's releases
<https://github.com/docker/docker/releases>.*
v28.4.0 28.4.0
For a full list of pull requests and changes in this release, refer to the
relevant GitHub milestones:
- docker/cli, 28.4.0 milestone
<https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A28.4.0>
- moby/moby, 28.4.0 milestone
<https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.4.0>
- Deprecated and removed features, see Deprecated Features
<https://github.com/docker/cli/blob/v28.4.0/docs/deprecated.md>.
- Changes to the Engine API, see API version history
<https://github.com/moby/moby/blob/v28.4.0/docs/api/version-history.md>
.
New
- Allow Docker CLI to set the GODEBUG environment variable when the
key-value pair ("GODEBUG":"...") exists inside the docker context
metadata. docker/cli#6399
<https://redirect.github.com/docker/cli/pull/6399>
Bug fixes and enhancements
- Add shell completion for docker pull and docker image pull.
docker/cli#6420 <https://redirect.github.com/docker/cli/pull/6420>
- Fix a regression in v28.3.3 that could cause a panic on docker push
if the client did not send an X-Registry-Auth header. moby/moby#50738
<https://redirect.github.com/moby/moby/pull/50738>
- Windows: Potentially fix an issue with "access denied" error when
pulling images. moby/moby#50871
<https://redirect.github.com/moby/moby/pull/50871>
- containerd image store: Fix docker history failing with snapshot X
does not exist when calling on a non-native image that was built
locally. moby/moby#50875
<https://redirect.github.com/moby/moby/pull/50875>
- containerd image store: Fix docker image prune to emit correct untag
and delete events and list only the deleted images root digests
instead of every blob. moby/moby#50837
<https://redirect.github.com/moby/moby/pull/50837>
- Remove interactive login prompt from docker push and docker pull
after a failure caused by missing authentication. docker/cli#6256
<https://redirect.github.com/docker/cli/pull/6256>
Packaging updates
- Update BuildKit to v0.24.0
<https://github.com/moby/buildkit/releases/tag/v0.24.0>. moby#50888
<https://redirect.github.com/moby/moby/pull/50888>
- Update Go runtime to 1.24.7
<https://go.dev/doc/devel/release#go1.24.6>. moby/moby#50889
<https://redirect.github.com/moby/moby/pull/50889>, docker/cli#6422
<https://redirect.github.com/docker/cli/pull/6422>
- Update runc to v1.3.0
<https://github.com/opencontainers/runc/releases/tag/v1.3.0>.
moby/moby#50699 <https://redirect.github.com/moby/moby/pull/50699>
- Update containerd (static binaries only) to v1.7.28
<https://github.com/containerd/containerd/releases/tag/v1.7.28>.
moby/moby#50700 <https://redirect.github.com/moby/moby/pull/50700>
Networking
- Fix an issue that could cause slow container restart on
live-restore. moby/moby#50829
<https://redirect.github.com/moby/moby/pull/50829>
API
- Update deprecation message for AuthConfig.Email field.
moby/moby#50797 <https://redirect.github.com/moby/moby/pull/50797>
Go SDK
- Deprecate profiles package which got migrated to
github.com/moby/profiles. moby/moby#50513
<https://redirect.github.com/moby/moby/pull/50513>
Deprecations
- Deprecate special handling for quoted values for the --tlscacert,
--tlscert, and --tlskey command-line flags. docker/cli#6291
<https://redirect.github.com/docker/cli/pull/6291>
- Mark legacy links env vars (
DOCKER_KEEP_DEPRECATED_LEGACY_LINKS_ENV_VARS) as deprecated in v28.4
and set for removal in v30.0. docker/cli#6309
<https://redirect.github.com/docker/cli/pull/6309>
- Go-SDK: Deprecate field NetworkSettingsBase.Bridge, struct
NetworkSettingsBase, all the fields of DefaultNetworkSettings, and
struct DefaultNetworkSettings. moby/moby#50839
<https://redirect.github.com/moby/moby/pull/50839>
- Go-SDK: api/types: build.CacheDiskUsage, container.DiskUsage,
images.DiskUsage and volumes.DiskUsage are now deprecated and will be
removed in the next major release. moby/moby#50768
<https://redirect.github.com/moby/moby/pull/50768>
- Go-SDK: cli-plugins/manager: deprecate ReexecEnvvar. docker/cli#6411
<https://redirect.github.com/docker/cli/pull/6411>
- Go-SDK: cli-plugins/manager: deprecate annotation aliases (
CommandAnnotationPlugin, CommandAnnotationPluginVendor,
CommandAnnotationPluginVersion, CommandAnnotationPluginInvalid,
CommandAnnotationPluginCommandPath) in favor of their equivalent in
cli-plugins/manager/metadata. docker/cli#6298
<https://redirect.github.com/docker/cli/pull/6298>
... (truncated)
Commits
- 249d679
<moby/moby@249d679>
Merge pull request #50890
<https://redirect.github.com/docker/docker/issues/50890> from
vvoland/50889-28.x
- d664cfe
<moby/moby@d664cfe>
update to go1.24.7
- b384cd2
<moby/moby@b384cd2>
Merge pull request #50888
<https://redirect.github.com/docker/docker/issues/50888> from
vvoland/50885-28.x
- c1ce88e
<moby/moby@c1ce88e>
vendor: update buildkit to v0.24.0
- 4a34e8e
<moby/moby@4a34e8e>
Merge pull request #50875
<https://redirect.github.com/docker/docker/issues/50875> from
vvoland/50867-28.x
- cfa70d0
<moby/moby@cfa70d0>
gha/arm64: Setup qemu
- d70382e
<moby/moby@d70382e>
integration/internal: Print Buildkit logs
- 687b206
<moby/moby@687b206>
c8d/history: Fix non-native platforms
- e4224f8
<moby/moby@e4224f8>
integration/internal: Handle Buildkit in GetImageIDFromBody
- 5d5332b
<moby/moby@5d5332b>
Merge pull request #50871
<https://redirect.github.com/docker/docker/issues/50871> from
vvoland/50870-28.x
- Additional commits viewable in compare view
<moby/moby@v28.2.2...v28.4.0>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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 merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @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)
------------------------------
You can view, comment on, or merge this pull request online at:
#25
Commit Summary
- ae926f8
<ae926f8>
Bump github.com/docker/docker
File Changes
(2 files <https://github.com/jtgasper3/swarm-visualizer/pull/25/files>)
- *M* go.mod
<https://github.com/jtgasper3/swarm-visualizer/pull/25/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6>
(3)
- *M* go.sum
<https://github.com/jtgasper3/swarm-visualizer/pull/25/files#diff-3295df7234525439d778f1b282d146a4f1ff6b415248aaac074e8042d9f42d63>
(35)
Patch Links:
- https://github.com/jtgasper3/swarm-visualizer/pull/25.patch
- https://github.com/jtgasper3/swarm-visualizer/pull/25.diff
—
Reply to this email directly, view it on GitHub
<#25>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHZULFQS2WSCFUHA2TBJ4D3RW6GFAVCNFSM6AAAAACF6GFTDWVHI2DSMVQWIX3LMV43ASLTON2WKOZTGM4TKMBZGAZTIMI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 28.2.2+incompatible to 28.4.0+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v28.2.2...v28.4.0) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-version: 28.4.0+incompatible dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
ae926f8 to
2b6aa01
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps github.com/docker/docker from 28.2.2+incompatible to 28.4.0+incompatible.
Release notes
Sourced from github.com/docker/docker's releases.
... (truncated)
Commits
249d679Merge pull request #50890 from vvoland/50889-28.xd664cfeupdate to go1.24.7b384cd2Merge pull request #50888 from vvoland/50885-28.xc1ce88evendor: update buildkit to v0.24.04a34e8eMerge pull request #50875 from vvoland/50867-28.xcfa70d0gha/arm64: Setup qemud70382eintegration/internal: Print Buildkit logs687b206c8d/history: Fix non-native platformse4224f8integration/internal: Handle Buildkit in GetImageIDFromBody5d5332bMerge pull request #50871 from vvoland/50870-28.xDependabot 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @jtgasper3.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)