dependabot[bot] opened a new pull request, #15636: URL: https://github.com/apache/iceberg/pull/15636
Bumps `nessie` from 0.107.3 to 0.107.4. Updates `org.projectnessie.nessie:nessie-client` from 0.107.3 to 0.107.4 <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.107.4</h2> <ul> <li>49 commits since 0.107.3</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.4">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.4</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.107.4-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.107.4/nessie-quarkus-0.107.4-runner.jar"><code>nessie-quarkus-0.107.4-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.107.4">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.107.4/nessie-quarkus-0.107.4-runner.jar java -jar nessie-quarkus-0.107.4-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.4/nessie-cli-0.107.4.jar"><code>nessie-cli-0.107.4.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.107.4</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.4/nessie-gc-0.107.4.jar"><code>nessie-gc-0.107.4.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.107.4 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.4/nessie-server-admin-tool-0.107.4-runner.jar"><code>nessie-server-admin-tool-0.107.4-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.107.4 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.4/nessie-helm-0.107.4.tgz"><code>nessie-helm-0.107.4.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>Upgrade notes</h3> <ul> <li>When using the Google Cloud Secret Manager, you have to explicitly configure <code>quarkus.google.cloud.secret-manager-enabled=true</code>.</li> </ul> <h2>Full Changelog (minus renovate commits):</h2> <ul> <li>add spark sql 4.0 extension (<a href="https://redirect.github.com/projectnessie/nessie/issues/12126">#12126</a>)</li> <li>[Site Doc] fix iceberg version in spark-scala jar link (<a href="https://redirect.github.com/projectnessie/nessie/issues/12169">#12169</a>)</li> <li>Add support for extraContainers in helm chart (<a href="https://redirect.github.com/projectnessie/nessie/issues/12178">#12178</a>)</li> <li>Update Helm CI job (<a href="https://redirect.github.com/projectnessie/nessie/issues/12152">#12152</a>)</li> <li>Quarkus: adapt <code>anonymous()</code> "auth" to recent Quarkus changes (<a href="https://redirect.github.com/projectnessie/nessie/issues/12144">#12144</a>)</li> <li>Ninja/Renovate: fix Quarkus extension plugin exclusion</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/2c2e4e429aa15070c790b05d821eff8271239d3f"><code>2c2e4e4</code></a> [release] release nessie-0.107.4</li> <li><a href="https://github.com/projectnessie/nessie/commit/9b2722558ce210ae76a6020970b1292fb21a8523"><code>9b27225</code></a> Update googleCloudBigdataoss to v4.0.3 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12184">#12184</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/2506d4c6e49ffa3dab546b3bba01abbe6cd2ad89"><code>2506d4c</code></a> add spark sql 4.0 extension (<a href="https://redirect.github.com/projectnessie/nessie/issues/12126">#12126</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/5b5ddd77fab13ec9e4581b99188226664838b750"><code>5b5ddd7</code></a> [Site Doc] fix iceberg version in spark-scala jar link (<a href="https://redirect.github.com/projectnessie/nessie/issues/12169">#12169</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/019c0f0bef9e9e02fcdf616c6bdb19bd975023bb"><code>019c0f0</code></a> Add support for extraContainers in helm chart (<a href="https://redirect.github.com/projectnessie/nessie/issues/12178">#12178</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/9403a6f86a10de8270114da3b45f0d16ee056532"><code>9403a6f</code></a> Update dependency maven to v3.9.13 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12179">#12179</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/cb1e398875f3857eacc64a3c146a2a7702c13182"><code>cb1e398</code></a> Update dependency io.opentelemetry:opentelemetry-bom to v1.60.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12182">#12182</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/64503c87cfb9dc0ceb1043ca92921b04fd6e5c9b"><code>64503c8</code></a> Update dependency software.amazon.awssdk:bom to v2.42.8 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12183">#12183</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/0a754c0c447c67eb7ace40e1803a873e8f084cd5"><code>0a754c0</code></a> Update quay.io/keycloak/keycloak Docker tag to v26.5.5 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12176">#12176</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/3bd67a1eebfb89667fd2b1b28aa90531220de566"><code>3bd67a1</code></a> Update dependency com.azure:azure-sdk-bom to v1.3.5 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12177">#12177</a>)</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.107.3...nessie-0.107.4">compare view</a></li> </ul> </details> <br /> Updates `org.projectnessie.nessie:nessie-jaxrs-testextension` from 0.107.3 to 0.107.4 <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.107.4</h2> <ul> <li>49 commits since 0.107.3</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.4">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.4</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.107.4-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.107.4/nessie-quarkus-0.107.4-runner.jar"><code>nessie-quarkus-0.107.4-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.107.4">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.107.4/nessie-quarkus-0.107.4-runner.jar java -jar nessie-quarkus-0.107.4-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.4/nessie-cli-0.107.4.jar"><code>nessie-cli-0.107.4.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.107.4</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.4/nessie-gc-0.107.4.jar"><code>nessie-gc-0.107.4.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.107.4 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.4/nessie-server-admin-tool-0.107.4-runner.jar"><code>nessie-server-admin-tool-0.107.4-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.107.4 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.4/nessie-helm-0.107.4.tgz"><code>nessie-helm-0.107.4.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>Upgrade notes</h3> <ul> <li>When using the Google Cloud Secret Manager, you have to explicitly configure <code>quarkus.google.cloud.secret-manager-enabled=true</code>.</li> </ul> <h2>Full Changelog (minus renovate commits):</h2> <ul> <li>add spark sql 4.0 extension (<a href="https://redirect.github.com/projectnessie/nessie/issues/12126">#12126</a>)</li> <li>[Site Doc] fix iceberg version in spark-scala jar link (<a href="https://redirect.github.com/projectnessie/nessie/issues/12169">#12169</a>)</li> <li>Add support for extraContainers in helm chart (<a href="https://redirect.github.com/projectnessie/nessie/issues/12178">#12178</a>)</li> <li>Update Helm CI job (<a href="https://redirect.github.com/projectnessie/nessie/issues/12152">#12152</a>)</li> <li>Quarkus: adapt <code>anonymous()</code> "auth" to recent Quarkus changes (<a href="https://redirect.github.com/projectnessie/nessie/issues/12144">#12144</a>)</li> <li>Ninja/Renovate: fix Quarkus extension plugin exclusion</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/2c2e4e429aa15070c790b05d821eff8271239d3f"><code>2c2e4e4</code></a> [release] release nessie-0.107.4</li> <li><a href="https://github.com/projectnessie/nessie/commit/9b2722558ce210ae76a6020970b1292fb21a8523"><code>9b27225</code></a> Update googleCloudBigdataoss to v4.0.3 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12184">#12184</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/2506d4c6e49ffa3dab546b3bba01abbe6cd2ad89"><code>2506d4c</code></a> add spark sql 4.0 extension (<a href="https://redirect.github.com/projectnessie/nessie/issues/12126">#12126</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/5b5ddd77fab13ec9e4581b99188226664838b750"><code>5b5ddd7</code></a> [Site Doc] fix iceberg version in spark-scala jar link (<a href="https://redirect.github.com/projectnessie/nessie/issues/12169">#12169</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/019c0f0bef9e9e02fcdf616c6bdb19bd975023bb"><code>019c0f0</code></a> Add support for extraContainers in helm chart (<a href="https://redirect.github.com/projectnessie/nessie/issues/12178">#12178</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/9403a6f86a10de8270114da3b45f0d16ee056532"><code>9403a6f</code></a> Update dependency maven to v3.9.13 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12179">#12179</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/cb1e398875f3857eacc64a3c146a2a7702c13182"><code>cb1e398</code></a> Update dependency io.opentelemetry:opentelemetry-bom to v1.60.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12182">#12182</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/64503c87cfb9dc0ceb1043ca92921b04fd6e5c9b"><code>64503c8</code></a> Update dependency software.amazon.awssdk:bom to v2.42.8 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12183">#12183</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/0a754c0c447c67eb7ace40e1803a873e8f084cd5"><code>0a754c0</code></a> Update quay.io/keycloak/keycloak Docker tag to v26.5.5 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12176">#12176</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/3bd67a1eebfb89667fd2b1b28aa90531220de566"><code>3bd67a1</code></a> Update dependency com.azure:azure-sdk-bom to v1.3.5 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12177">#12177</a>)</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.107.3...nessie-0.107.4">compare view</a></li> </ul> </details> <br /> Updates `org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests` from 0.107.3 to 0.107.4 <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.107.4</h2> <ul> <li>49 commits since 0.107.3</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.4">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.4</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.107.4-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.107.4/nessie-quarkus-0.107.4-runner.jar"><code>nessie-quarkus-0.107.4-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.107.4">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.107.4/nessie-quarkus-0.107.4-runner.jar java -jar nessie-quarkus-0.107.4-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.4/nessie-cli-0.107.4.jar"><code>nessie-cli-0.107.4.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.107.4</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.4/nessie-gc-0.107.4.jar"><code>nessie-gc-0.107.4.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.107.4 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.4/nessie-server-admin-tool-0.107.4-runner.jar"><code>nessie-server-admin-tool-0.107.4-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.107.4 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.4/nessie-helm-0.107.4.tgz"><code>nessie-helm-0.107.4.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>Upgrade notes</h3> <ul> <li>When using the Google Cloud Secret Manager, you have to explicitly configure <code>quarkus.google.cloud.secret-manager-enabled=true</code>.</li> </ul> <h2>Full Changelog (minus renovate commits):</h2> <ul> <li>add spark sql 4.0 extension (<a href="https://redirect.github.com/projectnessie/nessie/issues/12126">#12126</a>)</li> <li>[Site Doc] fix iceberg version in spark-scala jar link (<a href="https://redirect.github.com/projectnessie/nessie/issues/12169">#12169</a>)</li> <li>Add support for extraContainers in helm chart (<a href="https://redirect.github.com/projectnessie/nessie/issues/12178">#12178</a>)</li> <li>Update Helm CI job (<a href="https://redirect.github.com/projectnessie/nessie/issues/12152">#12152</a>)</li> <li>Quarkus: adapt <code>anonymous()</code> "auth" to recent Quarkus changes (<a href="https://redirect.github.com/projectnessie/nessie/issues/12144">#12144</a>)</li> <li>Ninja/Renovate: fix Quarkus extension plugin exclusion</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/2c2e4e429aa15070c790b05d821eff8271239d3f"><code>2c2e4e4</code></a> [release] release nessie-0.107.4</li> <li><a href="https://github.com/projectnessie/nessie/commit/9b2722558ce210ae76a6020970b1292fb21a8523"><code>9b27225</code></a> Update googleCloudBigdataoss to v4.0.3 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12184">#12184</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/2506d4c6e49ffa3dab546b3bba01abbe6cd2ad89"><code>2506d4c</code></a> add spark sql 4.0 extension (<a href="https://redirect.github.com/projectnessie/nessie/issues/12126">#12126</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/5b5ddd77fab13ec9e4581b99188226664838b750"><code>5b5ddd7</code></a> [Site Doc] fix iceberg version in spark-scala jar link (<a href="https://redirect.github.com/projectnessie/nessie/issues/12169">#12169</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/019c0f0bef9e9e02fcdf616c6bdb19bd975023bb"><code>019c0f0</code></a> Add support for extraContainers in helm chart (<a href="https://redirect.github.com/projectnessie/nessie/issues/12178">#12178</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/9403a6f86a10de8270114da3b45f0d16ee056532"><code>9403a6f</code></a> Update dependency maven to v3.9.13 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12179">#12179</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/cb1e398875f3857eacc64a3c146a2a7702c13182"><code>cb1e398</code></a> Update dependency io.opentelemetry:opentelemetry-bom to v1.60.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12182">#12182</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/64503c87cfb9dc0ceb1043ca92921b04fd6e5c9b"><code>64503c8</code></a> Update dependency software.amazon.awssdk:bom to v2.42.8 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12183">#12183</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/0a754c0c447c67eb7ace40e1803a873e8f084cd5"><code>0a754c0</code></a> Update quay.io/keycloak/keycloak Docker tag to v26.5.5 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12176">#12176</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/3bd67a1eebfb89667fd2b1b28aa90531220de566"><code>3bd67a1</code></a> Update dependency com.azure:azure-sdk-bom to v1.3.5 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12177">#12177</a>)</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.107.3...nessie-0.107.4">compare view</a></li> </ul> </details> <br /> Updates `org.projectnessie.nessie:nessie-versioned-storage-testextension` from 0.107.3 to 0.107.4 <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.107.4</h2> <ul> <li>49 commits since 0.107.3</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.4">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.4</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.107.4-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.107.4/nessie-quarkus-0.107.4-runner.jar"><code>nessie-quarkus-0.107.4-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.107.4">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.107.4/nessie-quarkus-0.107.4-runner.jar java -jar nessie-quarkus-0.107.4-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.4/nessie-cli-0.107.4.jar"><code>nessie-cli-0.107.4.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.107.4</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.4/nessie-gc-0.107.4.jar"><code>nessie-gc-0.107.4.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.107.4 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.4/nessie-server-admin-tool-0.107.4-runner.jar"><code>nessie-server-admin-tool-0.107.4-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.107.4 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.4/nessie-helm-0.107.4.tgz"><code>nessie-helm-0.107.4.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>Upgrade notes</h3> <ul> <li>When using the Google Cloud Secret Manager, you have to explicitly configure <code>quarkus.google.cloud.secret-manager-enabled=true</code>.</li> </ul> <h2>Full Changelog (minus renovate commits):</h2> <ul> <li>add spark sql 4.0 extension (<a href="https://redirect.github.com/projectnessie/nessie/issues/12126">#12126</a>)</li> <li>[Site Doc] fix iceberg version in spark-scala jar link (<a href="https://redirect.github.com/projectnessie/nessie/issues/12169">#12169</a>)</li> <li>Add support for extraContainers in helm chart (<a href="https://redirect.github.com/projectnessie/nessie/issues/12178">#12178</a>)</li> <li>Update Helm CI job (<a href="https://redirect.github.com/projectnessie/nessie/issues/12152">#12152</a>)</li> <li>Quarkus: adapt <code>anonymous()</code> "auth" to recent Quarkus changes (<a href="https://redirect.github.com/projectnessie/nessie/issues/12144">#12144</a>)</li> <li>Ninja/Renovate: fix Quarkus extension plugin exclusion</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/2c2e4e429aa15070c790b05d821eff8271239d3f"><code>2c2e4e4</code></a> [release] release nessie-0.107.4</li> <li><a href="https://github.com/projectnessie/nessie/commit/9b2722558ce210ae76a6020970b1292fb21a8523"><code>9b27225</code></a> Update googleCloudBigdataoss to v4.0.3 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12184">#12184</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/2506d4c6e49ffa3dab546b3bba01abbe6cd2ad89"><code>2506d4c</code></a> add spark sql 4.0 extension (<a href="https://redirect.github.com/projectnessie/nessie/issues/12126">#12126</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/5b5ddd77fab13ec9e4581b99188226664838b750"><code>5b5ddd7</code></a> [Site Doc] fix iceberg version in spark-scala jar link (<a href="https://redirect.github.com/projectnessie/nessie/issues/12169">#12169</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/019c0f0bef9e9e02fcdf616c6bdb19bd975023bb"><code>019c0f0</code></a> Add support for extraContainers in helm chart (<a href="https://redirect.github.com/projectnessie/nessie/issues/12178">#12178</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/9403a6f86a10de8270114da3b45f0d16ee056532"><code>9403a6f</code></a> Update dependency maven to v3.9.13 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12179">#12179</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/cb1e398875f3857eacc64a3c146a2a7702c13182"><code>cb1e398</code></a> Update dependency io.opentelemetry:opentelemetry-bom to v1.60.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12182">#12182</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/64503c87cfb9dc0ceb1043ca92921b04fd6e5c9b"><code>64503c8</code></a> Update dependency software.amazon.awssdk:bom to v2.42.8 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12183">#12183</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/0a754c0c447c67eb7ace40e1803a873e8f084cd5"><code>0a754c0</code></a> Update quay.io/keycloak/keycloak Docker tag to v26.5.5 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12176">#12176</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/3bd67a1eebfb89667fd2b1b28aa90531220de566"><code>3bd67a1</code></a> Update dependency com.azure:azure-sdk-bom to v1.3.5 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12177">#12177</a>)</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.107.3...nessie-0.107.4">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 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: [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]
