-
Notifications
You must be signed in to change notification settings - Fork 100
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 27.0.0+incompatible to 27.1.0+incompatible in the go_modules group #7773
Conversation
Bumps the go_modules group with 1 update: [github.com/docker/docker](https://github.com/docker/docker). Updates `github.com/docker/docker` from 27.0.0+incompatible to 27.1.0+incompatible - [Release notes](https://github.com/docker/docker/releases) - [Commits](https://github.com/docker/docker/commits/v27.1.0) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]>
03a993b
to
9c63531
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7773 +/- ##
==========================================
- Coverage 61.07% 61.05% -0.03%
==========================================
Files 523 523
Lines 27361 27361
==========================================
- Hits 16710 16704 -6
- Misses 9182 9185 +3
- Partials 1469 1472 +3 ☔ View full report in Codecov by Sentry. |
…mpatible in the go_modules group (radius-project#7773) Bumps the go_modules group with 1 update: [github.com/docker/docker](https://github.com/docker/docker). Updates `github.com/docker/docker` from 27.0.0+incompatible to 27.1.0+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>v27.1.0</h2> <h2>27.1.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%3A27.1.0">docker/cli, 27.1.0 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A27.1.0">moby/moby, 27.1.0 milestone</a></li> <li>Deprecated and removed features, see <a href="https://github.com/docker/cli/blob/v27.1.0/docs/deprecated.md">Deprecated Features</a>.</li> <li>Changes to the Engine API, see <a href="https://github.com/moby/moby/blob/v27.1.0/docs/api/version-history.md">API version history</a>.</li> </ul> <h3>Bug fixes and enhancements</h3> <ul> <li>rootless: add <code>Requires=dbus.socket</code> to prevent errors when starting the daemon on a cgroup v2 host with systemd <a href="https://redirect.github.com/moby/moby/pull/48141">moby/moby#48141</a></li> <li>containerd integration: <code>image tag</code> event is now properly emitted when building images with BuildKit <a href="https://redirect.github.com/moby/moby/pull/48182">moby/moby#48182</a></li> <li>CLI: enable shell completion for <code>docker image rm</code>, <code>docker image history</code>, and <code>docker image inspect</code> <a href="https://redirect.github.com/moby/moby/pull/5261">moby/moby#5261</a></li> <li>CLI: add and improve shell completions for various flags <a href="https://redirect.github.com/moby/moby/pull/5261">moby/moby#5261</a></li> <li>CLI: add OOMScoreAdj to <code>docker service create</code> and <code>docker stack</code> <a href="https://redirect.github.com/docker/cli/pull/5274">docker/cli#5274</a></li> <li>CLI: add support for <code>DOCKER_CUSTOM_HEADERS</code> environment variable (experimental) <a href="https://redirect.github.com/docker/cli/pull/5271">docker/cli#5271</a></li> <li>CLI: containerd-integration: Fix <code>docker push</code> defaulting the <code>--platform</code> flag to a value of <code>DOCKER_DEFAULT_PLATFORM</code> environment variable on unsupported API versions <a href="https://redirect.github.com/docker/cli/pull/5248">docker/cli#5248</a></li> <li>CLI: fix: context cancellation on <code>login</code> prompt <a href="https://redirect.github.com/docker/cli/pull/5260">docker/cli#5260</a></li> <li>CLI: fix: wait for the container to exit before closing the stream when sending a termination request to the CLI while attached to a container <a href="https://redirect.github.com/docker/cli/pull/5250">docker/cli#5250</a></li> </ul> <h3>Deprecated</h3> <ul> <li>The <code>pkg/rootless/specconv</code> package is deprecated, and will be removed in the next release <a href="https://redirect.github.com/moby/moby/pull/48185">moby/moby#48185</a></li> <li>The <code>pkg/containerfs</code> package is deprecated, and will be removed in the next release <a href="https://redirect.github.com/moby/moby/pull/48185">moby/moby#48185</a></li> <li>The <code>pkg/directory</code> package is deprecated, and will be removed in the next release <a href="https://redirect.github.com/moby/moby/pull/48185">moby/moby#48185</a></li> <li><code>api/types/system</code>: remove deprecated <code>Info.ExecutionDriver</code> <a href="https://redirect.github.com/moby/moby/pull/48184">moby/moby#48184</a></li> </ul> <h3>Packaging updates</h3> <ul> <li>Update Buildx to <a href="https://github.com/docker/buildx/releases/tag/v0.16.1">v0.16.1</a>. <a href="https://redirect.github.com/docker/docker-ce-packaging/pull/1039">moby/docker-ce-packaging#1039</a></li> <li>Update Compose to <a href="https://github.com/docker/compose/releases/tag/v2.29.0">v2.29.0</a>. <a href="https://redirect.github.com/docker/docker-ce-packaging/pull/1038">moby/docker-ce-packaging#1038</a></li> <li>Update Containerd (static binaries only) to <a href="https://github.com/containerd/containerd/releases/tag/v1.7.20">v1.7.20</a>. <a href="https://redirect.github.com/moby/moby/pull/48191">moby/moby#48191</a></li> <li>Update BuildKit to <a href="https://github.com/moby/buildkit/releases/tag/v0.15.0">v0.15.0</a>. <a href="https://redirect.github.com/moby/moby/pull/48175">moby/moby#48175</a></li> <li>Update Go runtime to 1.21.12, which contains security fixes for <a href="https://github.com/advisories/GHSA-hw49-2p59-3mhj">CVE-2024-24791</a> <a href="https://redirect.github.com/moby/moby/pull/48120">moby/moby#48120</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/moby/moby/compare/v27.0.3...v27.1.0">https://github.com/moby/moby/compare/v27.0.3...v27.1.0</a></p> <h2>v27.0.3</h2> <h2>27.0.3</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%3A27.0.3">docker/cli, 27.0.3 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A27.0.3">moby/moby, 27.0.3 milestone</a></li> <li>Deprecated and removed features, see <a href="https://github.com/docker/cli/blob/v27.0.3/docs/deprecated.md">Deprecated Features</a>.</li> <li>Changes to the Engine API, see <a href="https://github.com/moby/moby/blob/v27.0.3/docs/api/version-history.md">API version history</a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/docker/docker/commits/v27.1.0">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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/radius-project/radius/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Reshma Abdul Rahim <[email protected]>
Bumps the go_modules group with 1 update: github.com/docker/docker.
Updates
github.com/docker/docker
from 27.0.0+incompatible to 27.1.0+incompatibleRelease notes
Sourced from github.com/docker/docker's releases.
... (truncated)
Commits
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 <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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.