Skip to content

Commit

Permalink
build(deps): bump github.com/docker/docker from 27.0.1+incompatible t…
Browse files Browse the repository at this point in the history
…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://github.com/docker/cli/pull/5197">docker/cli#5197</a>,
<a
href="https://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 (&quot;classic&quot;) Swarm API, but never implemented in the
Docker Engine itself. <a
href="https://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://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://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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 27, 2024
1 parent 398658e commit 50a639b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.0
require (
github.com/aws/aws-sdk-go-v2 v1.30.0
github.com/docker/cli v26.1.4+incompatible
github.com/docker/docker v27.0.1+incompatible
github.com/docker/docker v27.0.2+incompatible
github.com/golang/mock v1.6.0
github.com/google/go-licenses v1.6.1-0.20230903011517-706b9c60edd4
github.com/lima-vm/lima v0.22.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/docker/cli v26.1.4+incompatible h1:I8PHdc0MtxEADqYJZvhBrW9bo8gawKwwenxRM7/rLu8=
github.com/docker/cli v26.1.4+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/docker v27.0.1+incompatible h1:AbszR+lCnR3f297p/g0arbQoyhAkImxQOR/XO9YZeIg=
github.com/docker/docker v27.0.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v27.0.2+incompatible h1:mNhCtgXNV1fIRns102grG7rdzIsGGCq1OlOD0KunZos=
github.com/docker/docker v27.0.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker-credential-helpers v0.8.1 h1:j/eKUktUltBtMzKqmfLB0PAgqYyMHOp5vfsD1807oKo=
github.com/docker/docker-credential-helpers v0.8.1/go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M=
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
Expand Down

0 comments on commit 50a639b

Please sign in to comment.