dependabot[bot] opened a new pull request, #13951: URL: https://github.com/apache/iceberg/pull/13951
Bumps `nessie` from 0.104.5 to 0.104.10. Updates `org.projectnessie.nessie:nessie-client` from 0.104.5 to 0.104.10 <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.104.10</h2> <ul> <li>10 commits since 0.104.9</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.10">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.10</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.104.10-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.104.10/nessie-quarkus-0.104.10-runner.jar"><code>nessie-quarkus-0.104.10-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.104.10">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.104.10/nessie-quarkus-0.104.10-runner.jar java -jar nessie-quarkus-0.104.10-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.10/nessie-cli-0.104.10.jar"><code>nessie-cli-0.104.10.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.104.10</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.10/nessie-gc-0.104.10.jar"><code>nessie-gc-0.104.10.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.104.10 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.10/nessie-server-admin-tool-0.104.10-runner.jar"><code>nessie-server-admin-tool-0.104.10-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.104.10 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.10/nessie-helm-0.104.10.tgz"><code>nessie-helm-0.104.10.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>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>Full Changelog (minus renovate commits):</h2> <ul> <li>fix: typo in server-iam.assume-role (<a href="https://redirect.github.com/projectnessie/nessie/issues/11219">#11219</a>)</li> </ul> <h2>Nessie 0.104.9</h2> <ul> <li>1 commits since 0.104.7</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.9">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.9</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.104.9-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.104.9/nessie-quarkus-0.104.9-runner.jar"><code>nessie-quarkus-0.104.9-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.104.9">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.104.9/nessie-quarkus-0.104.9-runner.jar </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/a7493e77dd78d6051b05435d4986ec1b63f4619f"><code>a7493e7</code></a> [release] release nessie-0.104.10</li> <li><a href="https://github.com/projectnessie/nessie/commit/4ae8a3555f0d5e5e922976bf4605d096f9c4392c"><code>4ae8a35</code></a> fix: typo in server-iam.assume-role (<a href="https://redirect.github.com/projectnessie/nessie/issues/11219">#11219</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/4494b06282143c5dbb7b7ef99822f1b93f4aa111"><code>4494b06</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/8afc628a9848adf2cfe4bffc51b8c112e5b4cc89"><code>8afc628</code></a> fix(deps): update dependency io.quarkiverse.loggingsentry:quarkus-logging-sen...</li> <li><a href="https://github.com/projectnessie/nessie/commit/66d3b0d83c2d3888fbf5179dae3101c677203209"><code>66d3b0d</code></a> fix(deps): update dependency com.google.cloud:google-cloud-secretmanager-bom ...</li> <li><a href="https://github.com/projectnessie/nessie/commit/b6495a28afdad5c7312405fbbcb69fb639d3d014"><code>b6495a2</code></a> chore(deps): update plugin gatling to v3.14.3.6 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11216">#11216</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/1e3d7d2d9ba99be6ac66f12df0c076788ec18f8f"><code>1e3d7d2</code></a> chore(deps): update gcr.io/google.com/cloudsdktool/google-cloud-cli docker ta...</li> <li><a href="https://github.com/projectnessie/nessie/commit/a2f396e0f15d11edc170b5cd85695ff2305c6d03"><code>a2f396e</code></a> fix(deps): update dependency org.projectnessie.nessie:nessie-bom to v0.104.9 ...</li> <li><a href="https://github.com/projectnessie/nessie/commit/2580c333e34ef3c0ec17f6284ec5e14a6341c355"><code>2580c33</code></a> chore(deps): update ghcr.io/projectnessie/nessie docker tag to v0.104.9 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11210">#11210</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/301bb287c78dbe756664ec4770bef59fbc14df03"><code>301bb28</code></a> chore(deps): update ghcr.io/projectnessie/nessie-cli docker tag to v0.104.9 (...</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.104.5...nessie-0.104.10">compare view</a></li> </ul> </details> <br /> Updates `org.projectnessie.nessie:nessie-jaxrs-testextension` from 0.104.5 to 0.104.10 <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.104.10</h2> <ul> <li>10 commits since 0.104.9</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.10">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.10</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.104.10-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.104.10/nessie-quarkus-0.104.10-runner.jar"><code>nessie-quarkus-0.104.10-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.104.10">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.104.10/nessie-quarkus-0.104.10-runner.jar java -jar nessie-quarkus-0.104.10-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.10/nessie-cli-0.104.10.jar"><code>nessie-cli-0.104.10.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.104.10</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.10/nessie-gc-0.104.10.jar"><code>nessie-gc-0.104.10.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.104.10 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.10/nessie-server-admin-tool-0.104.10-runner.jar"><code>nessie-server-admin-tool-0.104.10-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.104.10 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.10/nessie-helm-0.104.10.tgz"><code>nessie-helm-0.104.10.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>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>Full Changelog (minus renovate commits):</h2> <ul> <li>fix: typo in server-iam.assume-role (<a href="https://redirect.github.com/projectnessie/nessie/issues/11219">#11219</a>)</li> </ul> <h2>Nessie 0.104.9</h2> <ul> <li>1 commits since 0.104.7</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.9">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.9</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.104.9-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.104.9/nessie-quarkus-0.104.9-runner.jar"><code>nessie-quarkus-0.104.9-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.104.9">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.104.9/nessie-quarkus-0.104.9-runner.jar </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/a7493e77dd78d6051b05435d4986ec1b63f4619f"><code>a7493e7</code></a> [release] release nessie-0.104.10</li> <li><a href="https://github.com/projectnessie/nessie/commit/4ae8a3555f0d5e5e922976bf4605d096f9c4392c"><code>4ae8a35</code></a> fix: typo in server-iam.assume-role (<a href="https://redirect.github.com/projectnessie/nessie/issues/11219">#11219</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/4494b06282143c5dbb7b7ef99822f1b93f4aa111"><code>4494b06</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/8afc628a9848adf2cfe4bffc51b8c112e5b4cc89"><code>8afc628</code></a> fix(deps): update dependency io.quarkiverse.loggingsentry:quarkus-logging-sen...</li> <li><a href="https://github.com/projectnessie/nessie/commit/66d3b0d83c2d3888fbf5179dae3101c677203209"><code>66d3b0d</code></a> fix(deps): update dependency com.google.cloud:google-cloud-secretmanager-bom ...</li> <li><a href="https://github.com/projectnessie/nessie/commit/b6495a28afdad5c7312405fbbcb69fb639d3d014"><code>b6495a2</code></a> chore(deps): update plugin gatling to v3.14.3.6 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11216">#11216</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/1e3d7d2d9ba99be6ac66f12df0c076788ec18f8f"><code>1e3d7d2</code></a> chore(deps): update gcr.io/google.com/cloudsdktool/google-cloud-cli docker ta...</li> <li><a href="https://github.com/projectnessie/nessie/commit/a2f396e0f15d11edc170b5cd85695ff2305c6d03"><code>a2f396e</code></a> fix(deps): update dependency org.projectnessie.nessie:nessie-bom to v0.104.9 ...</li> <li><a href="https://github.com/projectnessie/nessie/commit/2580c333e34ef3c0ec17f6284ec5e14a6341c355"><code>2580c33</code></a> chore(deps): update ghcr.io/projectnessie/nessie docker tag to v0.104.9 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11210">#11210</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/301bb287c78dbe756664ec4770bef59fbc14df03"><code>301bb28</code></a> chore(deps): update ghcr.io/projectnessie/nessie-cli docker tag to v0.104.9 (...</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.104.5...nessie-0.104.10">compare view</a></li> </ul> </details> <br /> Updates `org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests` from 0.104.5 to 0.104.10 <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.104.10</h2> <ul> <li>10 commits since 0.104.9</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.10">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.10</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.104.10-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.104.10/nessie-quarkus-0.104.10-runner.jar"><code>nessie-quarkus-0.104.10-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.104.10">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.104.10/nessie-quarkus-0.104.10-runner.jar java -jar nessie-quarkus-0.104.10-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.10/nessie-cli-0.104.10.jar"><code>nessie-cli-0.104.10.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.104.10</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.10/nessie-gc-0.104.10.jar"><code>nessie-gc-0.104.10.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.104.10 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.10/nessie-server-admin-tool-0.104.10-runner.jar"><code>nessie-server-admin-tool-0.104.10-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.104.10 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.10/nessie-helm-0.104.10.tgz"><code>nessie-helm-0.104.10.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>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>Full Changelog (minus renovate commits):</h2> <ul> <li>fix: typo in server-iam.assume-role (<a href="https://redirect.github.com/projectnessie/nessie/issues/11219">#11219</a>)</li> </ul> <h2>Nessie 0.104.9</h2> <ul> <li>1 commits since 0.104.7</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.9">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.9</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.104.9-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.104.9/nessie-quarkus-0.104.9-runner.jar"><code>nessie-quarkus-0.104.9-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.104.9">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.104.9/nessie-quarkus-0.104.9-runner.jar </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/a7493e77dd78d6051b05435d4986ec1b63f4619f"><code>a7493e7</code></a> [release] release nessie-0.104.10</li> <li><a href="https://github.com/projectnessie/nessie/commit/4ae8a3555f0d5e5e922976bf4605d096f9c4392c"><code>4ae8a35</code></a> fix: typo in server-iam.assume-role (<a href="https://redirect.github.com/projectnessie/nessie/issues/11219">#11219</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/4494b06282143c5dbb7b7ef99822f1b93f4aa111"><code>4494b06</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/8afc628a9848adf2cfe4bffc51b8c112e5b4cc89"><code>8afc628</code></a> fix(deps): update dependency io.quarkiverse.loggingsentry:quarkus-logging-sen...</li> <li><a href="https://github.com/projectnessie/nessie/commit/66d3b0d83c2d3888fbf5179dae3101c677203209"><code>66d3b0d</code></a> fix(deps): update dependency com.google.cloud:google-cloud-secretmanager-bom ...</li> <li><a href="https://github.com/projectnessie/nessie/commit/b6495a28afdad5c7312405fbbcb69fb639d3d014"><code>b6495a2</code></a> chore(deps): update plugin gatling to v3.14.3.6 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11216">#11216</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/1e3d7d2d9ba99be6ac66f12df0c076788ec18f8f"><code>1e3d7d2</code></a> chore(deps): update gcr.io/google.com/cloudsdktool/google-cloud-cli docker ta...</li> <li><a href="https://github.com/projectnessie/nessie/commit/a2f396e0f15d11edc170b5cd85695ff2305c6d03"><code>a2f396e</code></a> fix(deps): update dependency org.projectnessie.nessie:nessie-bom to v0.104.9 ...</li> <li><a href="https://github.com/projectnessie/nessie/commit/2580c333e34ef3c0ec17f6284ec5e14a6341c355"><code>2580c33</code></a> chore(deps): update ghcr.io/projectnessie/nessie docker tag to v0.104.9 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11210">#11210</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/301bb287c78dbe756664ec4770bef59fbc14df03"><code>301bb28</code></a> chore(deps): update ghcr.io/projectnessie/nessie-cli docker tag to v0.104.9 (...</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.104.5...nessie-0.104.10">compare view</a></li> </ul> </details> <br /> Updates `org.projectnessie.nessie:nessie-versioned-storage-testextension` from 0.104.5 to 0.104.10 <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.104.10</h2> <ul> <li>10 commits since 0.104.9</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.10">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.10</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.104.10-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.104.10/nessie-quarkus-0.104.10-runner.jar"><code>nessie-quarkus-0.104.10-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.104.10">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.104.10/nessie-quarkus-0.104.10-runner.jar java -jar nessie-quarkus-0.104.10-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.10/nessie-cli-0.104.10.jar"><code>nessie-cli-0.104.10.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.104.10</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.10/nessie-gc-0.104.10.jar"><code>nessie-gc-0.104.10.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.104.10 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.10/nessie-server-admin-tool-0.104.10-runner.jar"><code>nessie-server-admin-tool-0.104.10-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.104.10 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.10/nessie-helm-0.104.10.tgz"><code>nessie-helm-0.104.10.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>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>Full Changelog (minus renovate commits):</h2> <ul> <li>fix: typo in server-iam.assume-role (<a href="https://redirect.github.com/projectnessie/nessie/issues/11219">#11219</a>)</li> </ul> <h2>Nessie 0.104.9</h2> <ul> <li>1 commits since 0.104.7</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.9">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.9</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.104.9-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.104.9/nessie-quarkus-0.104.9-runner.jar"><code>nessie-quarkus-0.104.9-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.104.9">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.104.9/nessie-quarkus-0.104.9-runner.jar </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/a7493e77dd78d6051b05435d4986ec1b63f4619f"><code>a7493e7</code></a> [release] release nessie-0.104.10</li> <li><a href="https://github.com/projectnessie/nessie/commit/4ae8a3555f0d5e5e922976bf4605d096f9c4392c"><code>4ae8a35</code></a> fix: typo in server-iam.assume-role (<a href="https://redirect.github.com/projectnessie/nessie/issues/11219">#11219</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/4494b06282143c5dbb7b7ef99822f1b93f4aa111"><code>4494b06</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/8afc628a9848adf2cfe4bffc51b8c112e5b4cc89"><code>8afc628</code></a> fix(deps): update dependency io.quarkiverse.loggingsentry:quarkus-logging-sen...</li> <li><a href="https://github.com/projectnessie/nessie/commit/66d3b0d83c2d3888fbf5179dae3101c677203209"><code>66d3b0d</code></a> fix(deps): update dependency com.google.cloud:google-cloud-secretmanager-bom ...</li> <li><a href="https://github.com/projectnessie/nessie/commit/b6495a28afdad5c7312405fbbcb69fb639d3d014"><code>b6495a2</code></a> chore(deps): update plugin gatling to v3.14.3.6 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11216">#11216</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/1e3d7d2d9ba99be6ac66f12df0c076788ec18f8f"><code>1e3d7d2</code></a> chore(deps): update gcr.io/google.com/cloudsdktool/google-cloud-cli docker ta...</li> <li><a href="https://github.com/projectnessie/nessie/commit/a2f396e0f15d11edc170b5cd85695ff2305c6d03"><code>a2f396e</code></a> fix(deps): update dependency org.projectnessie.nessie:nessie-bom to v0.104.9 ...</li> <li><a href="https://github.com/projectnessie/nessie/commit/2580c333e34ef3c0ec17f6284ec5e14a6341c355"><code>2580c33</code></a> chore(deps): update ghcr.io/projectnessie/nessie docker tag to v0.104.9 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11210">#11210</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/301bb287c78dbe756664ec4770bef59fbc14df03"><code>301bb28</code></a> chore(deps): update ghcr.io/projectnessie/nessie-cli docker tag to v0.104.9 (...</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.104.5...nessie-0.104.10">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