-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump github.com/docker/docker from 28.0.1+incompatible to 28.0.2+incompatible #12
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/go_modules/github.com/docker/docker-28.0.2incompatible
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bump github.com/docker/docker from 28.0.1+incompatible to 28.0.2+incompatible #12
dependabot
wants to merge
1
commit into
main
from
dependabot/go_modules/github.com/docker/docker-28.0.2incompatible
Conversation
This file contains 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
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 28.0.1+incompatible to 28.0.2+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v28.0.1...v28.0.2) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
@dependabot squash and merge
…On Mon, Mar 24, 2025 at 11:00 AM dependabot[bot] ***@***.***> wrote:
Bumps github.com/docker/docker from 28.0.1+incompatible to
28.0.2+incompatible.
Release notes
*Sourced from github.com/docker/docker's releases
<https://github.com/docker/docker/releases>.*
v28.0.2 28.0.2
For a full list of pull requests and changes in this release, refer to the
relevant GitHub milestones:
- docker/cli, 28.0.2 milestone
<https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A28.0.2>
- moby/moby, 28.0.2 milestone
<https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.0.2>
Bug fixes and enhancements
- Fix CLI-specific attributes (docker.cli.*) being unintentionally
passed to downstream OTel services. docker/cli#5842
<https://redirect.github.com/docker/cli/pull/5842>
- Fix an issue where user-specified OTEL_RESOURCE_ATTRIBUTES were
being overridden by CLI's internal telemetry attributes. The CLI now
properly merges user-specified attributes with internal ones, allowing both
to coexist. docker/cli#5842
<https://redirect.github.com/docker/cli/pull/5842>
- Fix daemon failing to start on Windows when a container created
before v28.0.0 was present. moby/moby#49626
<https://redirect.github.com/moby/moby/pull/49626>
- Fix possible error on docker buildx prune with the --min-free-space.
moby/moby#49623 <https://redirect.github.com/moby/moby/pull/49623>
- Fix spurious io: read/write on closed pipe error in the daemon log
when closing container. moby/moby#49590
<https://redirect.github.com/moby/moby/pull/49590>
- Fix the Docker daemon failing too early if the containerd socket
isn't immediately available. moby/moby#49603
<https://redirect.github.com/moby/moby/pull/49603>
- Mask Linux thermal interrupt info in a container's /proc and /sys by
default. moby/moby#49560
<https://redirect.github.com/moby/moby/pull/49560>
- Update contrib/check-config.sh to check for more kernel modules
related to iptables. moby/moby#49622
<https://redirect.github.com/moby/moby/pull/49622>
- containerd image store: Fix integer overflow in User ID handling
passed via --user. moby/moby#49652
<https://redirect.github.com/moby/moby/pull/49652>
- containerd image store: Fix spurious reference for unknown type:
application/vnd.in-toto+json warning being logged to the daemon's log.
moby/moby#49652 <https://redirect.github.com/moby/moby/pull/49652>
- containerd image store: Improve performance of docker ps when
running large number of containers. moby/moby#49365
<https://redirect.github.com/moby/moby/pull/49365>
Packaging updates
- Update BuildKit to v0.20.1
<https://github.com/moby/buildkit/releases/tag/v0.20.1>.
moby/moby#49587 <https://redirect.github.com/moby/moby/pull/49587>
- Update Buildx to v0.22.0
<https://github.com/docker/buildx/releases/tag/v0.22.0>.
docker/docker-ce-packaging#1175
<https://redirect.github.com/docker/docker-ce-packaging/pull/1175>
- Update Compose to v2.34.0
<https://github.com/docker/compose/releases/tag/v2.34.0>.
docker/docker-ce-packaging#1172
<https://redirect.github.com/docker/docker-ce-packaging/pull/1172>
- Update Go runtime to 1.23.7
<https://go.dev/doc/devel/release#go1.23.7>. docker/cli#5890
<https://redirect.github.com/docker/cli/pull/5890>,
docker/docker-ce-packaging#1171
<https://redirect.github.com/docker/docker-ce-packaging/pull/1171>,
moby/moby#49580 <https://redirect.github.com/moby/moby/pull/49580>
- Update RootlessKit to v2.3.4
<https://github.com/rootless-containers/rootlesskit/releases/tag/v2.3.4>.
moby/moby#49614 <https://redirect.github.com/moby/moby/pull/49614>
- Update containerd (static binaries only) to v1.7.27
<https://www.github.com/containerd/containerd/releases/tag/v1.7.27>.
moby/moby#49656 <https://redirect.github.com/moby/moby/pull/49656>
Networking
- Add environment variable DOCKER_INSECURE_NO_IPTABLES_RAW=1 to allow
Docker to run on systems where the Linux kernel can't provide
CONFIG_IP_NF_RAW support. When enabled, Docker will not create rules
in the iptables raw table. Warning: This is not recommended for
production environments as it reduces security by allowing other hosts on
the local network to route to ports published to host addresses, even when
they are published to 127.0.0.1. This option bypasses some of the
security hardening introduced in Docker Engine 28.0.0. moby/moby#49621
<https://redirect.github.com/moby/moby/pull/49621>
- Allow container startup when an endpoint is attached to a macvlan
network where the parent interface is down. moby/moby#49630
<https://redirect.github.com/moby/moby/pull/49630>
- Do not skip DNAT for packets originating in a gateway_mode=routed
network. moby/moby#49577
<https://redirect.github.com/moby/moby/pull/49577>
- Fix a bug causing docker ps to inconsistently report dual-stack port
mappings. moby/moby#49657
<https://redirect.github.com/moby/moby/pull/49657>
- Fix a bug that could cause docker-proxy to stop forwarding UDP
datagrams to containers. moby/moby#49649
<https://redirect.github.com/moby/moby/pull/49649>
- Fix a bug that was causing docker-proxy to close UDP connections to
containers eagerly and resulting in the source address to change
needlessly. moby/moby#49649
<https://redirect.github.com/moby/moby/pull/49649>
Go SDK
- Move various types and consts from cli-plugins/manager to a separate
package. docker/cli#5902
<https://redirect.github.com/docker/cli/pull/5902>
- Update minimum required Go version to go1.23. moby/moby#49541
<https://redirect.github.com/moby/moby/pull/49541>
- cli/command: Move PrettyPrint utility to cli/command/formatter.
docker/cli#5916 <https://redirect.github.com/docker/cli/pull/5916>
- runconfig/errors: split ErrConflictHostNetwork into
ErrConflictConnectToHostNetwork and
ErrConflictDisconnectFromHostNetwork. moby/moby#49605
<https://redirect.github.com/moby/moby/pull/49605>
Deprecations
- Go-SDK: Deprecate cli-plugins/manager.ResourceAttributesEnvvar
constant. It was used internally, but holds the
OTEL_RESOURCE_ATTRIBUTES name, which is part of the OpenTelemetry
specification. Users of this constant should define their own. It will be
removed in the next release. docker/cli#5881
<https://redirect.github.com/docker/cli/pull/5881>
... (truncated)
Commits
- bea4de2
<moby/moby@bea4de2>
Merge pull request #49656
<https://redirect.github.com/docker/docker/issues/49656> from
austinvazquez/bump-container-1.7.27-binary
- 97ee08e
<moby/moby@97ee08e>
Merge pull request #49657
<https://redirect.github.com/docker/docker/issues/49657> from
akerouanton/fix-missing-port-mappings
- f2a183a
<moby/moby@f2a183a>
daemon: return port-mappings from all endpoints
- 6b3b479
<moby/moby@6b3b479>
daemon: getEndpointPortMapInfo: err is never used
- 35766af
<moby/moby@35766af>
Dockerfile: update containerd binary to v1.7.27
- b2363f0
<moby/moby@b2363f0>
Merge pull request #49602
<https://redirect.github.com/docker/docker/issues/49602> from
thaJeztah/remove_layerstore_experimental
- c9a763e
<moby/moby@c9a763e>
daemon: remove redundant call to getEndpointPortMapInfo
- 2043aa9
<moby/moby@2043aa9>
Merge pull request #49652
<https://redirect.github.com/docker/docker/issues/49652> from
vvoland/vendor-containerd
- 7cdd1b5
<moby/moby@7cdd1b5>
Merge pull request #49649
<https://redirect.github.com/docker/docker/issues/49649> from
akerouanton/proxy-concurrent-write-close
- fb3cce1
<moby/moby@fb3cce1>
vendor: github.com/containerd/containerd/v2 v2.0.4
- Additional commits viewable in compare view
<moby/moby@v28.0.1...v28.0.2>
[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:
#12
Commit Summary
- fc206e9
<fc206e9>
Bump github.com/docker/docker
File Changes
(2 files <https://github.com/jtgasper3/swarm-visualizer/pull/12/files>)
- *M* go.mod
<https://github.com/jtgasper3/swarm-visualizer/pull/12/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6>
(2)
- *M* go.sum
<https://github.com/jtgasper3/swarm-visualizer/pull/12/files#diff-3295df7234525439d778f1b282d146a4f1ff6b415248aaac074e8042d9f42d63>
(4)
Patch Links:
- https://github.com/jtgasper3/swarm-visualizer/pull/12.patch
- https://github.com/jtgasper3/swarm-visualizer/pull/12.diff
—
Reply to this email directly, view it on GitHub
<#12>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHZULE2K25L4OWNYPNFF3L2WBB23AVCNFSM6AAAAABZVSQOCKVHI2DSMVQWIX3LMV43ASLTON2WKOZSHE2DIMBVG44TAOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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.0.1+incompatible to 28.0.2+incompatible.
Release notes
Sourced from github.com/docker/docker's releases.
... (truncated)
Commits
bea4de2
Merge pull request #49656 from austinvazquez/bump-container-1.7.27-binary97ee08e
Merge pull request #49657 from akerouanton/fix-missing-port-mappingsf2a183a
daemon: return port-mappings from all endpoints6b3b479
daemon: getEndpointPortMapInfo: err is never used35766af
Dockerfile: update containerd binary to v1.7.27b2363f0
Merge pull request #49602 from thaJeztah/remove_layerstore_experimentalc9a763e
daemon: remove redundant call to getEndpointPortMapInfo2043aa9
Merge pull request #49652 from vvoland/vendor-containerd7cdd1b5
Merge pull request #49649 from akerouanton/proxy-concurrent-write-closefb3cce1
vendor: github.com/containerd/containerd/v2 v2.0.4Dependabot 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 CI passes on it, as requested by @jtgasper3.
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)