Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump github.com/docker/docker from 27.0.1+incompatible t…
…o 27.0.2+incompatible (#1001) Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.0.1+incompatible to 27.0.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>v27.0.2</h2> <h2>27.0.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%3A27.0.2">docker/cli, 27.0.2 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A27.0.2">moby/moby, 27.0.2 milestone</a></li> <li>Deprecated and removed features, see <a href="https://github.com/docker/cli/blob/v27.0.2/docs/deprecated.md">Deprecated Features</a>.</li> <li>Changes to the Engine API, see <a href="https://github.com/moby/moby/blob/v27.0.2/docs/api/version-history.md">API version history</a>.</li> </ul> <h3>Bug fixes and enhancements</h3> <ul> <li>Fix a regression that caused port numbers to be ignored when parsing a Docker registry URL. <a href="https://redirect.github.com/docker/cli/pull/5197">docker/cli#5197</a>, <a href="https://redirect.github.com/docker/cli/pull/5198">docker/cli#5198</a></li> </ul> <h3>Removed</h3> <ul> <li>api/types: deprecate <code>ContainerJSONBase.Node</code> field and <code>ContainerNode</code> type. These definitions were used by the standalone ("classic") Swarm API, but never implemented in the Docker Engine itself. <a href="https://redirect.github.com/moby/moby/pull/48055">moby/moby#48055</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/moby/commit/e953d76450b64bd64b2374137b0580223a114fdb"><code>e953d76</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/48060">#48060</a> from thaJeztah/27.0_backport_api_deprecate_Containe...</li> <li><a href="https://github.com/moby/moby/commit/861fde8cc9740f42f1ca6078dc437539d9109b76"><code>861fde8</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/48061">#48061</a> from thaJeztah/27_backport_bump_golangci_lint</li> <li><a href="https://github.com/moby/moby/commit/355707786738b8d954d2ae58640e4b361a43cc5b"><code>3557077</code></a> update golangci-lint to v1.59.1</li> <li><a href="https://github.com/moby/moby/commit/c95b917167bc153570ab27c71817bfecceed055d"><code>c95b917</code></a> pkg/archive: reformat code to make #nosec comment work again</li> <li><a href="https://github.com/moby/moby/commit/c0ff08acbd97dc4dcc37d6377ccb75df92224ea9"><code>c0ff08a</code></a> builder/remotecontext: reformat code to make #nosec comment work again</li> <li><a href="https://github.com/moby/moby/commit/45876882585554409191c2f3b4089ec8cdee8ed0"><code>4587688</code></a> api/types: deprecate ContainerJSONBase.Node, ContainerNode</li> <li>See full diff in <a href="https://github.com/docker/docker/compare/v27.0.1...v27.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/docker/docker&package-manager=go_modules&previous-version=27.0.1+incompatible&new-version=27.0.2+incompatible)](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 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information