Skip to content
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

chore(deps): bump github.com/containerd/containerd from 1.5.9 to 1.6.6 #444

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 7, 2022

Bumps github.com/containerd/containerd from 1.5.9 to 1.6.6.

Release notes

Sourced from github.com/containerd/containerd's releases.

containerd 1.6.6

Welcome to the v1.6.6 release of containerd!

The sixth patch release for containerd 1.6 includes a fix for CVE-2022-31030.

Notable Updates

See the changelog for complete list of changes

Please try out the release binaries and report any issues at https:/containerd/containerd/issues.

Contributors

  • Derek McGowan
  • Kazuyoshi Kato

Changes

Dependency Changes

This release has no dependency changes

Previous release can be found at v1.6.5

containerd 1.6.5

Welcome to the v1.6.5 release of containerd!

The fifth patch release for containerd 1.6 includes a few fixes and updated version of runc.

Notable Updates

  • Fix for older CNI plugins not reporting version (#7011)
  • Fix mount path handling for CRI plugin on Windows (#6929)

See the changelog for complete list of changes

... (truncated)

Commits
  • 10c1295 Merge pull request from GHSA-5ffw-gxpp-mxpf
  • 6121374 Prepare release notes for v1.6.6
  • f920683 Implicitly discard the input to drain the reader
  • 2eb6721 [release/1.6] Limit the response size of ExecSync
  • 96df099 Merge pull request #7021 from dmcgowan/prepare-1.6.5
  • 185e872 Prepare release notes for v1.6.5
  • af315d4 Merge pull request #7013 from thaJeztah/1.6_bump_golang_1.17.11
  • 3691a3b Merge pull request #7011 from fuweid/cherry-pick-7009
  • 5c9c83d [release/1.6] update golang to 1.17.11
  • fdcdc27 update go-cni/for cni update fixing plugins that don't respond with version
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

@dependabot dependabot bot added the dependencies Dependencies or external services label Jun 7, 2022
@gianarb
Copy link
Member

gianarb commented Jun 8, 2022

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/containerd/containerd-1.6.6 branch 2 times, most recently from 9b44650 to 5461f1b Compare June 10, 2022 11:14
@mdelapenya
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/containerd/containerd-1.6.6 branch from 5461f1b to 1836f77 Compare July 5, 2022 05:36
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/containerd/containerd-1.6.6 branch from 1836f77 to e8fa84c Compare July 12, 2022 11:28
@mdelapenya
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/containerd/containerd-1.6.6 branch 2 times, most recently from be52b03 to 02dcf6b Compare July 19, 2022 11:12
@hhsnopek
Copy link
Contributor

hhsnopek commented Aug 1, 2022

@mdelapenya / @gianarb - how can I help get this one across the line?

@mdelapenya
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/containerd/containerd-1.6.6 branch from 02dcf6b to 85a6df8 Compare August 2, 2022 06:29
@codecov
Copy link

codecov bot commented Aug 2, 2022

Codecov Report

Merging #444 (702f56d) into main (0581b2f) will increase coverage by 0.14%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #444      +/-   ##
==========================================
+ Coverage   69.77%   69.92%   +0.14%     
==========================================
  Files          21       21              
  Lines        2048     2048              
==========================================
+ Hits         1429     1432       +3     
+ Misses        495      494       -1     
+ Partials      124      122       -2     
Impacted Files Coverage Δ
docker.go 71.65% <0.00%> (+0.31%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us.

@mdelapenya
Copy link
Member

This PR is failing because the dependency is using Go 1.16 code, which is not available in Go 1.14 nor Go 1.15 (versions that we support at the CI level)

I'd deprecate both versions because both are not supported anymore: https://endoflife.date/go

Screenshot 2022-08-02 at 08 55 51

@mdelapenya
Copy link
Member

@dependabot recreate

Bumps [github.com/containerd/containerd](https:/containerd/containerd) from 1.5.9 to 1.6.6.
- [Release notes](https:/containerd/containerd/releases)
- [Changelog](https:/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v1.5.9...v1.6.6)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/containerd/containerd-1.6.6 branch from 85a6df8 to 702f56d Compare August 2, 2022 15:01
@mdelapenya
Copy link
Member

@hhsnopek thanks for helping out with this one. Merging!

@mdelapenya mdelapenya merged commit a5f0270 into main Aug 2, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/containerd/containerd-1.6.6 branch August 2, 2022 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies or external services
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants