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

   Bumps `nessie` from 0.107.2 to 0.107.3.
   Updates `org.projectnessie.nessie:nessie-client` from 0.107.2 to 0.107.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.107.3</h2>
   <ul>
   <li>82 commits since 0.107.2</li>
   <li>Maven Central: <a 
href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.3";>https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.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.107.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.107.3/nessie-quarkus-0.107.3-runner.jar";><code>nessie-quarkus-0.107.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.107.3";>Maven
 Central</a>. Download and run it (requires Java 17):</p>
   <pre><code>wget 
https://github.com/projectnessie/nessie/releases/download/nessie-0.107.3/nessie-quarkus-0.107.3-runner.jar
   java -jar nessie-quarkus-0.107.3-runner.jar
   </code></pre>
   <p>Nessie CLI is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.3/nessie-cli-0.107.3.jar";><code>nessie-cli-0.107.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.107.3</code>.</p>
   <p>Nessie GC tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.3/nessie-gc-0.107.3.jar";><code>nessie-gc-0.107.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.107.3 --help</code>.</p>
   <p>Nessie Server Admin tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.3/nessie-server-admin-tool-0.107.3-runner.jar";><code>nessie-server-admin-tool-0.107.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.107.3 --help</code>.</p>
   <p>The attached <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.3/nessie-helm-0.107.3.tgz";><code>nessie-helm-0.107.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>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>Commit-log should stop at &quot;latest-hash&quot; (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12135";>#12135</a>)</li>
   <li>Ninja/Renovate: also ignore <code>io.quarkus.extension</code> to prefer 
the Quarkus Platform BOM</li>
   <li>Fix typo from <a 
href="https://redirect.github.com/projectnessie/nessie/issues/12105";>#12105</a></li>
   <li>Remove jitpack.io repo (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12117";>#12117</a>)</li>
   <li>Remove superfluous JRE11 check and assumption (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12106";>#12106</a>)</li>
   <li>Renovate: Bump only Quarkus platform BOM (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12105";>#12105</a>)</li>
   <li>Do not let Renovate query <code>repository.a.o/.../snapshots</code> (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12099";>#12099</a>)</li>
   <li>Site: add a script to remove versioned-docs with identical content (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12046";>#12046</a>)</li>
   <li>Fixes S3Exception/AccessDeniedExcepiton assertion (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12073";>#12073</a>)</li>
   <li>Remove Minio handling from Renovate config (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12059";>#12059</a>)</li>
   </ul>
   </blockquote>
   </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>
   <h1>Nessie Changelog</h1>
   <p>The Nessie changelog is used to give users and contributors more 
information than just the list of commits.
   Entries are grouped in sections like <em>Highlights</em> or <em>Upgrade 
notes</em>, the provided sections can be adjusted
   as necessary. Empty sections will not end in the release notes.</p>
   <h2>[Unreleased]</h2>
   <h3>Highlights</h3>
   <h3>Upgrade notes</h3>
   <h3>Breaking changes</h3>
   <h3>New Features</h3>
   <h3>Changes</h3>
   <h3>Deprecations</h3>
   <h3>Fixes</h3>
   <h3>Commits</h3>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/312eabe2ac1b6867b78dc0f0d0b80bdf3d0c291c";><code>312eabe</code></a>
 [release] release nessie-0.107.3</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/c555b98580dd21be6968464ab01a47d175275a52";><code>c555b98</code></a>
 Commit-log should stop at &quot;latest-hash&quot; (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12135";>#12135</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/cf6c83750aac3e295621019d63b39b026fe8cfc8";><code>cf6c837</code></a>
 Update hadoop to v3.4.3 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12134";>#12134</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/c9ad69cf671f820c0183dc1839c078f6a74a2f81";><code>c9ad69c</code></a>
 Update gcr.io/google.com/cloudsdktool/google-cloud-cli Docker tag to v558 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/1";>#1</a>...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/5d8d166435ee1c364774564ff6e53afacb157986";><code>5d8d166</code></a>
 Update docker.io/grafana/grafana Docker tag to v12.4.0 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12132";>#12132</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/3425163c174c96ba2e198155f348ab631b4e8bfc";><code>3425163</code></a>
 Update docker.io/redocly/cli Docker tag to v2.19.2 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12131";>#12131</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/d13bb2204654871c40cca0535c3c4f7eb007654b";><code>d13bb22</code></a>
 Update gradle/actions digest to 0723195 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12129";>#12129</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/9b19f589793d646439a3cbb877252d44a69dc766";><code>9b19f58</code></a>
 Update dependency org.apache.maven.resolver:maven-resolver-supplier to 
v1.9.2...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/6101544ec015851370c3ec896a8354a17ec4b5b1";><code>6101544</code></a>
 Update dependency org.apache.maven.resolver:maven-resolver-supplier to 
v1.9.2...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/44a81b8c441ff2e1917fc619e156a1683605c8c3";><code>44a81b8</code></a>
 Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12124";>#12124</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/projectnessie/nessie/compare/nessie-0.107.2...nessie-0.107.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.projectnessie.nessie:nessie-jaxrs-testextension` from 0.107.2 
to 0.107.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.107.3</h2>
   <ul>
   <li>82 commits since 0.107.2</li>
   <li>Maven Central: <a 
href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.3";>https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.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.107.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.107.3/nessie-quarkus-0.107.3-runner.jar";><code>nessie-quarkus-0.107.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.107.3";>Maven
 Central</a>. Download and run it (requires Java 17):</p>
   <pre><code>wget 
https://github.com/projectnessie/nessie/releases/download/nessie-0.107.3/nessie-quarkus-0.107.3-runner.jar
   java -jar nessie-quarkus-0.107.3-runner.jar
   </code></pre>
   <p>Nessie CLI is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.3/nessie-cli-0.107.3.jar";><code>nessie-cli-0.107.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.107.3</code>.</p>
   <p>Nessie GC tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.3/nessie-gc-0.107.3.jar";><code>nessie-gc-0.107.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.107.3 --help</code>.</p>
   <p>Nessie Server Admin tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.3/nessie-server-admin-tool-0.107.3-runner.jar";><code>nessie-server-admin-tool-0.107.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.107.3 --help</code>.</p>
   <p>The attached <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.3/nessie-helm-0.107.3.tgz";><code>nessie-helm-0.107.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>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>Commit-log should stop at &quot;latest-hash&quot; (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12135";>#12135</a>)</li>
   <li>Ninja/Renovate: also ignore <code>io.quarkus.extension</code> to prefer 
the Quarkus Platform BOM</li>
   <li>Fix typo from <a 
href="https://redirect.github.com/projectnessie/nessie/issues/12105";>#12105</a></li>
   <li>Remove jitpack.io repo (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12117";>#12117</a>)</li>
   <li>Remove superfluous JRE11 check and assumption (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12106";>#12106</a>)</li>
   <li>Renovate: Bump only Quarkus platform BOM (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12105";>#12105</a>)</li>
   <li>Do not let Renovate query <code>repository.a.o/.../snapshots</code> (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12099";>#12099</a>)</li>
   <li>Site: add a script to remove versioned-docs with identical content (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12046";>#12046</a>)</li>
   <li>Fixes S3Exception/AccessDeniedExcepiton assertion (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12073";>#12073</a>)</li>
   <li>Remove Minio handling from Renovate config (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12059";>#12059</a>)</li>
   </ul>
   </blockquote>
   </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>
   <h1>Nessie Changelog</h1>
   <p>The Nessie changelog is used to give users and contributors more 
information than just the list of commits.
   Entries are grouped in sections like <em>Highlights</em> or <em>Upgrade 
notes</em>, the provided sections can be adjusted
   as necessary. Empty sections will not end in the release notes.</p>
   <h2>[Unreleased]</h2>
   <h3>Highlights</h3>
   <h3>Upgrade notes</h3>
   <h3>Breaking changes</h3>
   <h3>New Features</h3>
   <h3>Changes</h3>
   <h3>Deprecations</h3>
   <h3>Fixes</h3>
   <h3>Commits</h3>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/312eabe2ac1b6867b78dc0f0d0b80bdf3d0c291c";><code>312eabe</code></a>
 [release] release nessie-0.107.3</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/c555b98580dd21be6968464ab01a47d175275a52";><code>c555b98</code></a>
 Commit-log should stop at &quot;latest-hash&quot; (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12135";>#12135</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/cf6c83750aac3e295621019d63b39b026fe8cfc8";><code>cf6c837</code></a>
 Update hadoop to v3.4.3 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12134";>#12134</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/c9ad69cf671f820c0183dc1839c078f6a74a2f81";><code>c9ad69c</code></a>
 Update gcr.io/google.com/cloudsdktool/google-cloud-cli Docker tag to v558 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/1";>#1</a>...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/5d8d166435ee1c364774564ff6e53afacb157986";><code>5d8d166</code></a>
 Update docker.io/grafana/grafana Docker tag to v12.4.0 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12132";>#12132</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/3425163c174c96ba2e198155f348ab631b4e8bfc";><code>3425163</code></a>
 Update docker.io/redocly/cli Docker tag to v2.19.2 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12131";>#12131</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/d13bb2204654871c40cca0535c3c4f7eb007654b";><code>d13bb22</code></a>
 Update gradle/actions digest to 0723195 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12129";>#12129</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/9b19f589793d646439a3cbb877252d44a69dc766";><code>9b19f58</code></a>
 Update dependency org.apache.maven.resolver:maven-resolver-supplier to 
v1.9.2...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/6101544ec015851370c3ec896a8354a17ec4b5b1";><code>6101544</code></a>
 Update dependency org.apache.maven.resolver:maven-resolver-supplier to 
v1.9.2...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/44a81b8c441ff2e1917fc619e156a1683605c8c3";><code>44a81b8</code></a>
 Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12124";>#12124</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/projectnessie/nessie/compare/nessie-0.107.2...nessie-0.107.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests` 
from 0.107.2 to 0.107.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.107.3</h2>
   <ul>
   <li>82 commits since 0.107.2</li>
   <li>Maven Central: <a 
href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.3";>https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.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.107.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.107.3/nessie-quarkus-0.107.3-runner.jar";><code>nessie-quarkus-0.107.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.107.3";>Maven
 Central</a>. Download and run it (requires Java 17):</p>
   <pre><code>wget 
https://github.com/projectnessie/nessie/releases/download/nessie-0.107.3/nessie-quarkus-0.107.3-runner.jar
   java -jar nessie-quarkus-0.107.3-runner.jar
   </code></pre>
   <p>Nessie CLI is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.3/nessie-cli-0.107.3.jar";><code>nessie-cli-0.107.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.107.3</code>.</p>
   <p>Nessie GC tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.3/nessie-gc-0.107.3.jar";><code>nessie-gc-0.107.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.107.3 --help</code>.</p>
   <p>Nessie Server Admin tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.3/nessie-server-admin-tool-0.107.3-runner.jar";><code>nessie-server-admin-tool-0.107.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.107.3 --help</code>.</p>
   <p>The attached <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.3/nessie-helm-0.107.3.tgz";><code>nessie-helm-0.107.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>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>Commit-log should stop at &quot;latest-hash&quot; (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12135";>#12135</a>)</li>
   <li>Ninja/Renovate: also ignore <code>io.quarkus.extension</code> to prefer 
the Quarkus Platform BOM</li>
   <li>Fix typo from <a 
href="https://redirect.github.com/projectnessie/nessie/issues/12105";>#12105</a></li>
   <li>Remove jitpack.io repo (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12117";>#12117</a>)</li>
   <li>Remove superfluous JRE11 check and assumption (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12106";>#12106</a>)</li>
   <li>Renovate: Bump only Quarkus platform BOM (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12105";>#12105</a>)</li>
   <li>Do not let Renovate query <code>repository.a.o/.../snapshots</code> (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12099";>#12099</a>)</li>
   <li>Site: add a script to remove versioned-docs with identical content (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12046";>#12046</a>)</li>
   <li>Fixes S3Exception/AccessDeniedExcepiton assertion (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12073";>#12073</a>)</li>
   <li>Remove Minio handling from Renovate config (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12059";>#12059</a>)</li>
   </ul>
   </blockquote>
   </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>
   <h1>Nessie Changelog</h1>
   <p>The Nessie changelog is used to give users and contributors more 
information than just the list of commits.
   Entries are grouped in sections like <em>Highlights</em> or <em>Upgrade 
notes</em>, the provided sections can be adjusted
   as necessary. Empty sections will not end in the release notes.</p>
   <h2>[Unreleased]</h2>
   <h3>Highlights</h3>
   <h3>Upgrade notes</h3>
   <h3>Breaking changes</h3>
   <h3>New Features</h3>
   <h3>Changes</h3>
   <h3>Deprecations</h3>
   <h3>Fixes</h3>
   <h3>Commits</h3>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/312eabe2ac1b6867b78dc0f0d0b80bdf3d0c291c";><code>312eabe</code></a>
 [release] release nessie-0.107.3</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/c555b98580dd21be6968464ab01a47d175275a52";><code>c555b98</code></a>
 Commit-log should stop at &quot;latest-hash&quot; (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12135";>#12135</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/cf6c83750aac3e295621019d63b39b026fe8cfc8";><code>cf6c837</code></a>
 Update hadoop to v3.4.3 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12134";>#12134</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/c9ad69cf671f820c0183dc1839c078f6a74a2f81";><code>c9ad69c</code></a>
 Update gcr.io/google.com/cloudsdktool/google-cloud-cli Docker tag to v558 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/1";>#1</a>...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/5d8d166435ee1c364774564ff6e53afacb157986";><code>5d8d166</code></a>
 Update docker.io/grafana/grafana Docker tag to v12.4.0 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12132";>#12132</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/3425163c174c96ba2e198155f348ab631b4e8bfc";><code>3425163</code></a>
 Update docker.io/redocly/cli Docker tag to v2.19.2 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12131";>#12131</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/d13bb2204654871c40cca0535c3c4f7eb007654b";><code>d13bb22</code></a>
 Update gradle/actions digest to 0723195 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12129";>#12129</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/9b19f589793d646439a3cbb877252d44a69dc766";><code>9b19f58</code></a>
 Update dependency org.apache.maven.resolver:maven-resolver-supplier to 
v1.9.2...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/6101544ec015851370c3ec896a8354a17ec4b5b1";><code>6101544</code></a>
 Update dependency org.apache.maven.resolver:maven-resolver-supplier to 
v1.9.2...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/44a81b8c441ff2e1917fc619e156a1683605c8c3";><code>44a81b8</code></a>
 Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12124";>#12124</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/projectnessie/nessie/compare/nessie-0.107.2...nessie-0.107.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.projectnessie.nessie:nessie-versioned-storage-testextension` 
from 0.107.2 to 0.107.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.107.3</h2>
   <ul>
   <li>82 commits since 0.107.2</li>
   <li>Maven Central: <a 
href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.3";>https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.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.107.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.107.3/nessie-quarkus-0.107.3-runner.jar";><code>nessie-quarkus-0.107.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.107.3";>Maven
 Central</a>. Download and run it (requires Java 17):</p>
   <pre><code>wget 
https://github.com/projectnessie/nessie/releases/download/nessie-0.107.3/nessie-quarkus-0.107.3-runner.jar
   java -jar nessie-quarkus-0.107.3-runner.jar
   </code></pre>
   <p>Nessie CLI is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.3/nessie-cli-0.107.3.jar";><code>nessie-cli-0.107.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.107.3</code>.</p>
   <p>Nessie GC tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.3/nessie-gc-0.107.3.jar";><code>nessie-gc-0.107.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.107.3 --help</code>.</p>
   <p>Nessie Server Admin tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.3/nessie-server-admin-tool-0.107.3-runner.jar";><code>nessie-server-admin-tool-0.107.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.107.3 --help</code>.</p>
   <p>The attached <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.3/nessie-helm-0.107.3.tgz";><code>nessie-helm-0.107.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>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>Commit-log should stop at &quot;latest-hash&quot; (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12135";>#12135</a>)</li>
   <li>Ninja/Renovate: also ignore <code>io.quarkus.extension</code> to prefer 
the Quarkus Platform BOM</li>
   <li>Fix typo from <a 
href="https://redirect.github.com/projectnessie/nessie/issues/12105";>#12105</a></li>
   <li>Remove jitpack.io repo (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12117";>#12117</a>)</li>
   <li>Remove superfluous JRE11 check and assumption (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12106";>#12106</a>)</li>
   <li>Renovate: Bump only Quarkus platform BOM (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12105";>#12105</a>)</li>
   <li>Do not let Renovate query <code>repository.a.o/.../snapshots</code> (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12099";>#12099</a>)</li>
   <li>Site: add a script to remove versioned-docs with identical content (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12046";>#12046</a>)</li>
   <li>Fixes S3Exception/AccessDeniedExcepiton assertion (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12073";>#12073</a>)</li>
   <li>Remove Minio handling from Renovate config (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12059";>#12059</a>)</li>
   </ul>
   </blockquote>
   </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>
   <h1>Nessie Changelog</h1>
   <p>The Nessie changelog is used to give users and contributors more 
information than just the list of commits.
   Entries are grouped in sections like <em>Highlights</em> or <em>Upgrade 
notes</em>, the provided sections can be adjusted
   as necessary. Empty sections will not end in the release notes.</p>
   <h2>[Unreleased]</h2>
   <h3>Highlights</h3>
   <h3>Upgrade notes</h3>
   <h3>Breaking changes</h3>
   <h3>New Features</h3>
   <h3>Changes</h3>
   <h3>Deprecations</h3>
   <h3>Fixes</h3>
   <h3>Commits</h3>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/312eabe2ac1b6867b78dc0f0d0b80bdf3d0c291c";><code>312eabe</code></a>
 [release] release nessie-0.107.3</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/c555b98580dd21be6968464ab01a47d175275a52";><code>c555b98</code></a>
 Commit-log should stop at &quot;latest-hash&quot; (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12135";>#12135</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/cf6c83750aac3e295621019d63b39b026fe8cfc8";><code>cf6c837</code></a>
 Update hadoop to v3.4.3 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12134";>#12134</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/c9ad69cf671f820c0183dc1839c078f6a74a2f81";><code>c9ad69c</code></a>
 Update gcr.io/google.com/cloudsdktool/google-cloud-cli Docker tag to v558 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/1";>#1</a>...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/5d8d166435ee1c364774564ff6e53afacb157986";><code>5d8d166</code></a>
 Update docker.io/grafana/grafana Docker tag to v12.4.0 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12132";>#12132</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/3425163c174c96ba2e198155f348ab631b4e8bfc";><code>3425163</code></a>
 Update docker.io/redocly/cli Docker tag to v2.19.2 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12131";>#12131</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/d13bb2204654871c40cca0535c3c4f7eb007654b";><code>d13bb22</code></a>
 Update gradle/actions digest to 0723195 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12129";>#12129</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/9b19f589793d646439a3cbb877252d44a69dc766";><code>9b19f58</code></a>
 Update dependency org.apache.maven.resolver:maven-resolver-supplier to 
v1.9.2...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/6101544ec015851370c3ec896a8354a17ec4b5b1";><code>6101544</code></a>
 Update dependency org.apache.maven.resolver:maven-resolver-supplier to 
v1.9.2...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/44a81b8c441ff2e1917fc619e156a1683605c8c3";><code>44a81b8</code></a>
 Update dependency com.fasterxml.jackson:jackson-bom to v2.21.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12124";>#12124</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/projectnessie/nessie/compare/nessie-0.107.2...nessie-0.107.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 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]


Reply via email to