Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

chore(deps): bump the containerd group with 2 updates #1143

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2024

Bumps the containerd group with 2 updates: github.com/containerd/containerd and github.com/containerd/nerdctl.

Updates github.com/containerd/containerd from 1.7.12 to 1.7.13

Release notes

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

containerd 1.7.13

Welcome to the v1.7.13 release of containerd!

The thirteenth patch release for containerd 1.7 updates the runc binary in the release builds to address CVE-2024-21626

Notable Updates

  • Update runc binary to v1.1.12 (GHSA-xr7r-f8xq-vfvv)
  • Update seccomp profile for new syscalls added since Linux 5.16 (#9693)

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
  • Akihiro Suda
  • Evan Lezar
  • Paweł Gronowski
  • Phil Estes
  • Wei Fu

Changes

  • Prepare v1.7.13 and update runc to v1.1.12 (#9724)
  • [release/1.7] seccomp: kernel 6.7 (#9693)
  • [release/1.7] Update container-device-interface to v0.6.2 (#9685)
    • 14628d4aa Update container-device-interface to v0.6.2
  • [release/1.7] content: Add InfoReaderProvider (#9658)

Dependency Changes

  • tags.cncf.io/container-device-interface v0.6.2 new
  • tags.cncf.io/container-device-interface/specs-go v0.6.0 new

Previous release can be found at v1.7.12

Commits
  • 7c3aca7 Merge pull request #9724 from dmcgowan/prepare-v1.7.13
  • b97e611 Prepare release notes for v1.7.13
  • 2e7fa14 Update runc binary to v1.1.12
  • cbda56b Merge pull request #9693 from k8s-infra-cherrypick-robot/cherry-pick-9684-to-...
  • 1bed378 seccomp: kernel 6.7
  • 1944259 Merge pull request #9685 from elezar/dependency-update-container-device-inter...
  • 14628d4 Update container-device-interface to v0.6.2
  • 8c780b7 Merge pull request #9658 from vvoland/contentprovider-1.7
  • 8364779 content: Add InfoReaderProvider
  • See full diff in compare view

Updates github.com/containerd/nerdctl from 1.7.2 to 1.7.3

Release notes

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

v1.7.3

This release updates the runc and BuildKit binaries included in the nerdctl-full-*.tar.gz artifacts to apply security fixes.

Changes

Full changes: https://github.com/containerd/nerdctl/milestone/39?closed=1 Thanks to @​TinaMor @​dimaqq @​henry118 @​miurahr @​sondavidb @​vsiravar @​yankay @​zjumoon01

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.7.3-linux-amd64.tar.gz): nerdctl only
  • Full (nerdctl-full-1.7.3-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 .

-rwxr-xr-x root/root  25006080 2024-01-31 23:29 nerdctl
-rwxr-xr-x root/root     21916 2024-01-31 23:29 containerd-rootless-setuptool.sh
-rwxr-xr-x root/root      7187 2024-01-31 23:29 containerd-rootless.sh

... (truncated)

Commits
  • 0a46440 Merge pull request #2782 from AkihiroSuda/dev-1.7
  • aaa825f build(deps): bump github.com/containerd/containerd from 1.7.12 to 1.7.13
  • 0a95ef4 Merge pull request #2779 from AkihiroSuda/dev-1.7
  • 0e57452 update BuildKit (0.12.5)
  • 0926e62 update Kubo (0.26.0)
  • fa1e630 update bypass4netns (0.4.0)
  • a5582d5 update runc (1.1.12)
  • d23907d update containerd (1.7.13)
  • 87e988e update RootlessKit (2.0.0)
  • c2be2cc Merge pull request #2753 from containerd/dependabot/go_modules/github.com/con...
  • Additional commits viewable in compare view

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner February 1, 2024 04:21
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 1, 2024
@paralta paralta self-assigned this Feb 1, 2024
@paralta paralta force-pushed the dependabot/go_modules/containerd-3975b0c070 branch from cb46ea4 to 8eb45d4 Compare February 1, 2024 09:03
paralta
paralta previously approved these changes Feb 1, 2024

This comment has been minimized.

@paralta paralta added this pull request to the merge queue Feb 1, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Feb 1, 2024
Bumps the containerd group with 2 updates: [github.com/containerd/containerd](https://github.com/containerd/containerd) and [github.com/containerd/nerdctl](https://github.com/containerd/nerdctl).

Updates `github.com/containerd/containerd` from 1.7.12 to 1.7.13
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v1.7.12...v1.7.13)

Updates `github.com/containerd/nerdctl` from 1.7.2 to 1.7.3
- [Release notes](https://github.com/containerd/nerdctl/releases)
- [Commits](containerd/nerdctl@v1.7.2...v1.7.3)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: containerd
- dependency-name: github.com/containerd/nerdctl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: containerd
...

Signed-off-by: dependabot[bot] <[email protected]>
@paralta paralta force-pushed the dependabot/go_modules/containerd-3975b0c070 branch from 8eb45d4 to a4aee2b Compare February 1, 2024 10:24
Copy link

github-actions bot commented Feb 1, 2024

Hey!

Your images are ready:

  • ghcr.io/openclarity/vmclarity-apiserver-dev:pr1143-b98454b7ab3250a450137ede814cd65db55feaf1
  • ghcr.io/openclarity/vmclarity-orchestrator-dev:pr1143-b98454b7ab3250a450137ede814cd65db55feaf1
  • ghcr.io/openclarity/vmclarity-ui-backend-dev:pr1143-b98454b7ab3250a450137ede814cd65db55feaf1
  • ghcr.io/openclarity/vmclarity-ui-dev:pr1143-b98454b7ab3250a450137ede814cd65db55feaf1
  • ghcr.io/openclarity/vmclarity-cli-dev:pr1143-b98454b7ab3250a450137ede814cd65db55feaf1

@paralta paralta added this pull request to the merge queue Feb 1, 2024
Merged via the queue into main with commit e9bd76d Feb 1, 2024
33 checks passed
@paralta paralta deleted the dependabot/go_modules/containerd-3975b0c070 branch February 1, 2024 11:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant