Skip to content

Commit

Permalink
build(deps): Bump github.com/containerd/containerd from 1.6.14 to 1.6…
Browse files Browse the repository at this point in the history
….18 (runfinch#223)

Bumps
[github.com/containerd/containerd](https://github.com/containerd/containerd)
from 1.6.14 to 1.6.18.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/containerd/containerd/releases">github.com/containerd/containerd's
releases</a>.</em></p>
<blockquote>
<h2>containerd 1.6.18</h2>
<p>Welcome to the v1.6.18 release of containerd!</p>
<p>The eighteenth patch release for containerd 1.6 includes fixes for
CVE-2023-25153 and CVE-2023-25173
along with a security update for Go.</p>
<h3>Notable Updates</h3>
<ul>
<li><strong>Fix OCI image importer memory exhaustion</strong> (<a
href="https://github.com/containerd/containerd/security/advisories/GHSA-259w-8hf6-59c2">GHSA-259w-8hf6-59c2</a>)</li>
<li><strong>Fix supplementary groups not being set up properly</strong>
(<a
href="https://github.com/containerd/containerd/security/advisories/GHSA-hmfx-3pcx-653p">GHSA-hmfx-3pcx-653p</a>)</li>
<li><strong>Revert removal of <code>/sbin/apparmor_parser</code>
check</strong> (<a
href="https://github-redirect.dependabot.com/containerd/containerd/pull/8087">#8087</a>)</li>
<li><strong>Update Go to 1.19.6</strong> (<a
href="https://github-redirect.dependabot.com/containerd/containerd/pull/8111">#8111</a>)</li>
</ul>
<p>See the changelog for complete list of changes</p>
<p>Please try out the release binaries and report any issues at
<a
href="https://github.com/containerd/containerd/issues">https://github.com/containerd/containerd/issues</a>.</p>
<h3>Contributors</h3>
<ul>
<li>Akihiro Suda</li>
<li>Derek McGowan</li>
<li>Ye Sijun</li>
<li>Samuel Karp</li>
<li>Bjorn Neergaard</li>
<li>Wei Fu</li>
<li>Brian Goff</li>
<li>Iceber Gu</li>
<li>Kazuyoshi Kato</li>
<li>Phil Estes</li>
<li>Swagat Bora</li>
</ul>
<h3>Changes</h3>
<!-- raw HTML omitted -->
<ul>
<li>[release/1.6] Prepare release notes for v1.6.18 (<a
href="https://github-redirect.dependabot.com/containerd/containerd/pull/8118">#8118</a>)
<ul>
<li><a
href="https://github.com/containerd/containerd/commit/44e61d7641f71f44353263306a4967276933173b"><code>44e61d764</code></a>
Add release notes for v1.6.18</li>
</ul>
</li>
<li>Github Security Advisory <a
href="https://github.com/containerd/containerd/security/advisories/GHSA-hmfx-3pcx-653p">GHSA-hmfx-3pcx-653p</a>
<ul>
<li><a
href="https://github.com/containerd/containerd/commit/286a01f350a2298b4fdd7e2a0b31c04db3937ea8"><code>286a01f35</code></a>
oci: fix additional GIDs</li>
<li><a
href="https://github.com/containerd/containerd/commit/301823453d788ce409e222e88a27d7faf2c2093d"><code>301823453</code></a>
oci: fix loop iterator aliasing</li>
<li><a
href="https://github.com/containerd/containerd/commit/0070ab70fa58045d25fc6ebab27edcae328e38f1"><code>0070ab70f</code></a>
oci: skip checking gid for WithAppendAdditionalGroups</li>
<li><a
href="https://github.com/containerd/containerd/commit/16d52de64d9b0b0e4bf7e11226199281561a3d96"><code>16d52de64</code></a>
refactor: reduce duplicate code</li>
<li><a
href="https://github.com/containerd/containerd/commit/b45e30292ce9b214158fa403a6165aabbf5b23f0"><code>b45e30292</code></a>
add WithAdditionalGIDs test</li>
<li><a
href="https://github.com/containerd/containerd/commit/0a06c284aec5860a58a803b5da83def3462dc3a0"><code>0a06c284a</code></a>
add WithAppendAdditionalGroups helper</li>
</ul>
</li>
<li>Github Security Advisory <a
href="https://github.com/containerd/containerd/security/advisories/GHSA-259w-8hf6-59c2">GHSA-259w-8hf6-59c2</a>
<ul>
<li><a
href="https://github.com/containerd/containerd/commit/84936fd1f6a0670ab8c7665cb87fae6b87b0b908"><code>84936fd1f</code></a>
importer: stream oci-layout and manifest.json</li>
</ul>
</li>
<li>[1.6] Add fallback for windows platforms without osversion (<a
href="https://github-redirect.dependabot.com/containerd/containerd/pull/8106">#8106</a>)
<ul>
<li><a
href="https://github.com/containerd/containerd/commit/b327af6a4f635611d8b59beec94db0beace48063"><code>b327af6a4</code></a>
Add fallback for windows platforms without osversion</li>
</ul>
</li>
<li>[release/1.6] Go 1.19.6 (<a
href="https://github-redirect.dependabot.com/containerd/containerd/pull/8111">#8111</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/containerd/containerd/commit/2456e983eb9e37e47538f59ea18f2043c9a73640"><code>2456e98</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/containerd/containerd/issues/8118">#8118</a>
from dmcgowan/prepare-v1.6.18</li>
<li><a
href="https://github.com/containerd/containerd/commit/44e61d7641f71f44353263306a4967276933173b"><code>44e61d7</code></a>
Add release notes for v1.6.18</li>
<li><a
href="https://github.com/containerd/containerd/commit/133f6bb6cd827ce35a5fb279c1ead12b9d21460a"><code>133f6bb</code></a>
Merge pull request from GHSA-hmfx-3pcx-653p</li>
<li><a
href="https://github.com/containerd/containerd/commit/0c314901076a74a7b797a545d2f462285fdbb8c4"><code>0c31490</code></a>
Merge pull request from GHSA-259w-8hf6-59c2</li>
<li><a
href="https://github.com/containerd/containerd/commit/9cec7a87c5537e7a02f83d0ae0a7af38f178c3d5"><code>9cec7a8</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/containerd/containerd/issues/8106">#8106</a>
from cpuguy83/1.6_loosen_windows_platform_matching</li>
<li><a
href="https://github.com/containerd/containerd/commit/47f1aad3b4de2a55739b83876f376b1a7b71da2a"><code>47f1aad</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/containerd/containerd/issues/8111">#8111</a>
from AkihiroSuda/cherrypick-8109-1.6</li>
<li><a
href="https://github.com/containerd/containerd/commit/54ead5b7b71a0f458566e42eac28eb274286af47"><code>54ead5b</code></a>
Go 1.19.6</li>
<li><a
href="https://github.com/containerd/containerd/commit/b327af6a4f635611d8b59beec94db0beace48063"><code>b327af6</code></a>
Add fallback for windows platforms without osversion</li>
<li><a
href="https://github.com/containerd/containerd/commit/4d724f66eb8733b2391becdfaf41360a03b6368c"><code>4d724f6</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/containerd/containerd/issues/8094">#8094</a>
from Iceber/ctr_run_1.6</li>
<li><a
href="https://github.com/containerd/containerd/commit/2b4b35ab49b0cea79f76c4f52923c74cfc26ccfb"><code>2b4b35a</code></a>
ctr/run: flags --detach and --rm cannot be specified together</li>
<li>Additional commits viewable in <a
href="https://github.com/containerd/containerd/compare/v1.6.14...v1.6.18">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/containerd/containerd&package-manager=go_modules&previous-version=1.6.14&new-version=1.6.18)](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 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 disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/runfinch/finch/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 16, 2023
1 parent 7b32e81 commit 7480222
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 @@ -26,7 +26,7 @@ require (
require (
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/apparentlymart/go-cidr v1.1.0 // indirect
github.com/containerd/containerd v1.6.14 // indirect
github.com/containerd/containerd v1.6.18 // indirect
github.com/containers/gvisor-tap-vsock v0.4.1-0.20220920072955-5b1aff8ba743 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ github.com/containerd/console v0.0.0-20180822173158-c12b1e7919c1/go.mod h1:Tj/on
github.com/containerd/console v1.0.1/go.mod h1:XUsP6YE/mKtz6bxc+I8UiKKTP04qjQL4qcS3XoQ5xkw=
github.com/containerd/containerd v1.3.2/go.mod h1:bC6axHOhabU15QhwfG7w5PipXdVtMXFTttgp+kVtyUA=
github.com/containerd/containerd v1.4.12/go.mod h1:bC6axHOhabU15QhwfG7w5PipXdVtMXFTttgp+kVtyUA=
github.com/containerd/containerd v1.6.14 h1:W+d0AJKVG3ioTZZyQwcw1Y3vvo6ZDYzAcjDcY4tkgGI=
github.com/containerd/containerd v1.6.14/go.mod h1:U2NnBPIhzJDm59xF7xB2MMHnKtggpZ+phKg8o2TKj2c=
github.com/containerd/containerd v1.6.18 h1:qZbsLvmyu+Vlty0/Ex5xc0z2YtKpIsb5n45mAMI+2Ns=
github.com/containerd/containerd v1.6.18/go.mod h1:1RdCUu95+gc2v9t3IL+zIlpClSmew7/0YS8O5eQZrOw=
github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc/go.mod h1:GL3xCUCBDV3CZiTSEKksMWbLE66hEyuu9qyDOOqM47Y=
github.com/containerd/continuity v0.2.1/go.mod h1:wCYX+dRqZdImhGucXOqTQn05AhX6EUDaGEMUzTFFpLg=
github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448/go.mod h1:ODA38xgv3Kuk8dQz2ZQXpnv/UZZUHUCL7pnLehbXgQI=
Expand Down

0 comments on commit 7480222

Please sign in to comment.