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

   Bumps 
[github.com/containerd/containerd/v2](https://github.com/containerd/containerd) 
from 2.0.4 to 2.0.5.
   <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.0.5</h2>
   <p>Welcome to the v2.0.5 release of containerd!</p>
   <p>The fifth patch release for containerd 2.0 includes various bug fixes and 
updates.</p>
   <h3>Highlights</h3>
   <h4>Build and Release Toolchain</h4>
   <ul>
   <li>Update go to 1.23.8 (<a 
href="https://redirect.github.com/containerd/containerd/pull/11717";>#11717</a>)</li>
   </ul>
   <h4>Container Runtime Interface (CRI)</h4>
   <ul>
   <li>Update ImageService to delete images synchronously (<a 
href="https://redirect.github.com/containerd/containerd/pull/11599";>#11599</a>)</li>
   </ul>
   <h4>Image Distribution</h4>
   <ul>
   <li>Prevent panic on zero length push (<a 
href="https://redirect.github.com/containerd/containerd/pull/11698";>#11698</a>)</li>
   <li>Set default differ for the default unpack config of transfer service (<a 
href="https://redirect.github.com/containerd/containerd/pull/11688";>#11688</a>)</li>
   </ul>
   <h4>Runtime</h4>
   <ul>
   <li>Remove invalid error log when stopping container after containerd 
restart (<a 
href="https://redirect.github.com/containerd/containerd/pull/11621";>#11621</a>)</li>
   <li>Update taskOptions based on runtimeOptions when creating a task (<a 
href="https://redirect.github.com/containerd/containerd/pull/11618";>#11618</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>Akihiro Suda</li>
   <li>Akhil Mohan</li>
   <li>Derek McGowan</li>
   <li>Phil Estes</li>
   <li>Wei Fu</li>
   <li>Iceber Gu</li>
   <li>Austin Vazquez</li>
   <li>Maksym Pavlenko</li>
   <li>Cesar Talledo</li>
   <li>Henry Wang</li>
   <li>Jin Dong</li>
   <li>Krisztian Litkey</li>
   <li>Yang Yang</li>
   </ul>
   <h3>Changes</h3>
   <!-- raw HTML omitted -->
   <ul>
   <li>Update go to 1.23.8 (<a 
href="https://redirect.github.com/containerd/containerd/pull/11717";>#11717</a>)
   <ul>
   <li><a 
href="https://github.com/containerd/containerd/commit/5bcf0a95e39fcfa2be3a867be2606fedebd0b681";><code>5bcf0a95e</code></a>
 use go1.23.8 as the default go version</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/fb4c30d4ede3531652d86197bf3fc9515e5276d9";><code>fb4c30d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/containerd/containerd/issues/11717";>#11717</a>
 from dmcgowan/backport-go-1.23.8</li>
   <li><a 
href="https://github.com/containerd/containerd/commit/d60230c0a2bbb9970e2d5c88926c47f2463f0089";><code>d60230c</code></a>
 Merge pull request <a 
href="https://redirect.github.com/containerd/containerd/issues/11713";>#11713</a>
 from dmcgowan/prepare-v2.0.5</li>
   <li><a 
href="https://github.com/containerd/containerd/commit/5bcf0a95e39fcfa2be3a867be2606fedebd0b681";><code>5bcf0a9</code></a>
 use go1.23.8 as the default go version</li>
   <li><a 
href="https://github.com/containerd/containerd/commit/4838f33f7e012a61465a1b41895e942d3e6d8abc";><code>4838f33</code></a>
 update to go 1.24.2, 1.23.8</li>
   <li><a 
href="https://github.com/containerd/containerd/commit/a8082cd60df5843b19710e832c653d4cfa6cfd88";><code>a8082cd</code></a>
 Prepare release notes for v2.0.5</li>
   <li><a 
href="https://github.com/containerd/containerd/commit/ab513cdec29af125c7d95e735dec3061c68a994a";><code>ab513cd</code></a>
 Merge pull request <a 
href="https://redirect.github.com/containerd/containerd/issues/11710";>#11710</a>
 from dmcgowan/backport-11707</li>
   <li><a 
href="https://github.com/containerd/containerd/commit/58b715ad8dd372472f91dec84aec581d35b417c0";><code>58b715a</code></a>
 Disable arm64 criu testing in GH Actions</li>
   <li><a 
href="https://github.com/containerd/containerd/commit/b4a53e8264dd6cc93573630c0e59902eaa822886";><code>b4a53e8</code></a>
 disable portmap test in ubuntu-22 to make CI happy</li>
   <li><a 
href="https://github.com/containerd/containerd/commit/4bcf472de6ccf12b9f17ea095d8257fd7d7c1d18";><code>4bcf472</code></a>
 add option to skip tests in critest</li>
   <li><a 
href="https://github.com/containerd/containerd/commit/ea7be04cb4c779c34740142ca88ba005ec0ff598";><code>ea7be04</code></a>
 Merge pull request <a 
href="https://redirect.github.com/containerd/containerd/issues/11698";>#11698</a>
 from k8s-infra-cherrypick-robot/cherry-pick-11670-t...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/containerd/containerd/compare/v2.0.4...v2.0.5";>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.0.4&new-version=2.0.5)](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 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/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