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

Bump github.com/containerd/containerd from 1.5.4 to 1.5.7 #1186

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2021

Bumps github.com/containerd/containerd from 1.5.4 to 1.5.7.

Release notes

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

containerd 1.5.7

Welcome to the v1.5.7 release of containerd!

The seventh patch release for containerd 1.5 is a security release to fix CVE-2021-41103.

Notable Updates

  • Fix insufficiently restricted permissions on container root and plugin directories GHSA-c2h3-6mxw-7mvq

See the changelog for complete list of changes

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

Contributors

  • Derek McGowan
  • Samuel Karp

Changes

Dependency Changes

This release has no dependency changes

Previous release can be found at v1.5.6

containerd 1.5.6

Welcome to the v1.5.6 release of containerd!

The sixth patch release for containerd 1.5 contains minor fixes and updates including an updated runc and hcsshim.

Notable Updates

  • Install apparmor parser for arm64 and update seccomp to 2.5.1 #5763
  • Update runc binary to 1.0.2 #5899
  • Update hcsshim to v0.8.21 to fix layer issue on Windows Server 2019 #5942
  • Add support for 'clone3' syscall to fix issue with certain images when seccomp is enabled #5982
  • Add image config labels in CRI container creation #6012
  • Fix panic in metadata content writer on copy error #6043

... (truncated)

Commits
  • 8686ede Merge pull request from GHSA-c2h3-6mxw-7mvq
  • bc2f973 Prepare release notes for v1.5.7
  • f95fca0 btrfs: reduce permissions on plugin directories
  • 68119b4 v1 runtime: reduce permissions for bundle dir
  • 97db45e v2 runtime: reduce permissions for bundle dir
  • 1a1b383 Merge pull request #6068 from dmcgowan/prepare-1.5.6
  • bc8fdf8 Update release notes and mailmap
  • 77dafa2 Prepare release notes for v1.5.6
  • 0631957 Merge pull request #6045 from dmcgowan/1.5-fix-metadata-content-panic
  • a4b51d1 Fix panic in metadata content writer on copy error
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.5.4 to 1.5.7.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v1.5.4...v1.5.7)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner October 4, 2021 21:02
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 4, 2021
@dcantah
Copy link
Contributor

dcantah commented Oct 4, 2021

Looks like runc v1.0.2 moved or removed github.com/opencontainers/runc/libcontainer/configs Device so we'll have to fix that first. @katiewasnothere Want to take a look at this?

@katiewasnothere
Copy link
Contributor

Hmm, this is weird, since they made aliases for the types in configs, see here opencontainers/runc#2679

@dcantah
Copy link
Contributor

dcantah commented Oct 4, 2021

@katiewasnothere Those aliases are what we're using currently. The file was removed completely here opencontainers/runc@3f23a73#diff-84305f289b090c4d3a8ebcfe805c522c2d94e513edd056ce4f27b641f692dd59

Edit: Sorry, should've linked the PR opencontainers/runc#2999

@katiewasnothere
Copy link
Contributor

@katiewasnothere Those aliases are what we're using currently. The file was removed completely here opencontainers/runc@3f23a73#diff-84305f289b090c4d3a8ebcfe805c522c2d94e513edd056ce4f27b641f692dd59

Edit: Sorry, should've linked the PR opencontainers/runc#2999

Ah, missed that one. Fixing.

Signed-off-by: Kathryn Baldauf <kabaldau@microsoft.com>
@katiewasnothere katiewasnothere force-pushed the dependabot/go_modules/github.com/containerd/containerd-1.5.7 branch from 115a643 to 76a1b22 Compare October 4, 2021 21:45
Signed-off-by: Kathryn Baldauf <kabaldau@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants