awslabs / soci-snapshotter

A containerd snapshotter plugin which enables standard OCI images to be lazily loaded without requiring a build-time conversion step.
Apache License 2.0
534 stars 55 forks source link

Bump github.com/containerd/continuity from 0.4.3 to 0.4.4 #1399

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps github.com/containerd/continuity from 0.4.3 to 0.4.4.

Release notes

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

v0.4.4

What's Changed

New Contributors

Full Changelog: https://github.com/containerd/continuity/compare/v0.4.3...v0.4.4

Commits
  • 2fab5e9 Merge pull request #257 from AkihiroSuda/dev
  • 8ae2b5e Disable FUSE for FreeBSD
  • ef3b6f4 go.mod: bump up
  • 332293b Merge pull request #254 from thaJeztah/rm_macos_bits
  • 1287117 Merge pull request #256 from thaJeztah/fix_kind
  • 0a983fc Merge pull request #252 from thaJeztah/gofix_buildtags
  • 75b1c65 Merge pull request #245 from sondavidb/properly-handle-fs-without-xattrs
  • cb01a52 Merge pull request #251 from thaJeztah/bump_codeql
  • 7d074e7 kind.String(): fix missing case statements for iota consts in switch
  • 327ebdd cmd/continuity/commands: MountCmd: remove macOS remnants
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
github-actions[bot] commented 3 weeks ago

Dependency Review

The following issues were found:

See the Details below.

License Issues

go.mod

PackageVersionLicenseIssue Type
google.golang.org/protobuf1.35.1NullUnknown License
Allowed Licenses: Apache-2.0, BSD-2-Clause, BSD-2-Clause-FreeBSD, BSD-3-Clause, MIT, ISC, Python-2.0, PostgreSQL, X11, Zlib
Excluded from license check: pkg:golang/github.com/hashicorp/go-retryablehttp, pkg:golang/github.com/hashicorp/errwrap, pkg:golang/github.com/hashicorp/go-cleanhttp, pkg:golang/github.com/hashicorp/go-multierror

OpenSSF Scorecard

PackageVersionScoreDetails
gomod/github.com/containerd/continuity 0.4.4 :green_circle: 6.1
Details
CheckScoreReason
Code-Review:green_circle: 10all changesets reviewed
Maintained:warning: 00 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 0
CII-Best-Practices:warning: 0no effort to earn an OpenSSF best practices badge detected
License:green_circle: 10license file detected
Signed-Releases:warning: -1no releases found
Branch-Protection:warning: -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Dangerous-Workflow:green_circle: 10no dangerous workflow patterns detected
Packaging:warning: -1packaging workflow not detected
Token-Permissions:warning: 0detected GitHub workflow tokens with excessive permissions
Binary-Artifacts:green_circle: 10no binaries found in the repo
Fuzzing:warning: 0project is not fuzzed
Pinned-Dependencies:warning: 2dependency not pinned by hash detected -- score normalized to 2
Security-Policy:green_circle: 9security policy file detected
SAST:green_circle: 8SAST tool detected but not run on all commits
Vulnerabilities:green_circle: 100 existing vulnerabilities detected
gomod/google.golang.org/protobuf 1.35.1 UnknownUnknown

Scanned Manifest Files

go.mod
  • github.com/containerd/continuity@0.4.4
  • google.golang.org/protobuf@1.35.1
  • github.com/containerd/continuity@0.4.3
  • google.golang.org/protobuf@1.34.2
sondavidb commented 2 weeks ago

@dependabot ignore github.com/containerd/continuity patch version

dependabot[bot] commented 2 weeks ago

Sorry, the command you entered is not valid for this pull request. Please check the syntax and try again.

Valid commands: For single dependency PRs, use commands like: @dependabot ignore this major version @dependabot ignore this minor version @dependabot ignore this dependency

sondavidb commented 2 weeks ago

@dependabot ignore this patch version

dependabot[bot] commented 2 weeks ago

OK, I won't notify you about version 0.4.4 again, unless you re-open this PR.

sondavidb commented 2 weeks ago

Once https://github.com/containerd/containerd/pull/10956 is merged we can un-ignore this