dependabot[bot] opened a new pull request, #14204: URL: https://github.com/apache/iceberg/pull/14204
Bumps `nessie` from 0.104.5 to 0.105.3. Updates `org.projectnessie.nessie:nessie-client` from 0.104.5 to 0.105.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/projectnessie/nessie/releases">org.projectnessie.nessie:nessie-client's releases</a>.</em></p> <blockquote> <h2>Nessie 0.105.3</h2> <ul> <li>26 commits since 0.105.2</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.3">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.3</a></li> <li>Docker images: <a href="https://github.com/projectnessie/nessie/pkgs/container/nessie">https://github.com/projectnessie/nessie/pkgs/container/nessie</a> and <a href="https://quay.io/repository/projectnessie/nessie?tab=tags">https://quay.io/repository/projectnessie/nessie?tab=tags</a> It is a multiplatform Java image (amd64, arm64, ppc64le, s390x): <code>docker pull ghcr.io/projectnessie/nessie:0.105.3-java</code></li> <li>PyPI: <a href="https://pypi.org/project/pynessie/">https://pypi.org/project/pynessie/</a> (See <a href="https://github.com/projectnessie/pynessie/releases">pynessie</a>)</li> <li>Helm Chart repo: <a href="https://charts.projectnessie.org/">https://charts.projectnessie.org/</a></li> </ul> <h2>Try it</h2> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.105.3/nessie-quarkus-0.105.3-runner.jar"><code>nessie-quarkus-0.105.3-runner.jar</code></a> is a standalone uber-jar file that runs on Java 17 or newer and it is also available via <a href="https://search.maven.org/search?q=g:org.projectnessie+AND+a:nessie-quarkus+AND+v:0.105.3">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.105.3/nessie-quarkus-0.105.3-runner.jar java -jar nessie-quarkus-0.105.3-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.105.3/nessie-cli-0.105.3.jar"><code>nessie-cli-0.105.3.jar</code></a>, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: <code>docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.105.3</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.105.3/nessie-gc-0.105.3.jar"><code>nessie-gc-0.105.3.jar</code></a>, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its <code>help</code> command. Nessie GC tool is also available as a Docker image: <code>docker run --rm ghcr.io/projectnessie/nessie-gc:0.105.3 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.105.3/nessie-server-admin-tool-0.105.3-runner.jar"><code>nessie-server-admin-tool-0.105.3-runner.jar</code></a>, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its <code>help</code> command. Nessie Server Admin tool is also available as a Docker image: <code>docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.105.3 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.105.3/nessie-helm-0.105.3.tgz"><code>nessie-helm-0.105.3.tgz</code></a> is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the <a href="https://charts.projectnessie.org/">Nessie Helm chart repo</a>, which can be added and used to install the Nessie Helm chart.</p> <h2>Changelog</h2> <h3>Fixes</h3> <ul> <li>Iceberg REST: adapt the deprecation of <code>lastColumnId</code> in <code>AddSchema</code> table metadata update, fiel field is optional now</li> </ul> <h2>Full Changelog (minus renovate commits):</h2> <ul> <li>IRC: Make AddSchema.lastColumnId optional (<a href="https://redirect.github.com/projectnessie/nessie/issues/11352">#11352</a>)</li> <li>Add <code>nessie-object-storage-mock</code> to <code>nessie-bom</code> (<a href="https://redirect.github.com/projectnessie/nessie/issues/11343">#11343</a>)</li> <li>Fix maxOS CI (<a href="https://redirect.github.com/projectnessie/nessie/issues/11329">#11329</a>)</li> </ul> <h2>Nessie 0.105.2</h2> <ul> <li>17 commits since 0.105.1</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.2">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.2</a></li> <li>Docker images: <a href="https://github.com/projectnessie/nessie/pkgs/container/nessie">https://github.com/projectnessie/nessie/pkgs/container/nessie</a> and <a href="https://quay.io/repository/projectnessie/nessie?tab=tags">https://quay.io/repository/projectnessie/nessie?tab=tags</a> It is a multiplatform Java image (amd64, arm64, ppc64le, s390x): <code>docker pull ghcr.io/projectnessie/nessie:0.105.2-java</code></li> <li>PyPI: <a href="https://pypi.org/project/pynessie/">https://pypi.org/project/pynessie/</a> (See <a href="https://github.com/projectnessie/pynessie/releases">pynessie</a>)</li> <li>Helm Chart repo: <a href="https://charts.projectnessie.org/">https://charts.projectnessie.org/</a></li> </ul> <h2>Try it</h2> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.105.2/nessie-quarkus-0.105.2-runner.jar"><code>nessie-quarkus-0.105.2-runner.jar</code></a> is a standalone uber-jar file that runs on Java 17 or newer and it is also available via <a href="https://search.maven.org/search?q=g:org.projectnessie+AND+a:nessie-quarkus+AND+v:0.105.2">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.105.2/nessie-quarkus-0.105.2-runner.jar java -jar nessie-quarkus-0.105.2-runner.jar </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md">org.projectnessie.nessie:nessie-client's changelog</a>.</em></p> <blockquote> <h2>[0.105.3] Release (2025-09-24)</h2> <h3>Fixes</h3> <ul> <li>Iceberg REST: adapt the deprecation of <code>lastColumnId</code> in <code>AddSchema</code> table metadata update, fiel field is optional now</li> </ul> <h2>[0.105.2] Release (2025-09-19)</h2> <h3>Highlights</h3> <ul> <li>Nessie UI: CSS + fonts are now fetched from Nessie instead of external sources (CDNs).</li> </ul> <h2>[0.105.1] Release (2025-09-16)</h2> <h3>Highlights</h3> <ul> <li>Bump Iceberg from version 1.9.2 to 1.10.0</li> </ul> <h2>[0.105.0] Release (2025-09-03)</h2> <h3>Fixes</h3> <ul> <li>A bug has been resolved in the OAuth2 Authorization Code grant type. This fix addresses an issue where the <code>extra-params</code> configuration option was not being properly included in the authorization URI. Consequently, users, particularly Auth0 users passing the <code>audience</code> parameter, were receiving opaque tokens instead of JWTs.</li> </ul> <h2>[0.104.2] Release (2025-06-12)</h2> <h3>Changes</h3> <ul> <li>JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to its default, which is to fetch all rows when a <code>SELECT</code> statement is executed. This is changed to default to a fetch-size of 100 rows. To revert to the old behavior, set the corresponding configuration option to <code>0</code> (not recommended). A corresponding, new command line option for Nessie GC has been introduced as well.</li> </ul> <h2>[0.103.6] Release (2025-05-01)</h2> <h3>Changes</h3> <ul> <li>OpenAPI specs are no longer published to swaggerhub.</li> </ul> <h2>[0.103.5] Release (2025-04-26)</h2> <h3>New Features</h3> <ul> <li>Add PDB support to helm chart</li> </ul> <h2>[0.103.4] Release (2025-04-24)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/09b1fe74bced371a25cae5ccd32b2a60437421bb"><code>09b1fe7</code></a> [release] release nessie-0.105.3</li> <li><a href="https://github.com/projectnessie/nessie/commit/e2fe22c3ac4555f7a9e02973ac01aa78c7a80265"><code>e2fe22c</code></a> fix(deps): update dependency io.quarkus.platform:quarkus-bom to v3.27.0 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11356">#11356</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/8e602bd6c318d8903dabb81c9fce82a322058fbf"><code>8e602bd</code></a> IRC: Make AddSchema.lastColumnId optional (<a href="https://redirect.github.com/projectnessie/nessie/issues/11352">#11352</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/0b85bf9259985a4054dab7d0c183f76527ccecd5"><code>0b85bf9</code></a> chore(deps): update dependency io.quarkus.extension to v3.28.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11355">#11355</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/ff8a062c2faeacb46746a5325ee8959c1b789910"><code>ff8a062</code></a> fix(deps): update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.2...</li> <li><a href="https://github.com/projectnessie/nessie/commit/640eee60664f9aeb37ec06c69cd66d1346124c35"><code>640eee6</code></a> Add <code>nessie-object-storage-mock</code> to <code>nessie-bom</code> (<a href="https://redirect.github.com/projectnessie/nessie/issues/11343">#11343</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/d1830566931adec717ed9f6c73cb84287dbcfc84"><code>d183056</code></a> fix(deps): update dependency com.google.cloud:google-cloud-secretmanager-bom ...</li> <li><a href="https://github.com/projectnessie/nessie/commit/1c463e00c0e631a6170906ece76ecced9509fed1"><code>1c463e0</code></a> chore(deps): update docker.io/grafana/grafana docker tag to v12.2.0 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11350">#11350</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/d9142b7eff06d5835a359f88a57fdb1827aed68a"><code>d9142b7</code></a> fix(deps): update dependency com.google.cloud:google-cloud-storage-bom to v2....</li> <li><a href="https://github.com/projectnessie/nessie/commit/a4310131c3083e216321f7ebb54d7fa807b88fb2"><code>a431013</code></a> chore(deps): update gcr.io/google.com/cloudsdktool/google-cloud-cli docker ta...</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.104.5...nessie-0.105.3">compare view</a></li> </ul> </details> <br /> Updates `org.projectnessie.nessie:nessie-jaxrs-testextension` from 0.104.5 to 0.105.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/projectnessie/nessie/releases">org.projectnessie.nessie:nessie-jaxrs-testextension's releases</a>.</em></p> <blockquote> <h2>Nessie 0.105.3</h2> <ul> <li>26 commits since 0.105.2</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.3">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.3</a></li> <li>Docker images: <a href="https://github.com/projectnessie/nessie/pkgs/container/nessie">https://github.com/projectnessie/nessie/pkgs/container/nessie</a> and <a href="https://quay.io/repository/projectnessie/nessie?tab=tags">https://quay.io/repository/projectnessie/nessie?tab=tags</a> It is a multiplatform Java image (amd64, arm64, ppc64le, s390x): <code>docker pull ghcr.io/projectnessie/nessie:0.105.3-java</code></li> <li>PyPI: <a href="https://pypi.org/project/pynessie/">https://pypi.org/project/pynessie/</a> (See <a href="https://github.com/projectnessie/pynessie/releases">pynessie</a>)</li> <li>Helm Chart repo: <a href="https://charts.projectnessie.org/">https://charts.projectnessie.org/</a></li> </ul> <h2>Try it</h2> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.105.3/nessie-quarkus-0.105.3-runner.jar"><code>nessie-quarkus-0.105.3-runner.jar</code></a> is a standalone uber-jar file that runs on Java 17 or newer and it is also available via <a href="https://search.maven.org/search?q=g:org.projectnessie+AND+a:nessie-quarkus+AND+v:0.105.3">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.105.3/nessie-quarkus-0.105.3-runner.jar java -jar nessie-quarkus-0.105.3-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.105.3/nessie-cli-0.105.3.jar"><code>nessie-cli-0.105.3.jar</code></a>, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: <code>docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.105.3</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.105.3/nessie-gc-0.105.3.jar"><code>nessie-gc-0.105.3.jar</code></a>, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its <code>help</code> command. Nessie GC tool is also available as a Docker image: <code>docker run --rm ghcr.io/projectnessie/nessie-gc:0.105.3 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.105.3/nessie-server-admin-tool-0.105.3-runner.jar"><code>nessie-server-admin-tool-0.105.3-runner.jar</code></a>, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its <code>help</code> command. Nessie Server Admin tool is also available as a Docker image: <code>docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.105.3 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.105.3/nessie-helm-0.105.3.tgz"><code>nessie-helm-0.105.3.tgz</code></a> is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the <a href="https://charts.projectnessie.org/">Nessie Helm chart repo</a>, which can be added and used to install the Nessie Helm chart.</p> <h2>Changelog</h2> <h3>Fixes</h3> <ul> <li>Iceberg REST: adapt the deprecation of <code>lastColumnId</code> in <code>AddSchema</code> table metadata update, fiel field is optional now</li> </ul> <h2>Full Changelog (minus renovate commits):</h2> <ul> <li>IRC: Make AddSchema.lastColumnId optional (<a href="https://redirect.github.com/projectnessie/nessie/issues/11352">#11352</a>)</li> <li>Add <code>nessie-object-storage-mock</code> to <code>nessie-bom</code> (<a href="https://redirect.github.com/projectnessie/nessie/issues/11343">#11343</a>)</li> <li>Fix maxOS CI (<a href="https://redirect.github.com/projectnessie/nessie/issues/11329">#11329</a>)</li> </ul> <h2>Nessie 0.105.2</h2> <ul> <li>17 commits since 0.105.1</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.2">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.2</a></li> <li>Docker images: <a href="https://github.com/projectnessie/nessie/pkgs/container/nessie">https://github.com/projectnessie/nessie/pkgs/container/nessie</a> and <a href="https://quay.io/repository/projectnessie/nessie?tab=tags">https://quay.io/repository/projectnessie/nessie?tab=tags</a> It is a multiplatform Java image (amd64, arm64, ppc64le, s390x): <code>docker pull ghcr.io/projectnessie/nessie:0.105.2-java</code></li> <li>PyPI: <a href="https://pypi.org/project/pynessie/">https://pypi.org/project/pynessie/</a> (See <a href="https://github.com/projectnessie/pynessie/releases">pynessie</a>)</li> <li>Helm Chart repo: <a href="https://charts.projectnessie.org/">https://charts.projectnessie.org/</a></li> </ul> <h2>Try it</h2> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.105.2/nessie-quarkus-0.105.2-runner.jar"><code>nessie-quarkus-0.105.2-runner.jar</code></a> is a standalone uber-jar file that runs on Java 17 or newer and it is also available via <a href="https://search.maven.org/search?q=g:org.projectnessie+AND+a:nessie-quarkus+AND+v:0.105.2">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.105.2/nessie-quarkus-0.105.2-runner.jar java -jar nessie-quarkus-0.105.2-runner.jar </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md">org.projectnessie.nessie:nessie-jaxrs-testextension's changelog</a>.</em></p> <blockquote> <h2>[0.105.3] Release (2025-09-24)</h2> <h3>Fixes</h3> <ul> <li>Iceberg REST: adapt the deprecation of <code>lastColumnId</code> in <code>AddSchema</code> table metadata update, fiel field is optional now</li> </ul> <h2>[0.105.2] Release (2025-09-19)</h2> <h3>Highlights</h3> <ul> <li>Nessie UI: CSS + fonts are now fetched from Nessie instead of external sources (CDNs).</li> </ul> <h2>[0.105.1] Release (2025-09-16)</h2> <h3>Highlights</h3> <ul> <li>Bump Iceberg from version 1.9.2 to 1.10.0</li> </ul> <h2>[0.105.0] Release (2025-09-03)</h2> <h3>Fixes</h3> <ul> <li>A bug has been resolved in the OAuth2 Authorization Code grant type. This fix addresses an issue where the <code>extra-params</code> configuration option was not being properly included in the authorization URI. Consequently, users, particularly Auth0 users passing the <code>audience</code> parameter, were receiving opaque tokens instead of JWTs.</li> </ul> <h2>[0.104.2] Release (2025-06-12)</h2> <h3>Changes</h3> <ul> <li>JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to its default, which is to fetch all rows when a <code>SELECT</code> statement is executed. This is changed to default to a fetch-size of 100 rows. To revert to the old behavior, set the corresponding configuration option to <code>0</code> (not recommended). A corresponding, new command line option for Nessie GC has been introduced as well.</li> </ul> <h2>[0.103.6] Release (2025-05-01)</h2> <h3>Changes</h3> <ul> <li>OpenAPI specs are no longer published to swaggerhub.</li> </ul> <h2>[0.103.5] Release (2025-04-26)</h2> <h3>New Features</h3> <ul> <li>Add PDB support to helm chart</li> </ul> <h2>[0.103.4] Release (2025-04-24)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/09b1fe74bced371a25cae5ccd32b2a60437421bb"><code>09b1fe7</code></a> [release] release nessie-0.105.3</li> <li><a href="https://github.com/projectnessie/nessie/commit/e2fe22c3ac4555f7a9e02973ac01aa78c7a80265"><code>e2fe22c</code></a> fix(deps): update dependency io.quarkus.platform:quarkus-bom to v3.27.0 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11356">#11356</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/8e602bd6c318d8903dabb81c9fce82a322058fbf"><code>8e602bd</code></a> IRC: Make AddSchema.lastColumnId optional (<a href="https://redirect.github.com/projectnessie/nessie/issues/11352">#11352</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/0b85bf9259985a4054dab7d0c183f76527ccecd5"><code>0b85bf9</code></a> chore(deps): update dependency io.quarkus.extension to v3.28.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11355">#11355</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/ff8a062c2faeacb46746a5325ee8959c1b789910"><code>ff8a062</code></a> fix(deps): update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.2...</li> <li><a href="https://github.com/projectnessie/nessie/commit/640eee60664f9aeb37ec06c69cd66d1346124c35"><code>640eee6</code></a> Add <code>nessie-object-storage-mock</code> to <code>nessie-bom</code> (<a href="https://redirect.github.com/projectnessie/nessie/issues/11343">#11343</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/d1830566931adec717ed9f6c73cb84287dbcfc84"><code>d183056</code></a> fix(deps): update dependency com.google.cloud:google-cloud-secretmanager-bom ...</li> <li><a href="https://github.com/projectnessie/nessie/commit/1c463e00c0e631a6170906ece76ecced9509fed1"><code>1c463e0</code></a> chore(deps): update docker.io/grafana/grafana docker tag to v12.2.0 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11350">#11350</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/d9142b7eff06d5835a359f88a57fdb1827aed68a"><code>d9142b7</code></a> fix(deps): update dependency com.google.cloud:google-cloud-storage-bom to v2....</li> <li><a href="https://github.com/projectnessie/nessie/commit/a4310131c3083e216321f7ebb54d7fa807b88fb2"><code>a431013</code></a> chore(deps): update gcr.io/google.com/cloudsdktool/google-cloud-cli docker ta...</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.104.5...nessie-0.105.3">compare view</a></li> </ul> </details> <br /> Updates `org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests` from 0.104.5 to 0.105.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/projectnessie/nessie/releases">org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests's releases</a>.</em></p> <blockquote> <h2>Nessie 0.105.3</h2> <ul> <li>26 commits since 0.105.2</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.3">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.3</a></li> <li>Docker images: <a href="https://github.com/projectnessie/nessie/pkgs/container/nessie">https://github.com/projectnessie/nessie/pkgs/container/nessie</a> and <a href="https://quay.io/repository/projectnessie/nessie?tab=tags">https://quay.io/repository/projectnessie/nessie?tab=tags</a> It is a multiplatform Java image (amd64, arm64, ppc64le, s390x): <code>docker pull ghcr.io/projectnessie/nessie:0.105.3-java</code></li> <li>PyPI: <a href="https://pypi.org/project/pynessie/">https://pypi.org/project/pynessie/</a> (See <a href="https://github.com/projectnessie/pynessie/releases">pynessie</a>)</li> <li>Helm Chart repo: <a href="https://charts.projectnessie.org/">https://charts.projectnessie.org/</a></li> </ul> <h2>Try it</h2> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.105.3/nessie-quarkus-0.105.3-runner.jar"><code>nessie-quarkus-0.105.3-runner.jar</code></a> is a standalone uber-jar file that runs on Java 17 or newer and it is also available via <a href="https://search.maven.org/search?q=g:org.projectnessie+AND+a:nessie-quarkus+AND+v:0.105.3">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.105.3/nessie-quarkus-0.105.3-runner.jar java -jar nessie-quarkus-0.105.3-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.105.3/nessie-cli-0.105.3.jar"><code>nessie-cli-0.105.3.jar</code></a>, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: <code>docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.105.3</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.105.3/nessie-gc-0.105.3.jar"><code>nessie-gc-0.105.3.jar</code></a>, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its <code>help</code> command. Nessie GC tool is also available as a Docker image: <code>docker run --rm ghcr.io/projectnessie/nessie-gc:0.105.3 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.105.3/nessie-server-admin-tool-0.105.3-runner.jar"><code>nessie-server-admin-tool-0.105.3-runner.jar</code></a>, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its <code>help</code> command. Nessie Server Admin tool is also available as a Docker image: <code>docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.105.3 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.105.3/nessie-helm-0.105.3.tgz"><code>nessie-helm-0.105.3.tgz</code></a> is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the <a href="https://charts.projectnessie.org/">Nessie Helm chart repo</a>, which can be added and used to install the Nessie Helm chart.</p> <h2>Changelog</h2> <h3>Fixes</h3> <ul> <li>Iceberg REST: adapt the deprecation of <code>lastColumnId</code> in <code>AddSchema</code> table metadata update, fiel field is optional now</li> </ul> <h2>Full Changelog (minus renovate commits):</h2> <ul> <li>IRC: Make AddSchema.lastColumnId optional (<a href="https://redirect.github.com/projectnessie/nessie/issues/11352">#11352</a>)</li> <li>Add <code>nessie-object-storage-mock</code> to <code>nessie-bom</code> (<a href="https://redirect.github.com/projectnessie/nessie/issues/11343">#11343</a>)</li> <li>Fix maxOS CI (<a href="https://redirect.github.com/projectnessie/nessie/issues/11329">#11329</a>)</li> </ul> <h2>Nessie 0.105.2</h2> <ul> <li>17 commits since 0.105.1</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.2">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.2</a></li> <li>Docker images: <a href="https://github.com/projectnessie/nessie/pkgs/container/nessie">https://github.com/projectnessie/nessie/pkgs/container/nessie</a> and <a href="https://quay.io/repository/projectnessie/nessie?tab=tags">https://quay.io/repository/projectnessie/nessie?tab=tags</a> It is a multiplatform Java image (amd64, arm64, ppc64le, s390x): <code>docker pull ghcr.io/projectnessie/nessie:0.105.2-java</code></li> <li>PyPI: <a href="https://pypi.org/project/pynessie/">https://pypi.org/project/pynessie/</a> (See <a href="https://github.com/projectnessie/pynessie/releases">pynessie</a>)</li> <li>Helm Chart repo: <a href="https://charts.projectnessie.org/">https://charts.projectnessie.org/</a></li> </ul> <h2>Try it</h2> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.105.2/nessie-quarkus-0.105.2-runner.jar"><code>nessie-quarkus-0.105.2-runner.jar</code></a> is a standalone uber-jar file that runs on Java 17 or newer and it is also available via <a href="https://search.maven.org/search?q=g:org.projectnessie+AND+a:nessie-quarkus+AND+v:0.105.2">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.105.2/nessie-quarkus-0.105.2-runner.jar java -jar nessie-quarkus-0.105.2-runner.jar </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md">org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests's changelog</a>.</em></p> <blockquote> <h2>[0.105.3] Release (2025-09-24)</h2> <h3>Fixes</h3> <ul> <li>Iceberg REST: adapt the deprecation of <code>lastColumnId</code> in <code>AddSchema</code> table metadata update, fiel field is optional now</li> </ul> <h2>[0.105.2] Release (2025-09-19)</h2> <h3>Highlights</h3> <ul> <li>Nessie UI: CSS + fonts are now fetched from Nessie instead of external sources (CDNs).</li> </ul> <h2>[0.105.1] Release (2025-09-16)</h2> <h3>Highlights</h3> <ul> <li>Bump Iceberg from version 1.9.2 to 1.10.0</li> </ul> <h2>[0.105.0] Release (2025-09-03)</h2> <h3>Fixes</h3> <ul> <li>A bug has been resolved in the OAuth2 Authorization Code grant type. This fix addresses an issue where the <code>extra-params</code> configuration option was not being properly included in the authorization URI. Consequently, users, particularly Auth0 users passing the <code>audience</code> parameter, were receiving opaque tokens instead of JWTs.</li> </ul> <h2>[0.104.2] Release (2025-06-12)</h2> <h3>Changes</h3> <ul> <li>JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to its default, which is to fetch all rows when a <code>SELECT</code> statement is executed. This is changed to default to a fetch-size of 100 rows. To revert to the old behavior, set the corresponding configuration option to <code>0</code> (not recommended). A corresponding, new command line option for Nessie GC has been introduced as well.</li> </ul> <h2>[0.103.6] Release (2025-05-01)</h2> <h3>Changes</h3> <ul> <li>OpenAPI specs are no longer published to swaggerhub.</li> </ul> <h2>[0.103.5] Release (2025-04-26)</h2> <h3>New Features</h3> <ul> <li>Add PDB support to helm chart</li> </ul> <h2>[0.103.4] Release (2025-04-24)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/09b1fe74bced371a25cae5ccd32b2a60437421bb"><code>09b1fe7</code></a> [release] release nessie-0.105.3</li> <li><a href="https://github.com/projectnessie/nessie/commit/e2fe22c3ac4555f7a9e02973ac01aa78c7a80265"><code>e2fe22c</code></a> fix(deps): update dependency io.quarkus.platform:quarkus-bom to v3.27.0 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11356">#11356</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/8e602bd6c318d8903dabb81c9fce82a322058fbf"><code>8e602bd</code></a> IRC: Make AddSchema.lastColumnId optional (<a href="https://redirect.github.com/projectnessie/nessie/issues/11352">#11352</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/0b85bf9259985a4054dab7d0c183f76527ccecd5"><code>0b85bf9</code></a> chore(deps): update dependency io.quarkus.extension to v3.28.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11355">#11355</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/ff8a062c2faeacb46746a5325ee8959c1b789910"><code>ff8a062</code></a> fix(deps): update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.2...</li> <li><a href="https://github.com/projectnessie/nessie/commit/640eee60664f9aeb37ec06c69cd66d1346124c35"><code>640eee6</code></a> Add <code>nessie-object-storage-mock</code> to <code>nessie-bom</code> (<a href="https://redirect.github.com/projectnessie/nessie/issues/11343">#11343</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/d1830566931adec717ed9f6c73cb84287dbcfc84"><code>d183056</code></a> fix(deps): update dependency com.google.cloud:google-cloud-secretmanager-bom ...</li> <li><a href="https://github.com/projectnessie/nessie/commit/1c463e00c0e631a6170906ece76ecced9509fed1"><code>1c463e0</code></a> chore(deps): update docker.io/grafana/grafana docker tag to v12.2.0 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11350">#11350</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/d9142b7eff06d5835a359f88a57fdb1827aed68a"><code>d9142b7</code></a> fix(deps): update dependency com.google.cloud:google-cloud-storage-bom to v2....</li> <li><a href="https://github.com/projectnessie/nessie/commit/a4310131c3083e216321f7ebb54d7fa807b88fb2"><code>a431013</code></a> chore(deps): update gcr.io/google.com/cloudsdktool/google-cloud-cli docker ta...</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.104.5...nessie-0.105.3">compare view</a></li> </ul> </details> <br /> Updates `org.projectnessie.nessie:nessie-versioned-storage-testextension` from 0.104.5 to 0.105.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/projectnessie/nessie/releases">org.projectnessie.nessie:nessie-versioned-storage-testextension's releases</a>.</em></p> <blockquote> <h2>Nessie 0.105.3</h2> <ul> <li>26 commits since 0.105.2</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.3">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.3</a></li> <li>Docker images: <a href="https://github.com/projectnessie/nessie/pkgs/container/nessie">https://github.com/projectnessie/nessie/pkgs/container/nessie</a> and <a href="https://quay.io/repository/projectnessie/nessie?tab=tags">https://quay.io/repository/projectnessie/nessie?tab=tags</a> It is a multiplatform Java image (amd64, arm64, ppc64le, s390x): <code>docker pull ghcr.io/projectnessie/nessie:0.105.3-java</code></li> <li>PyPI: <a href="https://pypi.org/project/pynessie/">https://pypi.org/project/pynessie/</a> (See <a href="https://github.com/projectnessie/pynessie/releases">pynessie</a>)</li> <li>Helm Chart repo: <a href="https://charts.projectnessie.org/">https://charts.projectnessie.org/</a></li> </ul> <h2>Try it</h2> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.105.3/nessie-quarkus-0.105.3-runner.jar"><code>nessie-quarkus-0.105.3-runner.jar</code></a> is a standalone uber-jar file that runs on Java 17 or newer and it is also available via <a href="https://search.maven.org/search?q=g:org.projectnessie+AND+a:nessie-quarkus+AND+v:0.105.3">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.105.3/nessie-quarkus-0.105.3-runner.jar java -jar nessie-quarkus-0.105.3-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.105.3/nessie-cli-0.105.3.jar"><code>nessie-cli-0.105.3.jar</code></a>, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: <code>docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.105.3</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.105.3/nessie-gc-0.105.3.jar"><code>nessie-gc-0.105.3.jar</code></a>, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its <code>help</code> command. Nessie GC tool is also available as a Docker image: <code>docker run --rm ghcr.io/projectnessie/nessie-gc:0.105.3 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.105.3/nessie-server-admin-tool-0.105.3-runner.jar"><code>nessie-server-admin-tool-0.105.3-runner.jar</code></a>, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its <code>help</code> command. Nessie Server Admin tool is also available as a Docker image: <code>docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.105.3 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.105.3/nessie-helm-0.105.3.tgz"><code>nessie-helm-0.105.3.tgz</code></a> is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the <a href="https://charts.projectnessie.org/">Nessie Helm chart repo</a>, which can be added and used to install the Nessie Helm chart.</p> <h2>Changelog</h2> <h3>Fixes</h3> <ul> <li>Iceberg REST: adapt the deprecation of <code>lastColumnId</code> in <code>AddSchema</code> table metadata update, fiel field is optional now</li> </ul> <h2>Full Changelog (minus renovate commits):</h2> <ul> <li>IRC: Make AddSchema.lastColumnId optional (<a href="https://redirect.github.com/projectnessie/nessie/issues/11352">#11352</a>)</li> <li>Add <code>nessie-object-storage-mock</code> to <code>nessie-bom</code> (<a href="https://redirect.github.com/projectnessie/nessie/issues/11343">#11343</a>)</li> <li>Fix maxOS CI (<a href="https://redirect.github.com/projectnessie/nessie/issues/11329">#11329</a>)</li> </ul> <h2>Nessie 0.105.2</h2> <ul> <li>17 commits since 0.105.1</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.2">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.2</a></li> <li>Docker images: <a href="https://github.com/projectnessie/nessie/pkgs/container/nessie">https://github.com/projectnessie/nessie/pkgs/container/nessie</a> and <a href="https://quay.io/repository/projectnessie/nessie?tab=tags">https://quay.io/repository/projectnessie/nessie?tab=tags</a> It is a multiplatform Java image (amd64, arm64, ppc64le, s390x): <code>docker pull ghcr.io/projectnessie/nessie:0.105.2-java</code></li> <li>PyPI: <a href="https://pypi.org/project/pynessie/">https://pypi.org/project/pynessie/</a> (See <a href="https://github.com/projectnessie/pynessie/releases">pynessie</a>)</li> <li>Helm Chart repo: <a href="https://charts.projectnessie.org/">https://charts.projectnessie.org/</a></li> </ul> <h2>Try it</h2> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.105.2/nessie-quarkus-0.105.2-runner.jar"><code>nessie-quarkus-0.105.2-runner.jar</code></a> is a standalone uber-jar file that runs on Java 17 or newer and it is also available via <a href="https://search.maven.org/search?q=g:org.projectnessie+AND+a:nessie-quarkus+AND+v:0.105.2">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.105.2/nessie-quarkus-0.105.2-runner.jar java -jar nessie-quarkus-0.105.2-runner.jar </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md">org.projectnessie.nessie:nessie-versioned-storage-testextension's changelog</a>.</em></p> <blockquote> <h2>[0.105.3] Release (2025-09-24)</h2> <h3>Fixes</h3> <ul> <li>Iceberg REST: adapt the deprecation of <code>lastColumnId</code> in <code>AddSchema</code> table metadata update, fiel field is optional now</li> </ul> <h2>[0.105.2] Release (2025-09-19)</h2> <h3>Highlights</h3> <ul> <li>Nessie UI: CSS + fonts are now fetched from Nessie instead of external sources (CDNs).</li> </ul> <h2>[0.105.1] Release (2025-09-16)</h2> <h3>Highlights</h3> <ul> <li>Bump Iceberg from version 1.9.2 to 1.10.0</li> </ul> <h2>[0.105.0] Release (2025-09-03)</h2> <h3>Fixes</h3> <ul> <li>A bug has been resolved in the OAuth2 Authorization Code grant type. This fix addresses an issue where the <code>extra-params</code> configuration option was not being properly included in the authorization URI. Consequently, users, particularly Auth0 users passing the <code>audience</code> parameter, were receiving opaque tokens instead of JWTs.</li> </ul> <h2>[0.104.2] Release (2025-06-12)</h2> <h3>Changes</h3> <ul> <li>JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to its default, which is to fetch all rows when a <code>SELECT</code> statement is executed. This is changed to default to a fetch-size of 100 rows. To revert to the old behavior, set the corresponding configuration option to <code>0</code> (not recommended). A corresponding, new command line option for Nessie GC has been introduced as well.</li> </ul> <h2>[0.103.6] Release (2025-05-01)</h2> <h3>Changes</h3> <ul> <li>OpenAPI specs are no longer published to swaggerhub.</li> </ul> <h2>[0.103.5] Release (2025-04-26)</h2> <h3>New Features</h3> <ul> <li>Add PDB support to helm chart</li> </ul> <h2>[0.103.4] Release (2025-04-24)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/09b1fe74bced371a25cae5ccd32b2a60437421bb"><code>09b1fe7</code></a> [release] release nessie-0.105.3</li> <li><a href="https://github.com/projectnessie/nessie/commit/e2fe22c3ac4555f7a9e02973ac01aa78c7a80265"><code>e2fe22c</code></a> fix(deps): update dependency io.quarkus.platform:quarkus-bom to v3.27.0 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11356">#11356</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/8e602bd6c318d8903dabb81c9fce82a322058fbf"><code>8e602bd</code></a> IRC: Make AddSchema.lastColumnId optional (<a href="https://redirect.github.com/projectnessie/nessie/issues/11352">#11352</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/0b85bf9259985a4054dab7d0c183f76527ccecd5"><code>0b85bf9</code></a> chore(deps): update dependency io.quarkus.extension to v3.28.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11355">#11355</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/ff8a062c2faeacb46746a5325ee8959c1b789910"><code>ff8a062</code></a> fix(deps): update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.2...</li> <li><a href="https://github.com/projectnessie/nessie/commit/640eee60664f9aeb37ec06c69cd66d1346124c35"><code>640eee6</code></a> Add <code>nessie-object-storage-mock</code> to <code>nessie-bom</code> (<a href="https://redirect.github.com/projectnessie/nessie/issues/11343">#11343</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/d1830566931adec717ed9f6c73cb84287dbcfc84"><code>d183056</code></a> fix(deps): update dependency com.google.cloud:google-cloud-secretmanager-bom ...</li> <li><a href="https://github.com/projectnessie/nessie/commit/1c463e00c0e631a6170906ece76ecced9509fed1"><code>1c463e0</code></a> chore(deps): update docker.io/grafana/grafana docker tag to v12.2.0 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11350">#11350</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/d9142b7eff06d5835a359f88a57fdb1827aed68a"><code>d9142b7</code></a> fix(deps): update dependency com.google.cloud:google-cloud-storage-bom to v2....</li> <li><a href="https://github.com/projectnessie/nessie/commit/a4310131c3083e216321f7ebb54d7fa807b88fb2"><code>a431013</code></a> chore(deps): update gcr.io/google.com/cloudsdktool/google-cloud-cli docker ta...</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.104.5...nessie-0.105.3">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 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) </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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org