relab / hotstuff

MIT License
166 stars 52 forks source link

build(deps): bump github.com/containerd/containerd from 1.6.12 to 1.6.18 #92

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/containerd/containerd from 1.6.12 to 1.6.18.

Release notes

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

containerd 1.6.18

Welcome to the v1.6.18 release of containerd!

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.

Notable Updates

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

  • Akihiro Suda
  • Derek McGowan
  • Ye Sijun
  • Samuel Karp
  • Bjorn Neergaard
  • Wei Fu
  • Brian Goff
  • Iceber Gu
  • Kazuyoshi Kato
  • Phil Estes
  • Swagat Bora

Changes

  • [release/1.6] Prepare release notes for v1.6.18 (#8118)
  • Github Security Advisory GHSA-hmfx-3pcx-653p
    • 286a01f35 oci: fix additional GIDs
    • 301823453 oci: fix loop iterator aliasing
    • 0070ab70f oci: skip checking gid for WithAppendAdditionalGroups
    • 16d52de64 refactor: reduce duplicate code
    • b45e30292 add WithAdditionalGIDs test
    • 0a06c284a add WithAppendAdditionalGroups helper
  • Github Security Advisory GHSA-259w-8hf6-59c2
    • 84936fd1f importer: stream oci-layout and manifest.json
  • [1.6] Add fallback for windows platforms without osversion (#8106)
    • b327af6a4 Add fallback for windows platforms without osversion
  • [release/1.6] Go 1.19.6 (#8111)

... (truncated)

Commits
  • 2456e98 Merge pull request #8118 from dmcgowan/prepare-v1.6.18
  • 44e61d7 Add release notes for v1.6.18
  • 133f6bb Merge pull request from GHSA-hmfx-3pcx-653p
  • 0c31490 Merge pull request from GHSA-259w-8hf6-59c2
  • 9cec7a8 Merge pull request #8106 from cpuguy83/1.6_loosen_windows_platform_matching
  • 47f1aad Merge pull request #8111 from AkihiroSuda/cherrypick-8109-1.6
  • 54ead5b Go 1.19.6
  • b327af6 Add fallback for windows platforms without osversion
  • 4d724f6 Merge pull request #8094 from Iceber/ctr_run_1.6
  • 2b4b35a ctr/run: flags --detach and --rm cannot be specified together
  • 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/relab/hotstuff/network/alerts).
codecov-commenter commented 1 year ago

Codecov Report

Merging #92 (ae5eaa4) into master (704da66) will decrease coverage by 0.28%. The diff coverage is n/a.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##           master      #92      +/-   ##
==========================================
- Coverage   62.99%   62.71%   -0.28%     
==========================================
  Files          73       73              
  Lines        7193     7193              
==========================================
- Hits         4531     4511      -20     
- Misses       2364     2381      +17     
- Partials      298      301       +3     
Flag Coverage Δ
unittests 62.71% <ø> (-0.28%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
consensus/simplehotstuff/simplehotstuff.go 65.30% <0.00%> (-8.17%) :arrow_down:
consensus/votingmachine.go 82.55% <0.00%> (-4.66%) :arrow_down:
synchronizer/synchronizer.go 86.12% <0.00%> (-2.86%) :arrow_down:
crypto/crypto.go 74.52% <0.00%> (-2.84%) :arrow_down:
twins/network.go 86.51% <0.00%> (-2.63%) :arrow_down:
crypto/ecdsa/ecdsa.go 74.14% <0.00%> (-2.05%) :arrow_down:
twins/generator.go 91.86% <0.00%> (-1.44%) :arrow_down:
crypto/cache.go 90.90% <0.00%> (-1.14%) :arrow_down:
handel/session.go 88.42% <0.00%> (+0.82%) :arrow_up:
consensus/consensus.go 78.94% <0.00%> (+2.10%) :arrow_up:
... and 1 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more