-
Notifications
You must be signed in to change notification settings - Fork 39
Bump github.com/docker/docker from 28.1.1+incompatible to 28.2.2+incompatible in the gomod-updates group #861
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
Conversation
Bumps the gomod-updates group with 1 update: [github.com/docker/docker](https://github.com/docker/docker). Updates `github.com/docker/docker` from 28.1.1+incompatible to 28.2.2+incompatible - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v28.1.1...v28.2.2) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-version: 28.2.2+incompatible dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-updates ... Signed-off-by: dependabot[bot] <support@github.com>
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Bump github.com/docker/docker from 28.1.1+incompatible to 28.2.2+incompatible in the gomod-updates groupUpdates the Docker dependency from v28.1.1+incompatible to v28.2.2+incompatible in go.mod and adds two new indirect dependencies: 📍Where to StartStart by reviewing the dependency changes in go.mod to understand the version upgrade and new indirect dependencies. Macroscope summarized 086d3f4. |
…mpatible in the gomod-updates group (#861) Bumps the gomod-updates group with 1 update: [github.com/docker/docker](https://github.com/docker/docker). Updates `github.com/docker/docker` from 28.1.1+incompatible to 28.2.2+incompatible <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/docker/releases">github.com/docker/docker's releases</a>.</em></p> <blockquote> <h2>28.2.2</h2> <p>For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:</p> <ul> <li><a href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A28.2.2">docker/cli, 28.2.2 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.2.2">moby/moby, 28.2.2 milestone</a></li> </ul> <h3>Bug fixes and enhancements</h3> <ul> <li>containerd image store: Fix a regression causing <code>docker build --push</code> to fail. This reverts <a href="https://redirect.github.com/moby/moby/pull/49702">the fix</a> for <code>docker build</code> not persisting overridden images as dangling. <a href="https://redirect.github.com/moby/moby/pull/50105">moby/moby#50105</a></li> </ul> <h3>Networking</h3> <ul> <li>When creating the iptables <code>DOCKER-USER</code> chain, do not add an explicit <code>RETURN</code> rule, allowing users to append as well as insert their own rules. Existing rules are not removed on upgrade, but it won't be replaced after a reboot. <a href="https://redirect.github.com/moby/moby/pull/50098">moby/moby#50098</a></li> </ul> <h2>28.2.1</h2> <h2>Packaging updates</h2> <ul> <li>Fix packaging regression in <a href="https://github.com/moby/moby/releases/tag/v28.2.0">v28.2.0</a> which broke creating the <code>docker</code> group/user on fresh installations. <a href="https://redirect.github.com/docker/docker-ce-packaging/issues/1209">docker-ce-packaging#1209</a></li> </ul> <h2>28.2.0</h2> <p>For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:</p> <ul> <li><a href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A28.2.0">docker/cli, 28.2.0 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.2.0">moby/moby, 28.2.0 milestone</a></li> <li>Deprecated and removed features, see <a href="https://github.com/docker/cli/blob/v28.2.0/docs/deprecated.md">Deprecated Features</a>.</li> <li>Changes to the Engine API, see <a href="https://github.com/moby/moby/blob/v28.2.0/docs/api/version-history.md">API version history</a>.</li> </ul> <blockquote> <p>[!NOTE] RHEL packages are currently not available and will be released later.</p> </blockquote> <h3>New</h3> <ul> <li>Add <code>{{.Platform}}</code> as formatting option for <code>docker ps</code> to show the platform of the image the container is running. <a href="https://redirect.github.com/docker/cli/pull/6042">docker/cli#6042</a></li> <li>Add support for relative parent paths (<code>../</code>) on bind mount sources when using <code>docker run/create</code> with <code>-v/--volume</code> or <code>--mount type=bind</code> options. <a href="https://redirect.github.com/docker/cli/pull/4966">docker/cli#4966</a></li> <li>CDI is now enabled by default. <a href="https://redirect.github.com/moby/moby/pull/49963">moby/moby#49963</a></li> <li>Show discovered CDI devices in <code>docker info</code>. <a href="https://redirect.github.com/docker/cli/pull/6078">docker/cli#6078</a></li> <li><code>docker image rm</code>: add <code>--platform</code> option to remove a variant from multi-platform images. <a href="https://redirect.github.com/docker/cli/pull/6109">docker/cli#6109</a></li> <li>containerd image store: Initial BuildKit support for building Windows container images on Windows (requires an opt-in with <code>DOCKER_BUILDKIT=1</code>). <a href="https://redirect.github.com/moby/moby/pull/49740">moby/moby#49740</a></li> </ul> <h3>Bug fixes and enhancements</h3> <ul> <li>Add a new log option for fluentd log driver (<code>fluentd-write-timeout</code>), which enables specifying write timeouts for fluentd connections. <a href="https://redirect.github.com/moby/moby/pull/49911">moby/moby#49911</a></li> <li>Add support for <code>DOCKER_AUTH_CONFIG</code> for the experimental <code>--use-api-socket</code> option. <a href="https://redirect.github.com/docker/cli/pull/6019">docker/cli#6019</a></li> <li>Fix <code>docker exec</code> waiting for 10 seconds if a non-existing user or group was specified. <a href="https://redirect.github.com/moby/moby/pull/49868">moby/moby#49868</a></li> <li>Fix <code>docker swarm init</code> ignoring <code>cacert</code> option of <code>--external-ca</code>. <a href="https://redirect.github.com/docker/cli/pull/5995">docker/cli#5995</a></li> <li>Fix an issue where the CLI would not correctly save the configuration file (<code>~/.docker/config.json</code>) if it was a relative symbolic link. <a href="https://redirect.github.com/docker/cli/pull/5282">docker/cli#5282</a></li> <li>Fix containers with <code>--restart always</code> policy using CDI devices failing to start on daemon restart. <a href="https://redirect.github.com/moby/moby/pull/49990">moby/moby#49990</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/moby/commit/45873be4ae3f5488c9498b3d9f17deaddaf609f4"><code>45873be</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/50105">#50105</a> from jsternberg/revert-build-dangling</li> <li><a href="https://github.com/moby/moby/commit/7994426e6126229d4218703bb37ca0bf380007f9"><code>7994426</code></a> Revert "containerd: images overridden by a build are kept dangling"</li> <li><a href="https://github.com/moby/moby/commit/f144264bae57b134b73afa966a1136a0fd7ed572"><code>f144264</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/50090">#50090</a> from corhere/libn/overlay-netip</li> <li><a href="https://github.com/moby/moby/commit/768cfaeb623ccd55194d649c983ea0fecd5a91c8"><code>768cfae</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/50050">#50050</a> from robmry/nftables_internal_dns</li> <li><a href="https://github.com/moby/moby/commit/d3289dda4bd9339a053abc33ed0912a00a56ce4d"><code>d3289dd</code></a> Add nftables NAT rules for internal DNS resolver</li> <li><a href="https://github.com/moby/moby/commit/7a0bf747f5c25da0794e42d5f9e5a40db5a7786e"><code>7a0bf74</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/50038">#50038</a> from ctalledo/fix-for-50037</li> <li><a href="https://github.com/moby/moby/commit/b43afbf898c0f7fde9c500b5867256974dd24ac6"><code>b43afbf</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/50098">#50098</a> from robmry/remove_docker-user_return_rule</li> <li><a href="https://github.com/moby/moby/commit/c299ba3b38e1c79e5f13ca04d9804d384bc80f57"><code>c299ba3</code></a> Update worker.Platforms() in builder-next worker.</li> <li><a href="https://github.com/moby/moby/commit/0e2cc22d36ae3013f83863c8da2e1b808f25e78e"><code>0e2cc22</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/50049">#50049</a> from robmry/nftables_env_var_enable</li> <li><a href="https://github.com/moby/moby/commit/e37efd4c2d4758c53fedefb9c3ec9235d1e71490"><code>e37efd4</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/50068">#50068</a> from mmorel-35/github.com/containerd/errdefs</li> <li>Additional commits viewable in <a href="https://github.com/docker/docker/compare/v28.1.1...v28.2.2">compare view</a></li> </ul> </details> <br /> [](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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <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 </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the gomod-updates group with 1 update: github.com/docker/docker.
Updates
github.com/docker/dockerfrom 28.1.1+incompatible to 28.2.2+incompatibleRelease notes
Sourced from github.com/docker/docker's releases.
... (truncated)
Commits
45873beMerge pull request #50105 from jsternberg/revert-build-dangling7994426Revert "containerd: images overridden by a build are kept dangling"f144264Merge pull request #50090 from corhere/libn/overlay-netip768cfaeMerge pull request #50050 from robmry/nftables_internal_dnsd3289ddAdd nftables NAT rules for internal DNS resolver7a0bf74Merge pull request #50038 from ctalledo/fix-for-50037b43afbfMerge pull request #50098 from robmry/remove_docker-user_return_rulec299ba3Update worker.Platforms() in builder-next worker.0e2cc22Merge pull request #50049 from robmry/nftables_env_var_enablee37efd4Merge pull request #50068 from mmorel-35/github.com/containerd/errdefsDependabot 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 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 <dependency name> major versionwill 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 versionwill 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