mudler / luet

:package: :whale: 0-dependency Container-based Package Manager using SAT solver and QLearning
https://luet.io
GNU General Public License v3.0
254 stars 24 forks source link

⬆️ Bump github.com/containerd/containerd from 1.5.7 to 1.5.9 #279

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Release notes

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

containerd 1.5.9

Welcome to the v1.5.9 release of containerd!

The ninth patch release for containerd 1.5 is a security release to fix CVE-2021-43816.

Notable Updates

  • Fix unprivileged pod using 'hostPath' bypassing SELinux labels (GHSA-mvff-h3cj-wj9c)
  • Fix setting the "container_kvm_t" SELinux label (#6381)

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
  • Sebastiaan van Stijn
  • Michael Crosby
  • Phil Estes
  • Akihiro Suda
  • Fabiano Fidêncio
  • Samuel Karp
  • Wei Fu

Changes

  • Github Security Advisory GHSA-mvff-h3cj-wj9c
    • e4b62aaa5 Prepare release notes for v1.5.9
    • a41213fed only relabel cri managed host mounts
  • [release/1.5] seutil: Fix setting the "container_kvm_t" label (#6381)
    • da5749b67 seutil: Fix setting the "container_kvm_t" label
  • [release/1.5] Update Go to 1.16.12 (#6367)
    • 8c24a6199 [release/1.5] Update Go to 1.16.12
  • [release/1.5] go.mod github.com/opencontainers/image-spec v1.0.2 (#6264)
    • 7ab52528b [release/1.5] go.mod github.com/opencontainers/image-spec v1.0.2
  • [release/1.5] update runc binary to v1.0.3 (#6343)
  • [release/1.5] Update Go to 1.16.11 (#6334)
    • 3ff8be2d9 [release/1.5] Update Go to 1.16.11

Dependency Changes

  • github.com/opencontainers/image-spec v1.0.1 -> v1.0.2

Previous release can be found at v1.5.8

... (truncated)

Commits
  • 1407cab Merge pull request from GHSA-mvff-h3cj-wj9c
  • e4b62aa Prepare release notes for v1.5.9
  • 167c3e0 Merge pull request #6381 from fidencio/wip/backport-seutil-fix-container_kvm_...
  • da5749b seutil: Fix setting the "container_kvm_t" label
  • 63c9773 Merge pull request #6367 from thaJeztah/1.5_bump_go_1.16.12
  • 8c24a61 [release/1.5] Update Go to 1.16.12
  • e7d4349 Merge pull request #6264 from thaJeztah/1.5_bump_oci_spec
  • 7ab5252 [release/1.5] go.mod github.com/opencontainers/image-spec v1.0.2
  • a41213f only relabel cri managed host mounts
  • f1c26fe Merge pull request #6343 from AkihiroSuda/runc-1.0.3-15
  • 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](https://github.com/mudler/luet/network/alerts).
codecov-commenter commented 2 years ago

Codecov Report

Merging #279 (b835ad1) into master (ba0d625) will decrease coverage by 2.93%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #279      +/-   ##
==========================================
- Coverage   50.07%   47.13%   -2.94%     
==========================================
  Files          58       58              
  Lines        9225     9225              
==========================================
- Hits         4619     4348     -271     
- Misses       4063     4380     +317     
+ Partials      543      497      -46     
Impacted Files Coverage Δ
pkg/installer/client/docker.go 0.00% <0.00%> (-72.87%) :arrow_down:
pkg/installer/repository_docker.go 0.00% <0.00%> (-50.00%) :arrow_down:
pkg/installer/repository_options.go 63.85% <0.00%> (-24.10%) :arrow_down:
pkg/installer/repository.go 50.93% <0.00%> (-6.87%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ba0d625...b835ad1. Read the comment docs.