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

   Bumps `nessie` from 0.106.0 to 0.106.1.
   Updates `org.projectnessie.nessie:nessie-client` from 0.106.0 to 0.106.1
   <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.106.1</h2>
   <ul>
   <li>223 commits since 0.105.7</li>
   <li>Maven Central: <a 
href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.106.1";>https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.106.1</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.106.1-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.106.1/nessie-quarkus-0.106.1-runner.jar";><code>nessie-quarkus-0.106.1-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.106.1";>Maven
 Central</a>. Download and run it (requires Java 17):</p>
   <pre><code>wget 
https://github.com/projectnessie/nessie/releases/download/nessie-0.106.1/nessie-quarkus-0.106.1-runner.jar
   java -jar nessie-quarkus-0.106.1-runner.jar
   </code></pre>
   <p>Nessie CLI is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.1/nessie-cli-0.106.1.jar";><code>nessie-cli-0.106.1.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.106.1</code>.</p>
   <p>Nessie GC tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.1/nessie-gc-0.106.1.jar";><code>nessie-gc-0.106.1.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.106.1 --help</code>.</p>
   <p>Nessie Server Admin tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.1/nessie-server-admin-tool-0.106.1-runner.jar";><code>nessie-server-admin-tool-0.106.1-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.106.1 --help</code>.</p>
   <p>The attached <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.1/nessie-helm-0.106.1.tgz";><code>nessie-helm-0.106.1.tgz</code></a>
 is a packaged Helm chart, which can be downloaded and installed via Helm. 
There is also the <a href="https://charts.projectnessie.org/";>Nessie Helm chart 
repo</a>, which can be added and used to install the Nessie Helm chart.</p>
   <h2>Changelog</h2>
   <h3>Fixes</h3>
   <ul>
   <li>Catalog/S3: Add a per-bucket configuration option 
<code>chunked-encoding-enabled</code> (defaults to <code>true</code>)
   so deployments targeting Oracle Cloud Infrastructure (OCI) or other 
S3-compatible stores that
   reject chunked payload signatures can disable AWS SDK chunked encoding 
without downgrading
   Nessie. Fixes <a 
href="https://redirect.github.com/projectnessie/nessie/issues/11441";>#11441</a>.</li>
   </ul>
   <h2>Full Changelog (minus renovate commits):</h2>
   <ul>
   <li>Testing: Use testcontainers functionality to pull redocly-cli image (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11775";>#11775</a>)</li>
   <li>feat: GatewayAPI support for the helm chart (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11768";>#11768</a>)</li>
   <li>Pin Helm Unit version to 1.0.2 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11765";>#11765</a>)</li>
   <li>Publish/pom: prevent including test-fixtures dependencies as runtime (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11700";>#11700</a>)</li>
   <li>Migrate to nmcp Central Portal publishing (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11695";>#11695</a>)</li>
   <li>Ninja: forgot to push to <code>main</code></li>
   <li>Ninja... one more</li>
   <li>ninja-fix previous PR</li>
   <li>Fix create-release workflow (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11691";>#11691</a>)</li>
   <li>Support configuration of S3 signing URL validity via chart (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11690";>#11690</a>)</li>
   <li>feat(helm): add priority class support (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11689";>#11689</a>)</li>
   <li>Add OCI friendly S3 chunked encoding toggle (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11676";>#11676</a>)</li>
   <li>Get back snapshot publications - take 2 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11653";>#11653</a>)</li>
   <li>Attempt to get snapshot publishing back (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11629";>#11629</a>)</li>
   <li>Ninja (last one!): fix new Quarkus-CR workflow</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md";>org.projectnessie.nessie:nessie-client's
 changelog</a>.</em></p>
   <blockquote>
   <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/d2e205e40a0a7c8152ce014295960b05a547e9a8";><code>d2e205e</code></a>
 [release] release nessie-0.106.1</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/7519e767410964b190d62d801667573bc901d338";><code>7519e76</code></a>
 fix(deps): update dependency org.projectnessie.cel:cel-bom to v0.6.0 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11803";>#11803</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/468630acaedc9d51cc2741e6e31cb8ffccdd5d62";><code>468630a</code></a>
 fix(deps): update dependency com.puppycrawl.tools:checkstyle to v13 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11802";>#11802</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/f3c108145b9dc2b4264af1f70d10446710ca47b6";><code>f3c1081</code></a>
 fix(deps): update dependency software.amazon.awssdk:bom to v2.41.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11801";>#11801</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/a46937554060b1425e32a400f65eb47780ca1f42";><code>a469375</code></a>
 fix(deps): update dependency 
com.github.nagyesta.lowkey-vault:lowkey-vault-cl...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/1dc5cad1eed5cd338bcaa2c42bc588e2121d3288";><code>1dc5cad</code></a>
 chore(deps): update docker.io/nagyesta/lowkey-vault docker tag to v7 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11794";>#11794</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/b1c8b9da7145090485bcf71e53565bea3f2b846c";><code>b1c8b9d</code></a>
 fix(deps): update dependency 
com.github.nagyesta.lowkey-vault:lowkey-vault-te...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/e4fda49f80e2a14bf6e0010d858b34506118c1ee";><code>e4fda49</code></a>
 chore(deps): update dependency pymdown-extensions to v10.20 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11799";>#11799</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/ab9a0f3d8e1eb349ed6e0f3040c4ce3fe4b2cc9c";><code>ab9a0f3</code></a>
 chore(deps): update plugin nmcp to v1.4.3 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11798";>#11798</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/b939ce5816041da2795b5f61354bbccad62c8700";><code>b939ce5</code></a>
 chore(deps): update docker.io/redocly/cli docker tag to v2.14.3 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11797";>#11797</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/projectnessie/nessie/compare/nessie-0.106.0...nessie-0.106.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.projectnessie.nessie:nessie-jaxrs-testextension` from 0.106.0 
to 0.106.1
   <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.106.1</h2>
   <ul>
   <li>223 commits since 0.105.7</li>
   <li>Maven Central: <a 
href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.106.1";>https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.106.1</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.106.1-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.106.1/nessie-quarkus-0.106.1-runner.jar";><code>nessie-quarkus-0.106.1-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.106.1";>Maven
 Central</a>. Download and run it (requires Java 17):</p>
   <pre><code>wget 
https://github.com/projectnessie/nessie/releases/download/nessie-0.106.1/nessie-quarkus-0.106.1-runner.jar
   java -jar nessie-quarkus-0.106.1-runner.jar
   </code></pre>
   <p>Nessie CLI is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.1/nessie-cli-0.106.1.jar";><code>nessie-cli-0.106.1.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.106.1</code>.</p>
   <p>Nessie GC tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.1/nessie-gc-0.106.1.jar";><code>nessie-gc-0.106.1.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.106.1 --help</code>.</p>
   <p>Nessie Server Admin tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.1/nessie-server-admin-tool-0.106.1-runner.jar";><code>nessie-server-admin-tool-0.106.1-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.106.1 --help</code>.</p>
   <p>The attached <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.1/nessie-helm-0.106.1.tgz";><code>nessie-helm-0.106.1.tgz</code></a>
 is a packaged Helm chart, which can be downloaded and installed via Helm. 
There is also the <a href="https://charts.projectnessie.org/";>Nessie Helm chart 
repo</a>, which can be added and used to install the Nessie Helm chart.</p>
   <h2>Changelog</h2>
   <h3>Fixes</h3>
   <ul>
   <li>Catalog/S3: Add a per-bucket configuration option 
<code>chunked-encoding-enabled</code> (defaults to <code>true</code>)
   so deployments targeting Oracle Cloud Infrastructure (OCI) or other 
S3-compatible stores that
   reject chunked payload signatures can disable AWS SDK chunked encoding 
without downgrading
   Nessie. Fixes <a 
href="https://redirect.github.com/projectnessie/nessie/issues/11441";>#11441</a>.</li>
   </ul>
   <h2>Full Changelog (minus renovate commits):</h2>
   <ul>
   <li>Testing: Use testcontainers functionality to pull redocly-cli image (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11775";>#11775</a>)</li>
   <li>feat: GatewayAPI support for the helm chart (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11768";>#11768</a>)</li>
   <li>Pin Helm Unit version to 1.0.2 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11765";>#11765</a>)</li>
   <li>Publish/pom: prevent including test-fixtures dependencies as runtime (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11700";>#11700</a>)</li>
   <li>Migrate to nmcp Central Portal publishing (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11695";>#11695</a>)</li>
   <li>Ninja: forgot to push to <code>main</code></li>
   <li>Ninja... one more</li>
   <li>ninja-fix previous PR</li>
   <li>Fix create-release workflow (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11691";>#11691</a>)</li>
   <li>Support configuration of S3 signing URL validity via chart (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11690";>#11690</a>)</li>
   <li>feat(helm): add priority class support (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11689";>#11689</a>)</li>
   <li>Add OCI friendly S3 chunked encoding toggle (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11676";>#11676</a>)</li>
   <li>Get back snapshot publications - take 2 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11653";>#11653</a>)</li>
   <li>Attempt to get snapshot publishing back (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11629";>#11629</a>)</li>
   <li>Ninja (last one!): fix new Quarkus-CR workflow</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md";>org.projectnessie.nessie:nessie-jaxrs-testextension's
 changelog</a>.</em></p>
   <blockquote>
   <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/d2e205e40a0a7c8152ce014295960b05a547e9a8";><code>d2e205e</code></a>
 [release] release nessie-0.106.1</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/7519e767410964b190d62d801667573bc901d338";><code>7519e76</code></a>
 fix(deps): update dependency org.projectnessie.cel:cel-bom to v0.6.0 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11803";>#11803</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/468630acaedc9d51cc2741e6e31cb8ffccdd5d62";><code>468630a</code></a>
 fix(deps): update dependency com.puppycrawl.tools:checkstyle to v13 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11802";>#11802</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/f3c108145b9dc2b4264af1f70d10446710ca47b6";><code>f3c1081</code></a>
 fix(deps): update dependency software.amazon.awssdk:bom to v2.41.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11801";>#11801</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/a46937554060b1425e32a400f65eb47780ca1f42";><code>a469375</code></a>
 fix(deps): update dependency 
com.github.nagyesta.lowkey-vault:lowkey-vault-cl...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/1dc5cad1eed5cd338bcaa2c42bc588e2121d3288";><code>1dc5cad</code></a>
 chore(deps): update docker.io/nagyesta/lowkey-vault docker tag to v7 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11794";>#11794</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/b1c8b9da7145090485bcf71e53565bea3f2b846c";><code>b1c8b9d</code></a>
 fix(deps): update dependency 
com.github.nagyesta.lowkey-vault:lowkey-vault-te...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/e4fda49f80e2a14bf6e0010d858b34506118c1ee";><code>e4fda49</code></a>
 chore(deps): update dependency pymdown-extensions to v10.20 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11799";>#11799</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/ab9a0f3d8e1eb349ed6e0f3040c4ce3fe4b2cc9c";><code>ab9a0f3</code></a>
 chore(deps): update plugin nmcp to v1.4.3 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11798";>#11798</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/b939ce5816041da2795b5f61354bbccad62c8700";><code>b939ce5</code></a>
 chore(deps): update docker.io/redocly/cli docker tag to v2.14.3 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11797";>#11797</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/projectnessie/nessie/compare/nessie-0.106.0...nessie-0.106.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests` 
from 0.106.0 to 0.106.1
   <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.106.1</h2>
   <ul>
   <li>223 commits since 0.105.7</li>
   <li>Maven Central: <a 
href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.106.1";>https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.106.1</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.106.1-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.106.1/nessie-quarkus-0.106.1-runner.jar";><code>nessie-quarkus-0.106.1-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.106.1";>Maven
 Central</a>. Download and run it (requires Java 17):</p>
   <pre><code>wget 
https://github.com/projectnessie/nessie/releases/download/nessie-0.106.1/nessie-quarkus-0.106.1-runner.jar
   java -jar nessie-quarkus-0.106.1-runner.jar
   </code></pre>
   <p>Nessie CLI is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.1/nessie-cli-0.106.1.jar";><code>nessie-cli-0.106.1.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.106.1</code>.</p>
   <p>Nessie GC tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.1/nessie-gc-0.106.1.jar";><code>nessie-gc-0.106.1.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.106.1 --help</code>.</p>
   <p>Nessie Server Admin tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.1/nessie-server-admin-tool-0.106.1-runner.jar";><code>nessie-server-admin-tool-0.106.1-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.106.1 --help</code>.</p>
   <p>The attached <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.1/nessie-helm-0.106.1.tgz";><code>nessie-helm-0.106.1.tgz</code></a>
 is a packaged Helm chart, which can be downloaded and installed via Helm. 
There is also the <a href="https://charts.projectnessie.org/";>Nessie Helm chart 
repo</a>, which can be added and used to install the Nessie Helm chart.</p>
   <h2>Changelog</h2>
   <h3>Fixes</h3>
   <ul>
   <li>Catalog/S3: Add a per-bucket configuration option 
<code>chunked-encoding-enabled</code> (defaults to <code>true</code>)
   so deployments targeting Oracle Cloud Infrastructure (OCI) or other 
S3-compatible stores that
   reject chunked payload signatures can disable AWS SDK chunked encoding 
without downgrading
   Nessie. Fixes <a 
href="https://redirect.github.com/projectnessie/nessie/issues/11441";>#11441</a>.</li>
   </ul>
   <h2>Full Changelog (minus renovate commits):</h2>
   <ul>
   <li>Testing: Use testcontainers functionality to pull redocly-cli image (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11775";>#11775</a>)</li>
   <li>feat: GatewayAPI support for the helm chart (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11768";>#11768</a>)</li>
   <li>Pin Helm Unit version to 1.0.2 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11765";>#11765</a>)</li>
   <li>Publish/pom: prevent including test-fixtures dependencies as runtime (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11700";>#11700</a>)</li>
   <li>Migrate to nmcp Central Portal publishing (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11695";>#11695</a>)</li>
   <li>Ninja: forgot to push to <code>main</code></li>
   <li>Ninja... one more</li>
   <li>ninja-fix previous PR</li>
   <li>Fix create-release workflow (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11691";>#11691</a>)</li>
   <li>Support configuration of S3 signing URL validity via chart (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11690";>#11690</a>)</li>
   <li>feat(helm): add priority class support (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11689";>#11689</a>)</li>
   <li>Add OCI friendly S3 chunked encoding toggle (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11676";>#11676</a>)</li>
   <li>Get back snapshot publications - take 2 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11653";>#11653</a>)</li>
   <li>Attempt to get snapshot publishing back (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11629";>#11629</a>)</li>
   <li>Ninja (last one!): fix new Quarkus-CR workflow</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md";>org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests's
 changelog</a>.</em></p>
   <blockquote>
   <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/d2e205e40a0a7c8152ce014295960b05a547e9a8";><code>d2e205e</code></a>
 [release] release nessie-0.106.1</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/7519e767410964b190d62d801667573bc901d338";><code>7519e76</code></a>
 fix(deps): update dependency org.projectnessie.cel:cel-bom to v0.6.0 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11803";>#11803</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/468630acaedc9d51cc2741e6e31cb8ffccdd5d62";><code>468630a</code></a>
 fix(deps): update dependency com.puppycrawl.tools:checkstyle to v13 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11802";>#11802</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/f3c108145b9dc2b4264af1f70d10446710ca47b6";><code>f3c1081</code></a>
 fix(deps): update dependency software.amazon.awssdk:bom to v2.41.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11801";>#11801</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/a46937554060b1425e32a400f65eb47780ca1f42";><code>a469375</code></a>
 fix(deps): update dependency 
com.github.nagyesta.lowkey-vault:lowkey-vault-cl...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/1dc5cad1eed5cd338bcaa2c42bc588e2121d3288";><code>1dc5cad</code></a>
 chore(deps): update docker.io/nagyesta/lowkey-vault docker tag to v7 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11794";>#11794</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/b1c8b9da7145090485bcf71e53565bea3f2b846c";><code>b1c8b9d</code></a>
 fix(deps): update dependency 
com.github.nagyesta.lowkey-vault:lowkey-vault-te...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/e4fda49f80e2a14bf6e0010d858b34506118c1ee";><code>e4fda49</code></a>
 chore(deps): update dependency pymdown-extensions to v10.20 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11799";>#11799</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/ab9a0f3d8e1eb349ed6e0f3040c4ce3fe4b2cc9c";><code>ab9a0f3</code></a>
 chore(deps): update plugin nmcp to v1.4.3 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11798";>#11798</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/b939ce5816041da2795b5f61354bbccad62c8700";><code>b939ce5</code></a>
 chore(deps): update docker.io/redocly/cli docker tag to v2.14.3 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11797";>#11797</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/projectnessie/nessie/compare/nessie-0.106.0...nessie-0.106.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.projectnessie.nessie:nessie-versioned-storage-testextension` 
from 0.106.0 to 0.106.1
   <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.106.1</h2>
   <ul>
   <li>223 commits since 0.105.7</li>
   <li>Maven Central: <a 
href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.106.1";>https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.106.1</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.106.1-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.106.1/nessie-quarkus-0.106.1-runner.jar";><code>nessie-quarkus-0.106.1-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.106.1";>Maven
 Central</a>. Download and run it (requires Java 17):</p>
   <pre><code>wget 
https://github.com/projectnessie/nessie/releases/download/nessie-0.106.1/nessie-quarkus-0.106.1-runner.jar
   java -jar nessie-quarkus-0.106.1-runner.jar
   </code></pre>
   <p>Nessie CLI is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.1/nessie-cli-0.106.1.jar";><code>nessie-cli-0.106.1.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.106.1</code>.</p>
   <p>Nessie GC tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.1/nessie-gc-0.106.1.jar";><code>nessie-gc-0.106.1.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.106.1 --help</code>.</p>
   <p>Nessie Server Admin tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.1/nessie-server-admin-tool-0.106.1-runner.jar";><code>nessie-server-admin-tool-0.106.1-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.106.1 --help</code>.</p>
   <p>The attached <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.1/nessie-helm-0.106.1.tgz";><code>nessie-helm-0.106.1.tgz</code></a>
 is a packaged Helm chart, which can be downloaded and installed via Helm. 
There is also the <a href="https://charts.projectnessie.org/";>Nessie Helm chart 
repo</a>, which can be added and used to install the Nessie Helm chart.</p>
   <h2>Changelog</h2>
   <h3>Fixes</h3>
   <ul>
   <li>Catalog/S3: Add a per-bucket configuration option 
<code>chunked-encoding-enabled</code> (defaults to <code>true</code>)
   so deployments targeting Oracle Cloud Infrastructure (OCI) or other 
S3-compatible stores that
   reject chunked payload signatures can disable AWS SDK chunked encoding 
without downgrading
   Nessie. Fixes <a 
href="https://redirect.github.com/projectnessie/nessie/issues/11441";>#11441</a>.</li>
   </ul>
   <h2>Full Changelog (minus renovate commits):</h2>
   <ul>
   <li>Testing: Use testcontainers functionality to pull redocly-cli image (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11775";>#11775</a>)</li>
   <li>feat: GatewayAPI support for the helm chart (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11768";>#11768</a>)</li>
   <li>Pin Helm Unit version to 1.0.2 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11765";>#11765</a>)</li>
   <li>Publish/pom: prevent including test-fixtures dependencies as runtime (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11700";>#11700</a>)</li>
   <li>Migrate to nmcp Central Portal publishing (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11695";>#11695</a>)</li>
   <li>Ninja: forgot to push to <code>main</code></li>
   <li>Ninja... one more</li>
   <li>ninja-fix previous PR</li>
   <li>Fix create-release workflow (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11691";>#11691</a>)</li>
   <li>Support configuration of S3 signing URL validity via chart (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11690";>#11690</a>)</li>
   <li>feat(helm): add priority class support (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11689";>#11689</a>)</li>
   <li>Add OCI friendly S3 chunked encoding toggle (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11676";>#11676</a>)</li>
   <li>Get back snapshot publications - take 2 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11653";>#11653</a>)</li>
   <li>Attempt to get snapshot publishing back (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11629";>#11629</a>)</li>
   <li>Ninja (last one!): fix new Quarkus-CR workflow</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md";>org.projectnessie.nessie:nessie-versioned-storage-testextension's
 changelog</a>.</em></p>
   <blockquote>
   <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/d2e205e40a0a7c8152ce014295960b05a547e9a8";><code>d2e205e</code></a>
 [release] release nessie-0.106.1</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/7519e767410964b190d62d801667573bc901d338";><code>7519e76</code></a>
 fix(deps): update dependency org.projectnessie.cel:cel-bom to v0.6.0 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11803";>#11803</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/468630acaedc9d51cc2741e6e31cb8ffccdd5d62";><code>468630a</code></a>
 fix(deps): update dependency com.puppycrawl.tools:checkstyle to v13 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11802";>#11802</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/f3c108145b9dc2b4264af1f70d10446710ca47b6";><code>f3c1081</code></a>
 fix(deps): update dependency software.amazon.awssdk:bom to v2.41.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11801";>#11801</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/a46937554060b1425e32a400f65eb47780ca1f42";><code>a469375</code></a>
 fix(deps): update dependency 
com.github.nagyesta.lowkey-vault:lowkey-vault-cl...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/1dc5cad1eed5cd338bcaa2c42bc588e2121d3288";><code>1dc5cad</code></a>
 chore(deps): update docker.io/nagyesta/lowkey-vault docker tag to v7 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11794";>#11794</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/b1c8b9da7145090485bcf71e53565bea3f2b846c";><code>b1c8b9d</code></a>
 fix(deps): update dependency 
com.github.nagyesta.lowkey-vault:lowkey-vault-te...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/e4fda49f80e2a14bf6e0010d858b34506118c1ee";><code>e4fda49</code></a>
 chore(deps): update dependency pymdown-extensions to v10.20 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11799";>#11799</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/ab9a0f3d8e1eb349ed6e0f3040c4ce3fe4b2cc9c";><code>ab9a0f3</code></a>
 chore(deps): update plugin nmcp to v1.4.3 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11798";>#11798</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/b939ce5816041da2795b5f61354bbccad62c8700";><code>b939ce5</code></a>
 chore(deps): update docker.io/redocly/cli docker tag to v2.14.3 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/11797";>#11797</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/projectnessie/nessie/compare/nessie-0.106.0...nessie-0.106.1";>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: [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