Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/containerd/containerd to v1.7.13 #5269

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 12, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/containerd/containerd v1.7.11 -> v1.7.13 age adoption passing confidence

Release Notes

containerd/containerd (github.com/containerd/containerd)

v1.7.13: containerd 1.7.13

Compare Source

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

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
9 commits

  • 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

v1.7.12: containerd 1.7.12

Compare Source

Welcome to the v1.7.12 release of containerd!

The twelfth patch release for containerd 1.7 contains various fixes and updates.

Notable Updates
  • Fix on dialer function for Windows (#​9501)
  • Improve /etc/group handling when appending groups (#​9544)
  • Update shim pidfile permissions to 0644 (#​9548)
  • Update runc binary to v1.1.11 (#​9596)
  • Allow import and export to reference missing content (#​9600)
  • Remove runc import (#​9605)
  • Update Go version to 1.20.13 (#​9624)
Deprecation Warnings
  • Emit deprecation warning for containerd.io/restart.logpath label usage (#​9567)

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
  • Sebastiaan van Stijn
  • Wei Fu
  • Derek McGowan
  • Paweł Gronowski
  • Jaroslav Jindrak
  • Maksym Pavlenko
  • Samuel Karp
  • Anthony Nandaa
  • Bjorn Neergaard
  • Djordje Lukic
  • Kay Yan
Changes
34 commits

  • [release/1.7] Prepare release notes for v1.7.12 (#​9632)
    • 775d544fe Prepare release notes for v1.7.12
  • [release/1.7] update to go1.20.13, test go1.21.6 (#​9624)
    • a5dc5b894 update to go1.20.13, test go1.21.6
  • [release/1.7] shim: Create pid-file and address with 0644 permissions (#​9548)
    • 8d82242eb shim: Create address file with 0644 permissions
    • 260963a35 shim: Create pid-file with 0644 permissions
  • [release/1.7 backport] switch back from golang.org/x/sys/execabs to os/exec (go1.19) (#​9602)
    • 872af82f5 remove remaining uses of golang.org/x/sys/execabs
    • 2ad2a2e83 switch back from golang.org/x/sys/execabs to os/exec (go1.19)
  • [release/1.7] update to CDI v0.6.1, and remove github.com/opencontainers/runc dependency (#​9605)
    • 9251072f7 remove github.com/opencontainers/runc dependency
    • 4e67213d4 vendor: github.com/cncf-tags/container-device-interface v0.6.1
    • e0ee0be0d go.mod: github.com/opencontainers/runtime-spec v1.1.0
    • 02be2236a go.mod: github.com/.../container-device-interface v0.6.0
    • 91f953bb4 go.mod: github.com/opencontainers/runtime-spec v1.1.0-rc.2
  • [release/1.7 backport] import/export: Support references to missing content (#​9600)
    • 6089b05d9 images/Export: Revert signature change
    • 6b4b760c3 integration/import-export: Add WithSkipMissing tests
    • abb3c5ef9 export: Copy distribution source labels to manifest annotations
    • 9609f04f6 import/export: Support references to missing content
    • 42b60d865 images/archive: use mediatype helpers
  • [release/1.7 backport] update runc binary to v1.1.11 (#​9596)
  • [release/1.7 backport] go.mod: dario.cat/mergo v1.0.0 (#​9569)
  • [release/1.7] restart: containerd.io/restart.logpath warning (#​9567)
    • 03fed557e restart: containerd.io/restart.logpath warning
  • [release 1.7] backport: fix on dialer function for windows (#​9501)
    • 68d237392 fix(pkg/dialer): minor fix on dialer function for windows
  • [release/1.7] *: enable ARM64 runner (#​9502)
  • [release/1.7 backport] WithAppendAdditionalGroups: better /etc/group handling (#​9544)
    • 55e570844 WithAppendAdditionalGroups: better /etc/group handling

Dependency Changes
  • dario.cat/mergo v1.0.0 new
  • github.com/container-orchestrated-devices/container-device-interface v0.5.4 -> v0.6.1
  • github.com/moby/sys/user v0.1.0 new
  • github.com/opencontainers/runtime-spec v1.1.0-rc.1 -> v1.1.0

Previous release can be found at v1.7.11


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 12, 2024
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch 6 times, most recently from b5cbf0f to c9ccb68 Compare January 23, 2024 15:21
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch 5 times, most recently from 49d79ea to 7ea9a26 Compare January 29, 2024 12:22
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch 3 times, most recently from 30dec7f to 2c8257f Compare January 31, 2024 23:02
@renovate renovate bot changed the title fix(deps): update module github.com/containerd/containerd to v1.7.12 fix(deps): update module github.com/containerd/containerd to v1.7.13 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch 3 times, most recently from fb2979f to 790c7d9 Compare February 2, 2024 06:32
@rhatdan
Copy link
Member

rhatdan commented Feb 2, 2024

/approve
/lgtm

Copy link
Contributor

openshift-ci bot commented Feb 2, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: renovate[bot], rhatdan

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved label Feb 2, 2024
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from 790c7d9 to 9d58d13 Compare February 2, 2024 21:21
@openshift-ci openshift-ci bot removed the lgtm label Feb 2, 2024
Copy link
Contributor

openshift-ci bot commented Feb 2, 2024

New changes are detected. LGTM label has been removed.

@rhatdan rhatdan merged commit 799d40f into main Feb 2, 2024
20 of 33 checks passed
@renovate renovate bot deleted the renovate/github.com-containerd-containerd-1.x branch February 2, 2024 22:02
@stale-locking-app stale-locking-app bot locked as resolved and limited conversation to collaborators May 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved dependencies Pull requests that update a dependency file locked - please file new issue/PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant