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

   Bumps the gomod_updates group with 4 updates: 
[github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2), 
[github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2),
 [github.com/docker/docker](https://github.com/docker/docker) and 
[google.golang.org/api](https://github.com/googleapis/google-api-go-client).
   
   Updates `github.com/aws/aws-sdk-go-v2/config` from 1.31.11 to 1.31.12
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/aws/aws-sdk-go-v2/commit/4f599a5905bdfa3f6aa482e1e7bb98f7b3f9ec03";><code>4f599a5</code></a>
 Release 2025-09-29</li>
   <li><a 
href="https://github.com/aws/aws-sdk-go-v2/commit/c32a7a8084b2d86eeda99f184e75fdca0b33e5a9";><code>c32a7a8</code></a>
 Regenerated Clients</li>
   <li><a 
href="https://github.com/aws/aws-sdk-go-v2/commit/18a065d1689d43c994da970a8750d43844c79896";><code>18a065d</code></a>
 Update endpoints model</li>
   <li><a 
href="https://github.com/aws/aws-sdk-go-v2/commit/af534aa0fb522eb683d484d281d2a017be8a006c";><code>af534aa</code></a>
 Update API model</li>
   <li>See full diff in <a 
href="https://github.com/aws/aws-sdk-go-v2/compare/config/v1.31.11...config/v1.31.12";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.18.15 to 1.18.16
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/aws/aws-sdk-go-v2/commit/18bff5e44f4c2c140feaf54b2dd92140630c7e50";><code>18bff5e</code></a>
 Release 2023-03-10</li>
   <li><a 
href="https://github.com/aws/aws-sdk-go-v2/commit/cca7003bfc6acfa24313a1fa3ae5e4aa0a36f4bc";><code>cca7003</code></a>
 Regenerated Clients</li>
   <li><a 
href="https://github.com/aws/aws-sdk-go-v2/commit/87bde6fa5748b6f78f1402052c55056f1f3d8ddf";><code>87bde6f</code></a>
 Update endpoints model</li>
   <li><a 
href="https://github.com/aws/aws-sdk-go-v2/commit/361bd48e01611b81750b838ec44cabfa7f3c02ad";><code>361bd48</code></a>
 Update API model</li>
   <li><a 
href="https://github.com/aws/aws-sdk-go-v2/commit/61d474d5d66f498c07f08846c308081c0cab2536";><code>61d474d</code></a>
 Fix staticcheck linter warnings (<a 
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2044";>#2044</a>)</li>
   <li><a 
href="https://github.com/aws/aws-sdk-go-v2/commit/59a58ae78b0f41b541d431664e98b0711e0af4ed";><code>59a58ae</code></a>
 Release 2023-03-09</li>
   <li><a 
href="https://github.com/aws/aws-sdk-go-v2/commit/aa1d8ae433652241f5ea9996f14e385f59a0c7e8";><code>aa1d8ae</code></a>
 Regenerated Clients</li>
   <li><a 
href="https://github.com/aws/aws-sdk-go-v2/commit/3441f5fbc73bf974fa4af4ad579bfb4a09752f8d";><code>3441f5f</code></a>
 Update endpoints model</li>
   <li><a 
href="https://github.com/aws/aws-sdk-go-v2/commit/826cc366c86fba977ed6343ae22247ac722be0d8";><code>826cc36</code></a>
 Update API model</li>
   <li><a 
href="https://github.com/aws/aws-sdk-go-v2/commit/5799416de4970748df37d556db57a88e050d99c9";><code>5799416</code></a>
 Release 2023-03-08</li>
   <li>Additional commits viewable in <a 
href="https://github.com/aws/aws-sdk-go-v2/compare/config/v1.18.15...config/v1.18.16";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `github.com/docker/docker` from 28.4.0+incompatible to 
28.5.0+incompatible
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/docker/docker/releases";>github.com/docker/docker's 
releases</a>.</em></p>
   <blockquote>
   <h2>v28.5.0</h2>
   <h1>28.5.0</h1>
   <p>For a full list of pull requests and changes in this release, refer to 
the relevant GitHub milestones:</p>
   <ul>
   <li><a 
href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A28.5.0";>docker/cli,
 28.5.0 milestone</a></li>
   <li><a 
href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.5.0";>moby/moby,
 28.5.0 milestone</a></li>
   <li>Deprecated and removed features, see <a 
href="https://github.com/docker/cli/blob/v28.5.0/docs/deprecated.md";>Deprecated 
Features</a>.</li>
   <li>Changes to the Engine API, see <a 
href="https://github.com/moby/moby/blob/v28.5.0/docs/api/version-history.md";>API
 version history</a>.</li>
   </ul>
   <h3>Bug fixes and enhancements</h3>
   <ul>
   <li>Don't print warnings in <code>docker info</code> for broken symlinks in 
CLI-plugin directories. <a 
href="https://redirect.github.com/docker/cli/pull/6476";>docker/cli#6476</a></li>
   <li>Fix a panic during <code>stats</code> on empty event 
<code>Actor.ID</code>. <a 
href="https://redirect.github.com/docker/cli/pull/6471";>docker/cli#6471</a></li>
   </ul>
   <h3>Packaging updates</h3>
   <ul>
   <li>Remove support for legacy CBC cipher suites. <a 
href="https://redirect.github.com/docker/cli/pull/6474";>docker/cli#6474</a></li>
   <li>Update Buildkit to <a 
href="https://github.com/moby/buildkit/releases/tag/v0.25.0";>v0.25.0</a>. <a 
href="https://redirect.github.com/moby/moby/pull/51075";>moby/moby#51075</a></li>
   <li>Update Dockerfile syntax to <a 
href="https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.19.0";>v1.19.0</a>.
 <a 
href="https://redirect.github.com/moby/moby/pull/51075";>moby/moby#51075</a></li>
   </ul>
   <h3>Networking</h3>
   <ul>
   <li>Eliminated harmless warning about deletion of 
<code>endpoint_count</code> from the data store. <a 
href="https://redirect.github.com/moby/moby/pull/51064";>moby/moby#51064</a></li>
   <li>Fix a bug causing IPAM plugins to not be loaded on Windows. <a 
href="https://redirect.github.com/moby/moby/pull/51035";>moby/moby#51035</a></li>
   </ul>
   <h3>API</h3>
   <ul>
   <li>Deprecate support for kernel memory TCP accounting 
(<code>KernelMemoryTCP</code>). <a 
href="https://redirect.github.com/moby/moby/pull/51067";>moby/moby#51067</a></li>
   <li>Fix <code>GET containers/{name}/checkpoints</code> returning 
<code>null</code> instead of empty JSON array when there are no checkpoints. <a 
href="https://redirect.github.com/moby/moby/pull/51052";>moby/moby#51052</a></li>
   </ul>
   <h3>Go SDK</h3>
   <ul>
   <li>cli-plugins/plugin: Run: allow customizing the CLI. <a 
href="https://redirect.github.com/docker/cli/pull/6481";>docker/cli#6481</a></li>
   <li>cli/command: add <code>WithUserAgent</code> option. <a 
href="https://redirect.github.com/docker/cli/pull/6477";>docker/cli#6477</a></li>
   </ul>
   <h3>Deprecations</h3>
   <ul>
   <li>Go-SDK: cli/command: deprecate <code>DockerCli.Apply</code>. This method 
is no longer used and will be removed in the next release if there are no 
remaining uses. <a 
href="https://redirect.github.com/docker/cli/pull/6497";>docker/cli#6497</a></li>
   <li>Go-SDK: cli/command: deprecate 
<code>DockerCli.ContentTrustEnabled</code>. This method is no longer used and 
will be removed in the next release. <a 
href="https://redirect.github.com/docker/cli/pull/6495";>docker/cli#6495</a></li>
   <li>Go-SDK: cli/command: deprecate <code>DockerCli.DefaultVersion</code>. 
This method is no longer used and will be removed in the next release. <a 
href="https://redirect.github.com/docker/cli/pull/6491";>docker/cli#6491</a></li>
   <li>Go-SDK: cli/command: deprecate <code>ResolveDefaultContext</code> 
utility. <a 
href="https://redirect.github.com/docker/cli/pull/6529";>docker/cli#6529</a></li>
   <li>Go-SDK: cli/command: deprecate <code>WithContentTrustFromEnv</code>, 
<code>WithContentTrust</code> options. These options were used internally, and 
will be removed in the next release.. <a 
href="https://redirect.github.com/docker/cli/pull/6489";>docker/cli#6489</a></li>
   <li>Go-SDK: cli/manifest/store: deprecate <code>IsNotFound()</code>. <a 
href="https://redirect.github.com/docker/cli/pull/6514";>docker/cli#6514</a></li>
   <li>Go-SDK: templates: deprecate NewParse() function. <a 
href="https://redirect.github.com/docker/cli/pull/6469";>docker/cli#6469</a></li>
   </ul>
   <h2>v28.5.0-rc.1</h2>
   <h2>28.5.0-rc.1</h2>
   <p>For a full list of pull requests and changes in this release, refer to 
the relevant GitHub milestones:</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/moby/moby/commit/cd048300a48700294339c9c91d2dcc691cb8f63b";><code>cd04830</code></a>
 Merge pull request <a 
href="https://redirect.github.com/docker/docker/issues/51075";>#51075</a> from 
vvoland/51074-28.x</li>
   <li><a 
href="https://github.com/moby/moby/commit/e29d6be7a5126c4677a974cac3b9610e5157c780";><code>e29d6be</code></a>
 vendor: github.com/moby/buildkit v0.25.0</li>
   <li><a 
href="https://github.com/moby/moby/commit/9b4369035bed7dfdc3799484159ca4ed09e04e8e";><code>9b43690</code></a>
 Merge pull request <a 
href="https://redirect.github.com/docker/docker/issues/51069";>#51069</a> from 
thaJeztah/28.x_backport_docs_rm_deprecated_vir...</li>
   <li><a 
href="https://github.com/moby/moby/commit/4f3572596b4db81e89aa69cbee8741591d77ad47";><code>4f35725</code></a>
 api: swagger: remove VirtualSize fields for API &gt; v1.43</li>
   <li><a 
href="https://github.com/moby/moby/commit/79f310d4bc0272183fdd9fed87b0a6881c185ca2";><code>79f310d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/docker/docker/issues/51067";>#51067</a> from 
austinvazquez/cherry-pick-deprecate-kernel-mem...</li>
   <li><a 
href="https://github.com/moby/moby/commit/deb4bbbfe09dfea5289d6a410d3c73d8a49a13ac";><code>deb4bbb</code></a>
 api: deprecate <code>KernelMemoryTCP</code> support</li>
   <li><a 
href="https://github.com/moby/moby/commit/423a7fd6af43765bb80d5ab94fcd60c7daa64033";><code>423a7fd</code></a>
 Merge pull request <a 
href="https://redirect.github.com/docker/docker/issues/51064";>#51064</a> from 
thaJeztah/28.x_backport_fix_epcnt_warning</li>
   <li><a 
href="https://github.com/moby/moby/commit/fbf2fe8b7dc2cc532ef7de136f95016f7f56b267";><code>fbf2fe8</code></a>
 Eliminate warning about endpoint count store delete</li>
   <li><a 
href="https://github.com/moby/moby/commit/252a1ebe7effbc4e7e2272154332111d1fc916b2";><code>252a1eb</code></a>
 Merge pull request <a 
href="https://redirect.github.com/docker/docker/issues/51061";>#51061</a> from 
thaJeztah/28.x_backport_rm_email_example</li>
   <li><a 
href="https://github.com/moby/moby/commit/2c15eb6617efb30cb828ce1a7133df6aa1689314";><code>2c15eb6</code></a>
 api/docs: remove email field from example auth</li>
   <li>Additional commits viewable in <a 
href="https://github.com/docker/docker/compare/v28.4.0...v28.5.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `google.golang.org/api` from 0.250.0 to 0.251.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/googleapis/google-api-go-client/releases";>google.golang.org/api's
 releases</a>.</em></p>
   <blockquote>
   <h2>v0.251.0</h2>
   <h2><a 
href="https://github.com/googleapis/google-api-go-client/compare/v0.250.0...v0.251.0";>0.251.0</a>
 (2025-09-30)</h2>
   <h3>Features</h3>
   <ul>
   <li><strong>all:</strong> Auto-regenerate discovery clients (<a 
href="https://redirect.github.com/googleapis/google-api-go-client/issues/3319";>#3319</a>)
 (<a 
href="https://github.com/googleapis/google-api-go-client/commit/7ef0f9bc31e15c6998e4b26b511bf1d5d50a6970";>7ef0f9b</a>)</li>
   <li><strong>all:</strong> Auto-regenerate discovery clients (<a 
href="https://redirect.github.com/googleapis/google-api-go-client/issues/3321";>#3321</a>)
 (<a 
href="https://github.com/googleapis/google-api-go-client/commit/2cb519b1a2d45c30fe1dfde10b47a83424d30231";>2cb519b</a>)</li>
   <li><strong>all:</strong> Auto-regenerate discovery clients (<a 
href="https://redirect.github.com/googleapis/google-api-go-client/issues/3322";>#3322</a>)
 (<a 
href="https://github.com/googleapis/google-api-go-client/commit/3e4bc6062699a1710d50f68b694bbe3a50132e82";>3e4bc60</a>)</li>
   <li><strong>all:</strong> Auto-regenerate discovery clients (<a 
href="https://redirect.github.com/googleapis/google-api-go-client/issues/3324";>#3324</a>)
 (<a 
href="https://github.com/googleapis/google-api-go-client/commit/b41b5a5c9ef21d7499b6f206c214c4a16933e3b7";>b41b5a5</a>)</li>
   <li><strong>all:</strong> Auto-regenerate discovery clients (<a 
href="https://redirect.github.com/googleapis/google-api-go-client/issues/3325";>#3325</a>)
 (<a 
href="https://github.com/googleapis/google-api-go-client/commit/8c5ef06788b235fcfb78e7226cf9905e88c96628";>8c5ef06</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md";>google.golang.org/api's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/googleapis/google-api-go-client/compare/v0.250.0...v0.251.0";>0.251.0</a>
 (2025-09-30)</h2>
   <h3>Features</h3>
   <ul>
   <li><strong>all:</strong> Auto-regenerate discovery clients (<a 
href="https://redirect.github.com/googleapis/google-api-go-client/issues/3319";>#3319</a>)
 (<a 
href="https://github.com/googleapis/google-api-go-client/commit/7ef0f9bc31e15c6998e4b26b511bf1d5d50a6970";>7ef0f9b</a>)</li>
   <li><strong>all:</strong> Auto-regenerate discovery clients (<a 
href="https://redirect.github.com/googleapis/google-api-go-client/issues/3321";>#3321</a>)
 (<a 
href="https://github.com/googleapis/google-api-go-client/commit/2cb519b1a2d45c30fe1dfde10b47a83424d30231";>2cb519b</a>)</li>
   <li><strong>all:</strong> Auto-regenerate discovery clients (<a 
href="https://redirect.github.com/googleapis/google-api-go-client/issues/3322";>#3322</a>)
 (<a 
href="https://github.com/googleapis/google-api-go-client/commit/3e4bc6062699a1710d50f68b694bbe3a50132e82";>3e4bc60</a>)</li>
   <li><strong>all:</strong> Auto-regenerate discovery clients (<a 
href="https://redirect.github.com/googleapis/google-api-go-client/issues/3324";>#3324</a>)
 (<a 
href="https://github.com/googleapis/google-api-go-client/commit/b41b5a5c9ef21d7499b6f206c214c4a16933e3b7";>b41b5a5</a>)</li>
   <li><strong>all:</strong> Auto-regenerate discovery clients (<a 
href="https://redirect.github.com/googleapis/google-api-go-client/issues/3325";>#3325</a>)
 (<a 
href="https://github.com/googleapis/google-api-go-client/commit/8c5ef06788b235fcfb78e7226cf9905e88c96628";>8c5ef06</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/googleapis/google-api-go-client/commit/bce8b63a2760d6bb50b56bc120bc79c5a5a4f53a";><code>bce8b63</code></a>
 chore(main): release 0.251.0 (<a 
href="https://redirect.github.com/googleapis/google-api-go-client/issues/3320";>#3320</a>)</li>
   <li><a 
href="https://github.com/googleapis/google-api-go-client/commit/65e7830d404c48623fbd05f4bebdb3c8cc8b8ea9";><code>65e7830</code></a>
 chore(all): update all (<a 
href="https://redirect.github.com/googleapis/google-api-go-client/issues/3323";>#3323</a>)</li>
   <li><a 
href="https://github.com/googleapis/google-api-go-client/commit/8c5ef06788b235fcfb78e7226cf9905e88c96628";><code>8c5ef06</code></a>
 feat(all): auto-regenerate discovery clients (<a 
href="https://redirect.github.com/googleapis/google-api-go-client/issues/3325";>#3325</a>)</li>
   <li><a 
href="https://github.com/googleapis/google-api-go-client/commit/b41b5a5c9ef21d7499b6f206c214c4a16933e3b7";><code>b41b5a5</code></a>
 feat(all): auto-regenerate discovery clients (<a 
href="https://redirect.github.com/googleapis/google-api-go-client/issues/3324";>#3324</a>)</li>
   <li><a 
href="https://github.com/googleapis/google-api-go-client/commit/3e4bc6062699a1710d50f68b694bbe3a50132e82";><code>3e4bc60</code></a>
 feat(all): auto-regenerate discovery clients (<a 
href="https://redirect.github.com/googleapis/google-api-go-client/issues/3322";>#3322</a>)</li>
   <li><a 
href="https://github.com/googleapis/google-api-go-client/commit/2cb519b1a2d45c30fe1dfde10b47a83424d30231";><code>2cb519b</code></a>
 feat(all): auto-regenerate discovery clients (<a 
href="https://redirect.github.com/googleapis/google-api-go-client/issues/3321";>#3321</a>)</li>
   <li><a 
href="https://github.com/googleapis/google-api-go-client/commit/7ef0f9bc31e15c6998e4b26b511bf1d5d50a6970";><code>7ef0f9b</code></a>
 feat(all): auto-regenerate discovery clients (<a 
href="https://redirect.github.com/googleapis/google-api-go-client/issues/3319";>#3319</a>)</li>
   <li>See full diff in <a 
href="https://github.com/googleapis/google-api-go-client/compare/v0.250.0...v0.251.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 <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
   
   
   </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