dependabot[bot] opened a new pull request, #2007:
URL: https://github.com/apache/iceberg-go/pull/2007

   Bumps 
[github.com/containerd/containerd/v2](https://github.com/containerd/containerd) 
from 2.2.5 to 2.2.8.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/containerd/containerd/releases";>github.com/containerd/containerd/v2's
 releases</a>.</em></p>
   <blockquote>
   <h2>containerd 2.2.8</h2>
   <p>Welcome to the v2.2.8 release of containerd!</p>
   <p>The eighth patch release for containerd 2.2 contains various fixes
   and updates including security patches.</p>
   <h3>Security Updates</h3>
   <ul>
   <li><strong>containerd</strong>
   <ul>
   <li><a 
href="https://github.com/containerd/containerd/security/advisories/GHSA-7jxh-36q5-gcqv";><strong>CVE-2026-53495</strong></a></li>
   <li><a 
href="https://github.com/containerd/containerd/security/advisories/GHSA-rp3h-jf77-q9p4";><strong>GHSA-rp3h-jf77-q9p4</strong></a></li>
   </ul>
   </li>
   </ul>
   <h3>Highlights</h3>
   <h4>Image Distribution</h4>
   <ul>
   <li>Apply hardening to strip sensitive authentication headers when fetching 
descriptor URLs (<a 
href="https://redirect.github.com/containerd/containerd/pull/14044";>#14044</a>)</li>
   </ul>
   <h4>Runtime</h4>
   <ul>
   <li>Set SystemTemp environment variable on Windows so temp directory 
overrides work for SYSTEM services (<a 
href="https://redirect.github.com/containerd/containerd/pull/14102";>#14102</a>)</li>
   <li>Fix user and group lookup failures in container rootfs containing 
symlinked /etc/passwd or /etc/group (<a 
href="https://redirect.github.com/containerd/containerd/pull/14005";>#14005</a>)</li>
   </ul>
   <h4>Snapshotters</h4>
   <ul>
   <li>Fix EROFS snapshot creation failure caused by concurrent snapshot 
removal (<a 
href="https://redirect.github.com/containerd/containerd/pull/13950";>#13950</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>Samuel Karp</li>
   <li>Wei Fu</li>
   <li>Oleh Konko</li>
   <li>Chris Ayoub</li>
   <li>Maksim An</li>
   <li>XlabAI</li>
   </ul>
   <h3>Changes</h3>
   <!-- raw HTML omitted -->
   <ul>
   <li><a 
href="https://github.com/containerd/containerd/commit/4864b18144ed746eda776112370bf83121348275";><code>4864b1814</code></a>
 Prepare release notes for v2.2.8</li>
   <li><a 
href="https://github.com/containerd/containerd/commit/3458b7fd367be3981b57262c5f0c267bf0570a71";><code>3458b7fd3</code></a>
 Merge commit from fork</li>
   <li><a 
href="https://github.com/containerd/containerd/commit/22ccf4314d1fe0834f8e28f10d37d5305ef9880c";><code>22ccf4314</code></a>
 cri: cancel ExecSync IO drain on context cancellation</li>
   <li><a 
href="https://github.com/containerd/containerd/commit/2bf01ce17baa2cc3904f377f2cc9d815631ac704";><code>2bf01ce17</code></a>
 Merge commit from fork</li>
   <li><a 
href="https://github.com/containerd/containerd/commit/45166eb828c9f8605db44299836a87b78bda701b";><code>45166eb82</code></a>
 archive: skip redundant opaque whiteout walks</li>
   <li>Set SystemTemp env var to config temp on Windows (<a 
href="https://redirect.github.com/containerd/containerd/pull/14102";>#14102</a>)
   <ul>
   <li><a 
href="https://github.com/containerd/containerd/commit/2c722ad0418df21ff173c3f54dd3dd4713302cd8";><code>2c722ad04</code></a>
 Set SystemTemp env var to config temp on Windows</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/941d3ed89ad60ad91cac377a16ecde23e2143083";><code>941d3ed</code></a>
 Merge pull request <a 
href="https://redirect.github.com/containerd/containerd/issues/14097";>#14097</a>
 from samuelkarp/prepare-release-2.2.8</li>
   <li><a 
href="https://github.com/containerd/containerd/commit/4864b18144ed746eda776112370bf83121348275";><code>4864b18</code></a>
 Prepare release notes for v2.2.8</li>
   <li><a 
href="https://github.com/containerd/containerd/commit/3458b7fd367be3981b57262c5f0c267bf0570a71";><code>3458b7f</code></a>
 Merge commit from fork</li>
   <li><a 
href="https://github.com/containerd/containerd/commit/2bf01ce17baa2cc3904f377f2cc9d815631ac704";><code>2bf01ce</code></a>
 Merge commit from fork</li>
   <li><a 
href="https://github.com/containerd/containerd/commit/c6dd1e147d14a9d0244a6e1fbccf81c0f3004e07";><code>c6dd1e1</code></a>
 Merge pull request <a 
href="https://redirect.github.com/containerd/containerd/issues/14102";>#14102</a>
 from anmaxvl/backport-set-systemtemp-win-2.2</li>
   <li><a 
href="https://github.com/containerd/containerd/commit/dba72973f2fd973f334f94dd04d80cddb86fa69e";><code>dba7297</code></a>
 Merge pull request <a 
href="https://redirect.github.com/containerd/containerd/issues/14005";>#14005</a>
 from fuweid/22/resolve-userinfo</li>
   <li><a 
href="https://github.com/containerd/containerd/commit/2c722ad0418df21ff173c3f54dd3dd4713302cd8";><code>2c722ad</code></a>
 Set SystemTemp env var to config temp on Windows</li>
   <li><a 
href="https://github.com/containerd/containerd/commit/22ccf4314d1fe0834f8e28f10d37d5305ef9880c";><code>22ccf43</code></a>
 cri: cancel ExecSync IO drain on context cancellation</li>
   <li><a 
href="https://github.com/containerd/containerd/commit/45166eb828c9f8605db44299836a87b78bda701b";><code>45166eb</code></a>
 archive: skip redundant opaque whiteout walks</li>
   <li><a 
href="https://github.com/containerd/containerd/commit/c31c45f499081a91c57bcb157b91434899bb6e3f";><code>c31c45f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/containerd/containerd/issues/14044";>#14044</a>
 from samuelkarp/cherry-pick-12889-to-release/2.2</li>
   <li>Additional commits viewable in <a 
href="https://github.com/containerd/containerd/compare/v2.2.5...v2.2.8";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/containerd/containerd/v2&package-manager=go_modules&previous-version=2.2.5&new-version=2.2.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-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 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/apache/iceberg-go/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to