reproducible-containers / repro-get

[Soft-deprecated] Reproducible apt/dnf/apk/pacman, with content-addressing
Apache License 2.0
106 stars 6 forks source link

build(deps): bump github.com/containerd/nerdctl from 1.5.0 to 1.6.0 #107

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/containerd/nerdctl from 1.5.0 to 1.6.0.

Release notes

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

v1.6.0

This release improves compatibility with Docker 23, adds the support for pushing SOCI images, and allows running Linux containers on FreeBSD.

Changes

  • nerdctl push:

  • nerdctl compose:

    • Implement nerdctl compose cp. (#2499, #2513, thanks to @​yankay)
    • Implement nerdctl compose exec -T (#2507)
    • Silence warning build.config should be relative path (#2510)
  • nerdctl attach:

  • nerdctl volume create:

  • nerdctl version:

    • Fulfill the version field from debug/buildinfo to support go install (#2444)
    • Skip inspecting rootless daemon if the daemon is not running (2514)
  • Misc:

  • nerdctl-full:

    • Update runc (1.1.9), containerd (1.7.6), BuildKit (0.12.2), imgcrypt (1.1.8), RootlessKit (1.1.1), slirp4netns (1.2.1), Kubo (0.22.0) (#2435, #2497, #2515)
  • Project:

Full changes: https://github.com/containerd/nerdctl/milestone/29?closed=1 Thanks to 
@​akhramov@​austinvazquez @​davidhsingyuchen @​fahedouch @​gabriel-samfira @​metux @​ningziwen @​testwill @​vsiravar @​webwurst @​yankay

Compatible containerd versions

This release of nerdctl is expected to be used with containerd v1.6 or v1.7.

About the binaries

  • Minimal (nerdctl-1.6.0-linux-amd64.tar.gz): nerdctl only
  • Full (nerdctl-full-1.6.0-linux-amd64.tar.gz): Includes dependencies such as containerd, runc, and CNI

Minimal

Extract the archive to a path like /usr/local/bin or ~/bin .

</tr></table> 

... (truncated)

Commits
  • 5f39d76 Merge pull request #2514 from AkihiroSuda/fix-2455
  • 357113b nerdctl version: skip inspecting rootless daemon if the daemon is not running
  • 29cf699 Merge pull request #2517 from containerd/dependabot/go_modules/github.com/kla...
  • e9bcc34 Merge pull request #2516 from containerd/dependabot/go_modules/gotest.tools/v...
  • f633379 Merge pull request #2518 from ningziwen/socidoc
  • b2d3441 Merge pull request #2513 from AkihiroSuda/fix-2512
  • 42cfd14 docs: add SOCI snapshotter guideline in README.md
  • 65334cc build(deps): bump github.com/klauspost/compress from 1.16.7 to 1.17.0
  • 98e8799 build(deps): bump gotest.tools/v3 from 3.5.0 to 3.5.1
  • 377b207 Merge pull request #2515 from AkihiroSuda/update-containerd-1.7.6
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #110.