[PR #3527] Bump github.com/containerd/containerd from 1.7.16 to 1.7.27 #3785

Closed
opened 2025-11-20 08:07:04 -05:00 by saavagebueno · 0 comments
Owner

Original Pull Request: https://github.com/netbirdio/netbird/pull/3527

State: closed
Merged: Yes


Bumps github.com/containerd/containerd from 1.7.16 to 1.7.27.

Release notes

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

containerd 1.7.27

Welcome to the v1.7.27 release of containerd!

The twenty-seventh patch release for containerd 1.7 contains various fixes and updates.

Highlights

  • Fix integer overflow in User ID handling (GHSA-265r-hfxg-fhmg)
  • Update image type checks to avoid unnecessary logs for attestations (#11538)

Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues.

Contributors

  • Jin Dong
  • Akhil Mohan
  • Derek McGowan
  • Maksym Pavlenko
  • Paweł Gronowski
  • Phil Estes
  • Akihiro Suda
  • Craig Ingram
  • Krisztian Litkey
  • Samuel Karp

Changes

  • 05044ec0a Merge commit from fork
  • 11504c3fc validate uid/gid
  • Prepare release notes for v1.7.27 (#11540)
    • 1be04be6c Prepare release notes for v1.7.27
  • Update image type checks to avoid unnecessary logs for attestations (#11538)
    • 82b5c43fe core/remotes: Handle attestations in MakeRefKey
    • 2c670e79b core/images: Ignore attestations when traversing children
  • update build to go1.23.7, test go1.24.1 (#11515)
    • a39863c9f update build to go1.23.7, test go1.24.1
  • Remove hashicorp/go-multierror dependency and fix CI (#11499)
    • 49537b3a7 e2e: use the shim bundled with containerd artifact
    • fe490b76f Bump up github.com/intel/goresctrl to 0.5.0
    • 13fc9d313 update containerd/project-checks to 1.2.1
    • 585699c94 Remove unnecessary joinError unwrap
    • 4b9df59be Remove hashicorp/go-multierror
  • go.{mod,sum}: bump CDI deps to v0.8.1. (#11422)
    • 5ba28f8dc go.{mod,sum}: bump CDI deps to v0.8.1, re-vendor.
  • CI: arm64-8core-32gb -> ubuntu-24.04-arm (#11437)
    • 85f10bd92 CI: arm64-8core-32gb -> ubuntu-24.04-arm

... (truncated)

Commits
  • 05044ec Merge commit from fork
  • 0b7f2a5 Merge pull request #11540 from dmcgowan/prepare-1.7.27
  • 574a304 Merge pull request #11538 from dmcgowan/backport-11327
  • 1be04be Prepare release notes for v1.7.27
  • 82b5c43 core/remotes: Handle attestations in MakeRefKey
  • 2c670e7 core/images: Ignore attestations when traversing children
  • 11504c3 validate uid/gid
  • 576178b Merge pull request #11515 from akhilerm/1.7-updatego1.24.1
  • a39863c update build to go1.23.7, test go1.24.1
  • 8946aa0 Merge pull request #11499 from djdongjin/1-7-remove-hashi-multierror
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note


Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

**Original Pull Request:** https://github.com/netbirdio/netbird/pull/3527 **State:** closed **Merged:** Yes --- Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.16 to 1.7.27. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/containerd/containerd/releases">github.com/containerd/containerd's releases</a>.</em></p> <blockquote> <h2>containerd 1.7.27</h2> <p>Welcome to the v1.7.27 release of containerd!</p> <p>The twenty-seventh patch release for containerd 1.7 contains various fixes and updates.</p> <h3>Highlights</h3> <ul> <li>Fix integer overflow in User ID handling (<a href="https://github.com/containerd/containerd/security/advisories/GHSA-265r-hfxg-fhmg">GHSA-265r-hfxg-fhmg</a>)</li> <li>Update image type checks to avoid unnecessary logs for attestations (<a href="https://redirect.github.com/containerd/containerd/pull/11538">#11538</a>)</li> </ul> <p>Please try out the release binaries and report any issues at <a href="https://github.com/containerd/containerd/issues">https://github.com/containerd/containerd/issues</a>.</p> <h3>Contributors</h3> <ul> <li>Jin Dong</li> <li>Akhil Mohan</li> <li>Derek McGowan</li> <li>Maksym Pavlenko</li> <li>Paweł Gronowski</li> <li>Phil Estes</li> <li>Akihiro Suda</li> <li>Craig Ingram</li> <li>Krisztian Litkey</li> <li>Samuel Karp</li> </ul> <h3>Changes</h3> <!-- raw HTML omitted --> <ul> <li><a href="https://github.com/containerd/containerd/commit/05044ec0a9a75232cad458027ca83437aae3f4da"><code>05044ec0a</code></a> Merge commit from fork</li> <li><a href="https://github.com/containerd/containerd/commit/11504c3fc5f45634f2d93d57743a998194430b82"><code>11504c3fc</code></a> validate uid/gid</li> <li>Prepare release notes for v1.7.27 (<a href="https://redirect.github.com/containerd/containerd/pull/11540">#11540</a>) <ul> <li><a href="https://github.com/containerd/containerd/commit/1be04be6c307a7f67423574ca1b9744e57377753"><code>1be04be6c</code></a> Prepare release notes for v1.7.27</li> </ul> </li> <li>Update image type checks to avoid unnecessary logs for attestations (<a href="https://redirect.github.com/containerd/containerd/pull/11538">#11538</a>) <ul> <li><a href="https://github.com/containerd/containerd/commit/82b5c43fed40d1f32e88215a3f0acbaf8cd9af10"><code>82b5c43fe</code></a> core/remotes: Handle attestations in MakeRefKey</li> <li><a href="https://github.com/containerd/containerd/commit/2c670e79bf19bc7716c8b9f1f82c700ad8233af3"><code>2c670e79b</code></a> core/images: Ignore attestations when traversing children</li> </ul> </li> <li>update build to go1.23.7, test go1.24.1 (<a href="https://redirect.github.com/containerd/containerd/pull/11515">#11515</a>) <ul> <li><a href="https://github.com/containerd/containerd/commit/a39863c9fd52abb50895a4b6f653cf501a2e3388"><code>a39863c9f</code></a> update build to go1.23.7, test go1.24.1</li> </ul> </li> <li>Remove hashicorp/go-multierror dependency and fix CI (<a href="https://redirect.github.com/containerd/containerd/pull/11499">#11499</a>) <ul> <li><a href="https://github.com/containerd/containerd/commit/49537b3a75bdcd982e7e26855779b346bb363a54"><code>49537b3a7</code></a> e2e: use the shim bundled with containerd artifact</li> <li><a href="https://github.com/containerd/containerd/commit/fe490b76fd78cc1461f20aab89951be5f88fc454"><code>fe490b76f</code></a> Bump up github.com/intel/goresctrl to 0.5.0</li> <li><a href="https://github.com/containerd/containerd/commit/13fc9d3132fc4c77f6533551049d2d865d4e4b45"><code>13fc9d313</code></a> update containerd/project-checks to 1.2.1</li> <li><a href="https://github.com/containerd/containerd/commit/585699c94f68649a89b0af46d675d6e998d67ccd"><code>585699c94</code></a> Remove unnecessary joinError unwrap</li> <li><a href="https://github.com/containerd/containerd/commit/4b9df59be202a011c4f65604bbeab75eeb85ab46"><code>4b9df59be</code></a> Remove hashicorp/go-multierror</li> </ul> </li> <li>go.{mod,sum}: bump CDI deps to v0.8.1. (<a href="https://redirect.github.com/containerd/containerd/pull/11422">#11422</a>) <ul> <li><a href="https://github.com/containerd/containerd/commit/5ba28f8dc1d007059ed3eb1a7b55025e72abd525"><code>5ba28f8dc</code></a> go.{mod,sum}: bump CDI deps to v0.8.1, re-vendor.</li> </ul> </li> <li>CI: arm64-8core-32gb -&gt; ubuntu-24.04-arm (<a href="https://redirect.github.com/containerd/containerd/pull/11437">#11437</a>) <ul> <li><a href="https://github.com/containerd/containerd/commit/85f10bd9221f35ef1c2b8ec2d67520f461aa51a0"><code>85f10bd92</code></a> CI: arm64-8core-32gb -&gt; ubuntu-24.04-arm</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/containerd/containerd/commit/05044ec0a9a75232cad458027ca83437aae3f4da"><code>05044ec</code></a> Merge commit from fork</li> <li><a href="https://github.com/containerd/containerd/commit/0b7f2a55f71f04a3655e9576ab22377c3e45f32d"><code>0b7f2a5</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/11540">#11540</a> from dmcgowan/prepare-1.7.27</li> <li><a href="https://github.com/containerd/containerd/commit/574a30406e06045a602f8fab59c2e0e725de6e24"><code>574a304</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/11538">#11538</a> from dmcgowan/backport-11327</li> <li><a href="https://github.com/containerd/containerd/commit/1be04be6c307a7f67423574ca1b9744e57377753"><code>1be04be</code></a> Prepare release notes for v1.7.27</li> <li><a href="https://github.com/containerd/containerd/commit/82b5c43fed40d1f32e88215a3f0acbaf8cd9af10"><code>82b5c43</code></a> core/remotes: Handle attestations in MakeRefKey</li> <li><a href="https://github.com/containerd/containerd/commit/2c670e79bf19bc7716c8b9f1f82c700ad8233af3"><code>2c670e7</code></a> core/images: Ignore attestations when traversing children</li> <li><a href="https://github.com/containerd/containerd/commit/11504c3fc5f45634f2d93d57743a998194430b82"><code>11504c3</code></a> validate uid/gid</li> <li><a href="https://github.com/containerd/containerd/commit/576178b68be9a90ae0b6cf4e88775a128728eeea"><code>576178b</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/11515">#11515</a> from akhilerm/1.7-updatego1.24.1</li> <li><a href="https://github.com/containerd/containerd/commit/a39863c9fd52abb50895a4b6f653cf501a2e3388"><code>a39863c</code></a> update build to go1.23.7, test go1.24.1</li> <li><a href="https://github.com/containerd/containerd/commit/8946aa0233d679e9bb3d6d7f9d89ba39a4819b74"><code>8946aa0</code></a> Merge pull request <a href="https://redirect.github.com/containerd/containerd/issues/11499">#11499</a> from djdongjin/1-7-remove-hashi-multierror</li> <li>Additional commits viewable in <a href="https://github.com/containerd/containerd/compare/v1.7.16...v1.7.27">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/containerd/containerd&package-manager=go_modules&previous-version=1.7.16&new-version=1.7.27)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/netbirdio/netbird/network/alerts). </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
saavagebueno added the pull-request label 2025-11-20 08:07:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#3785