Skip to content

Commit

Permalink
Bump github.com/containerd/containerd from 1.6.16 to 1.6.17 (#5985)
Browse files Browse the repository at this point in the history
Bumps
[github.com/containerd/containerd](https://github.com/containerd/containerd)
from 1.6.16 to 1.6.17.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/containerd/containerd/commit/299b677800044531671d336af5f0976fd2e6ac70"><code>299b677</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/containerd/containerd/issues/8080">#8080</a>
from dmcgowan/prepare-v1.6.17</li>
<li><a
href="https://github.com/containerd/containerd/commit/a1aa9b900ce9e276a210a48aa5dc8b8832a44c2e"><code>a1aa9b9</code></a>
Prepare release notes for v1.6.17</li>
<li><a
href="https://github.com/containerd/containerd/commit/839086bfc92e2a0623dfa23a089d936b57150960"><code>839086b</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/containerd/containerd/issues/8065">#8065</a>
from cpuguy83/1.6_default_hosts</li>
<li><a
href="https://github.com/containerd/containerd/commit/4a77dc82c8dd11362c1c2fa7cd33e0ce993f1534"><code>4a77dc8</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/containerd/containerd/issues/8054">#8054</a>
from thaJeztah/1.6_backport_remotesnlabel</li>
<li><a
href="https://github.com/containerd/containerd/commit/1436641b8dc77f24f4ec57d238344bc6bb857081"><code>1436641</code></a>
Support default hosts.toml configuration</li>
<li><a
href="https://github.com/containerd/containerd/commit/87acecd0409103c266c5eda932e809e6717e7859"><code>87acecd</code></a>
Update hosts doc</li>
<li><a
href="https://github.com/containerd/containerd/commit/a6544ed7dc114b7542041eea91abbc7fe9a466a0"><code>a6544ed</code></a>
Export remote snapshotter label handler</li>
<li><a
href="https://github.com/containerd/containerd/commit/4335c650c38a6e91ef9319656ea7086ef5e515c0"><code>4335c65</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/containerd/containerd/issues/8030">#8030</a>
from AkihiroSuda/cherrypick-8020-1.6</li>
<li><a
href="https://github.com/containerd/containerd/commit/ae02a24a39ddd6764eb7f98de677f11d8bdd1919"><code>ae02a24</code></a>
cri: mkdir /etc/cni with 0755, not 0700</li>
<li><a
href="https://github.com/containerd/containerd/commit/84000cdf5583ca06273caecc9aaa622091e56fe9"><code>84000cd</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/containerd/containerd/issues/8018">#8018</a>
from aojea/backport_metrics</li>
<li>Additional commits viewable in <a
href="https://github.com/containerd/containerd/compare/v1.6.16...v1.6.17">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.16&new-version=1.6.17)](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)


</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 Feb 13, 2023
1 parent 3674399 commit 6e0f9f3
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 @@ -42,7 +42,7 @@ require (
github.com/Masterminds/semver/v3 v3.2.0
github.com/adhocore/gronx v1.1.2
github.com/ahmetb/go-linq/v3 v3.2.0
github.com/containerd/containerd v1.6.16
github.com/containerd/containerd v1.6.17
github.com/cppforlife/go-cli-ui v0.0.0-20220622150351-995494831c6c
github.com/disintegration/imaging v1.6.2
github.com/distribution/distribution v2.8.1+incompatible
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490/go.mod h1:eXthEFrGJvWH
github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8=
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd/go.mod h1:sE/e/2PUdi/liOCUjSTXgM1o87ZssimdTWN964YiIeI=
github.com/containerd/cgroups v1.0.4 h1:jN/mbWBEaz+T1pi5OFtnkQ+8qnmEbAr1Oo1FRm5B0dA=
github.com/containerd/containerd v1.6.16 h1:0H5xH6ABsN7XTrxIAKxFpBkFCBtrZ/OSORhCpUnHjrc=
github.com/containerd/containerd v1.6.16/go.mod h1:1RdCUu95+gc2v9t3IL+zIlpClSmew7/0YS8O5eQZrOw=
github.com/containerd/containerd v1.6.17 h1:XDnJIeJW0cLf6v7/+N+6L9kGrChHeXekZp2VHu6OpiY=
github.com/containerd/containerd v1.6.17/go.mod h1:1RdCUu95+gc2v9t3IL+zIlpClSmew7/0YS8O5eQZrOw=
github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=
github.com/coreos/go-semver v0.3.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=
github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=
Expand Down

0 comments on commit 6e0f9f3

Please sign in to comment.