dependabot[bot] opened a new pull request, #16703: URL: https://github.com/apache/iceberg/pull/16703
Bumps `nessie` from 0.107.5 to 0.107.6. Updates `org.projectnessie.nessie:nessie-client` from 0.107.5 to 0.107.6 <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.6</h2> <ul> <li>66 commits since 0.107.5</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.6">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.6</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.6-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.6/nessie-quarkus-0.107.6-runner.jar"><code>nessie-quarkus-0.107.6-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.6">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.107.6/nessie-quarkus-0.107.6-runner.jar java -jar nessie-quarkus-0.107.6-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.6/nessie-cli-0.107.6.jar"><code>nessie-cli-0.107.6.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.6</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.6/nessie-gc-0.107.6.jar"><code>nessie-gc-0.107.6.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.6 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.6/nessie-server-admin-tool-0.107.6-runner.jar"><code>nessie-server-admin-tool-0.107.6-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.6 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.6/nessie-helm-0.107.6.tgz"><code>nessie-helm-0.107.6.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>New Features</h3> <ul> <li>Helm chart: support for <code>startupProbe</code> has been added.</li> </ul> <h2>Full Changelog (minus renovate commits):</h2> <ul> <li>nessie-cli: add --stdout / -S for stream-backed terminal (<a href="https://redirect.github.com/projectnessie/nessie/issues/10865">#10865</a>) (<a href="https://redirect.github.com/projectnessie/nessie/issues/12431">#12431</a>)</li> <li>Add support for <code>startupProbe</code> in helm chart (<a href="https://redirect.github.com/projectnessie/nessie/issues/12427">#12427</a>)</li> <li>Revert Gradle action to v5 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12430">#12430</a>)</li> <li>docs: update outdated eventual consistency wording for cloud object stores (<a href="https://redirect.github.com/projectnessie/nessie/issues/12424">#12424</a>)</li> <li>Bump pymdown-extensions from 10.21.2 to 10.21.3 in /site (<a href="https://redirect.github.com/projectnessie/nessie/issues/12428">#12428</a>)</li> <li>Add --plain / -P alias for the --non-ansi CLI option (<a href="https://redirect.github.com/projectnessie/nessie/issues/12425">#12425</a>)</li> <li>Configurable mavenCentralUrl in DependencyResolver (<a href="https://redirect.github.com/projectnessie/nessie/issues/12423">#12423</a>)</li> <li>Quarkus 3.35 upgrade preparation (<a href="https://redirect.github.com/projectnessie/nessie/issues/12397">#12397</a>)</li> <li>Adapt CacheInvalidationSender + test to dynamic Quarkus management port (<a href="https://redirect.github.com/projectnessie/nessie/issues/12390">#12390</a>)</li> <li>Fix banned-dependency handling wrt detached/copied configuations (<a href="https://redirect.github.com/projectnessie/nessie/issues/12391">#12391</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> <h2>[0.107.6] Release (2026-05-27)</h2> <h3>New Features</h3> <ul> <li>Helm chart: support for <code>startupProbe</code> has been added.</li> </ul> <h2>[0.107.2] Release (2026-02-09)</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>[0.107.0] Release (2026-01-28)</h2> <h3>Upgrade notes</h3> <ul> <li>Java minimum version requirement is now Java 17 for all Nessie modules that required Java 11 in earlier Nessie versions. This follows Iceberg's recent change to drop support for Java 11.</li> </ul> <h3>Fixes</h3> <ul> <li>Fixes an issue when Nessie was running behind a reverse proxy which existed in Nessie versions 0.105.5 up to 0.106.0.</li> </ul> <h2>[0.106.0] Release (2025-12-05)</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>[0.105.7] Release (2025-11-06)</h2> <h3>Fixes</h3> <ul> <li>Fixes an issue when defining a nested schema field as an identifier field of an Iceberg schema.</li> </ul> <h2>[0.105.6] Release (2025-10-24)</h2> <h3>Fixes</h3> <ul> <li>Fixes an issue where Iceberg batch deletions did not work with Nessie remote S3 signing.</li> </ul> <h2>[0.105.3] Release (2025-09-24)</h2> <h3>Fixes</h3> <ul> <li>Iceberg REST: adapt the deprecation of <code>lastColumnId</code> in <code>AddSchema</code> table metadata update, fiel field is optional now</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/4d7602a9e14e2fede14f8ba6315b1ebf38e60ac9"><code>4d7602a</code></a> [release] release nessie-0.107.6</li> <li><a href="https://github.com/projectnessie/nessie/commit/dc629fbdca9c629a95c2a565a34847c280c861c7"><code>dc629fb</code></a> nessie-cli: add --stdout / -S for stream-backed terminal (<a href="https://redirect.github.com/projectnessie/nessie/issues/10865">#10865</a>) (<a href="https://redirect.github.com/projectnessie/nessie/issues/12431">#12431</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/823a28010bfcbfe0d1dbdaf53fb08de7e4bbb2d7"><code>823a280</code></a> Add support for <code>startupProbe</code> in helm chart (<a href="https://redirect.github.com/projectnessie/nessie/issues/12427">#12427</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/a7a87f316fe3613f5d80f4a5544c3d70c4d2b2cb"><code>a7a87f3</code></a> Revert Gradle action to v5 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12430">#12430</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/173cc03d6e6b44957e6b85e62607240e4328f606"><code>173cc03</code></a> docs: update outdated eventual consistency wording for cloud object stores (#...</li> <li><a href="https://github.com/projectnessie/nessie/commit/476ce08984c428cf07acf69e3bb93409cde65724"><code>476ce08</code></a> Bump pymdown-extensions from 10.21.2 to 10.21.3 in /site (<a href="https://redirect.github.com/projectnessie/nessie/issues/12428">#12428</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/baacb043d1bac3b63462e98af432161aff5fb8f2"><code>baacb04</code></a> Add --plain / -P alias for the --non-ansi CLI option (<a href="https://redirect.github.com/projectnessie/nessie/issues/12425">#12425</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/c8e252a030759a903140fa90048cd44ed238299e"><code>c8e252a</code></a> Configurable mavenCentralUrl in DependencyResolver (<a href="https://redirect.github.com/projectnessie/nessie/issues/12423">#12423</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/d10c0f6748d595d82482be335382581c4ce48300"><code>d10c0f6</code></a> Update dependency scalafmt to v3.11.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12420">#12420</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/0794f503ab6dd50f155d838f9c8c75281fc55b54"><code>0794f50</code></a> Update plugin gatling to v3.15.0.2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12421">#12421</a>)</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.107.5...nessie-0.107.6">compare view</a></li> </ul> </details> <br /> Updates `org.projectnessie.nessie:nessie-jaxrs-testextension` from 0.107.5 to 0.107.6 <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.6</h2> <ul> <li>66 commits since 0.107.5</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.6">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.6</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.6-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.6/nessie-quarkus-0.107.6-runner.jar"><code>nessie-quarkus-0.107.6-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.6">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.107.6/nessie-quarkus-0.107.6-runner.jar java -jar nessie-quarkus-0.107.6-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.6/nessie-cli-0.107.6.jar"><code>nessie-cli-0.107.6.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.6</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.6/nessie-gc-0.107.6.jar"><code>nessie-gc-0.107.6.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.6 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.6/nessie-server-admin-tool-0.107.6-runner.jar"><code>nessie-server-admin-tool-0.107.6-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.6 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.6/nessie-helm-0.107.6.tgz"><code>nessie-helm-0.107.6.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>New Features</h3> <ul> <li>Helm chart: support for <code>startupProbe</code> has been added.</li> </ul> <h2>Full Changelog (minus renovate commits):</h2> <ul> <li>nessie-cli: add --stdout / -S for stream-backed terminal (<a href="https://redirect.github.com/projectnessie/nessie/issues/10865">#10865</a>) (<a href="https://redirect.github.com/projectnessie/nessie/issues/12431">#12431</a>)</li> <li>Add support for <code>startupProbe</code> in helm chart (<a href="https://redirect.github.com/projectnessie/nessie/issues/12427">#12427</a>)</li> <li>Revert Gradle action to v5 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12430">#12430</a>)</li> <li>docs: update outdated eventual consistency wording for cloud object stores (<a href="https://redirect.github.com/projectnessie/nessie/issues/12424">#12424</a>)</li> <li>Bump pymdown-extensions from 10.21.2 to 10.21.3 in /site (<a href="https://redirect.github.com/projectnessie/nessie/issues/12428">#12428</a>)</li> <li>Add --plain / -P alias for the --non-ansi CLI option (<a href="https://redirect.github.com/projectnessie/nessie/issues/12425">#12425</a>)</li> <li>Configurable mavenCentralUrl in DependencyResolver (<a href="https://redirect.github.com/projectnessie/nessie/issues/12423">#12423</a>)</li> <li>Quarkus 3.35 upgrade preparation (<a href="https://redirect.github.com/projectnessie/nessie/issues/12397">#12397</a>)</li> <li>Adapt CacheInvalidationSender + test to dynamic Quarkus management port (<a href="https://redirect.github.com/projectnessie/nessie/issues/12390">#12390</a>)</li> <li>Fix banned-dependency handling wrt detached/copied configuations (<a href="https://redirect.github.com/projectnessie/nessie/issues/12391">#12391</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> <h2>[0.107.6] Release (2026-05-27)</h2> <h3>New Features</h3> <ul> <li>Helm chart: support for <code>startupProbe</code> has been added.</li> </ul> <h2>[0.107.2] Release (2026-02-09)</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>[0.107.0] Release (2026-01-28)</h2> <h3>Upgrade notes</h3> <ul> <li>Java minimum version requirement is now Java 17 for all Nessie modules that required Java 11 in earlier Nessie versions. This follows Iceberg's recent change to drop support for Java 11.</li> </ul> <h3>Fixes</h3> <ul> <li>Fixes an issue when Nessie was running behind a reverse proxy which existed in Nessie versions 0.105.5 up to 0.106.0.</li> </ul> <h2>[0.106.0] Release (2025-12-05)</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>[0.105.7] Release (2025-11-06)</h2> <h3>Fixes</h3> <ul> <li>Fixes an issue when defining a nested schema field as an identifier field of an Iceberg schema.</li> </ul> <h2>[0.105.6] Release (2025-10-24)</h2> <h3>Fixes</h3> <ul> <li>Fixes an issue where Iceberg batch deletions did not work with Nessie remote S3 signing.</li> </ul> <h2>[0.105.3] Release (2025-09-24)</h2> <h3>Fixes</h3> <ul> <li>Iceberg REST: adapt the deprecation of <code>lastColumnId</code> in <code>AddSchema</code> table metadata update, fiel field is optional now</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/4d7602a9e14e2fede14f8ba6315b1ebf38e60ac9"><code>4d7602a</code></a> [release] release nessie-0.107.6</li> <li><a href="https://github.com/projectnessie/nessie/commit/dc629fbdca9c629a95c2a565a34847c280c861c7"><code>dc629fb</code></a> nessie-cli: add --stdout / -S for stream-backed terminal (<a href="https://redirect.github.com/projectnessie/nessie/issues/10865">#10865</a>) (<a href="https://redirect.github.com/projectnessie/nessie/issues/12431">#12431</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/823a28010bfcbfe0d1dbdaf53fb08de7e4bbb2d7"><code>823a280</code></a> Add support for <code>startupProbe</code> in helm chart (<a href="https://redirect.github.com/projectnessie/nessie/issues/12427">#12427</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/a7a87f316fe3613f5d80f4a5544c3d70c4d2b2cb"><code>a7a87f3</code></a> Revert Gradle action to v5 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12430">#12430</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/173cc03d6e6b44957e6b85e62607240e4328f606"><code>173cc03</code></a> docs: update outdated eventual consistency wording for cloud object stores (#...</li> <li><a href="https://github.com/projectnessie/nessie/commit/476ce08984c428cf07acf69e3bb93409cde65724"><code>476ce08</code></a> Bump pymdown-extensions from 10.21.2 to 10.21.3 in /site (<a href="https://redirect.github.com/projectnessie/nessie/issues/12428">#12428</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/baacb043d1bac3b63462e98af432161aff5fb8f2"><code>baacb04</code></a> Add --plain / -P alias for the --non-ansi CLI option (<a href="https://redirect.github.com/projectnessie/nessie/issues/12425">#12425</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/c8e252a030759a903140fa90048cd44ed238299e"><code>c8e252a</code></a> Configurable mavenCentralUrl in DependencyResolver (<a href="https://redirect.github.com/projectnessie/nessie/issues/12423">#12423</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/d10c0f6748d595d82482be335382581c4ce48300"><code>d10c0f6</code></a> Update dependency scalafmt to v3.11.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12420">#12420</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/0794f503ab6dd50f155d838f9c8c75281fc55b54"><code>0794f50</code></a> Update plugin gatling to v3.15.0.2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12421">#12421</a>)</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.107.5...nessie-0.107.6">compare view</a></li> </ul> </details> <br /> Updates `org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests` from 0.107.5 to 0.107.6 <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.6</h2> <ul> <li>66 commits since 0.107.5</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.6">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.6</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.6-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.6/nessie-quarkus-0.107.6-runner.jar"><code>nessie-quarkus-0.107.6-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.6">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.107.6/nessie-quarkus-0.107.6-runner.jar java -jar nessie-quarkus-0.107.6-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.6/nessie-cli-0.107.6.jar"><code>nessie-cli-0.107.6.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.6</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.6/nessie-gc-0.107.6.jar"><code>nessie-gc-0.107.6.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.6 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.6/nessie-server-admin-tool-0.107.6-runner.jar"><code>nessie-server-admin-tool-0.107.6-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.6 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.6/nessie-helm-0.107.6.tgz"><code>nessie-helm-0.107.6.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>New Features</h3> <ul> <li>Helm chart: support for <code>startupProbe</code> has been added.</li> </ul> <h2>Full Changelog (minus renovate commits):</h2> <ul> <li>nessie-cli: add --stdout / -S for stream-backed terminal (<a href="https://redirect.github.com/projectnessie/nessie/issues/10865">#10865</a>) (<a href="https://redirect.github.com/projectnessie/nessie/issues/12431">#12431</a>)</li> <li>Add support for <code>startupProbe</code> in helm chart (<a href="https://redirect.github.com/projectnessie/nessie/issues/12427">#12427</a>)</li> <li>Revert Gradle action to v5 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12430">#12430</a>)</li> <li>docs: update outdated eventual consistency wording for cloud object stores (<a href="https://redirect.github.com/projectnessie/nessie/issues/12424">#12424</a>)</li> <li>Bump pymdown-extensions from 10.21.2 to 10.21.3 in /site (<a href="https://redirect.github.com/projectnessie/nessie/issues/12428">#12428</a>)</li> <li>Add --plain / -P alias for the --non-ansi CLI option (<a href="https://redirect.github.com/projectnessie/nessie/issues/12425">#12425</a>)</li> <li>Configurable mavenCentralUrl in DependencyResolver (<a href="https://redirect.github.com/projectnessie/nessie/issues/12423">#12423</a>)</li> <li>Quarkus 3.35 upgrade preparation (<a href="https://redirect.github.com/projectnessie/nessie/issues/12397">#12397</a>)</li> <li>Adapt CacheInvalidationSender + test to dynamic Quarkus management port (<a href="https://redirect.github.com/projectnessie/nessie/issues/12390">#12390</a>)</li> <li>Fix banned-dependency handling wrt detached/copied configuations (<a href="https://redirect.github.com/projectnessie/nessie/issues/12391">#12391</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> <h2>[0.107.6] Release (2026-05-27)</h2> <h3>New Features</h3> <ul> <li>Helm chart: support for <code>startupProbe</code> has been added.</li> </ul> <h2>[0.107.2] Release (2026-02-09)</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>[0.107.0] Release (2026-01-28)</h2> <h3>Upgrade notes</h3> <ul> <li>Java minimum version requirement is now Java 17 for all Nessie modules that required Java 11 in earlier Nessie versions. This follows Iceberg's recent change to drop support for Java 11.</li> </ul> <h3>Fixes</h3> <ul> <li>Fixes an issue when Nessie was running behind a reverse proxy which existed in Nessie versions 0.105.5 up to 0.106.0.</li> </ul> <h2>[0.106.0] Release (2025-12-05)</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>[0.105.7] Release (2025-11-06)</h2> <h3>Fixes</h3> <ul> <li>Fixes an issue when defining a nested schema field as an identifier field of an Iceberg schema.</li> </ul> <h2>[0.105.6] Release (2025-10-24)</h2> <h3>Fixes</h3> <ul> <li>Fixes an issue where Iceberg batch deletions did not work with Nessie remote S3 signing.</li> </ul> <h2>[0.105.3] Release (2025-09-24)</h2> <h3>Fixes</h3> <ul> <li>Iceberg REST: adapt the deprecation of <code>lastColumnId</code> in <code>AddSchema</code> table metadata update, fiel field is optional now</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/4d7602a9e14e2fede14f8ba6315b1ebf38e60ac9"><code>4d7602a</code></a> [release] release nessie-0.107.6</li> <li><a href="https://github.com/projectnessie/nessie/commit/dc629fbdca9c629a95c2a565a34847c280c861c7"><code>dc629fb</code></a> nessie-cli: add --stdout / -S for stream-backed terminal (<a href="https://redirect.github.com/projectnessie/nessie/issues/10865">#10865</a>) (<a href="https://redirect.github.com/projectnessie/nessie/issues/12431">#12431</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/823a28010bfcbfe0d1dbdaf53fb08de7e4bbb2d7"><code>823a280</code></a> Add support for <code>startupProbe</code> in helm chart (<a href="https://redirect.github.com/projectnessie/nessie/issues/12427">#12427</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/a7a87f316fe3613f5d80f4a5544c3d70c4d2b2cb"><code>a7a87f3</code></a> Revert Gradle action to v5 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12430">#12430</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/173cc03d6e6b44957e6b85e62607240e4328f606"><code>173cc03</code></a> docs: update outdated eventual consistency wording for cloud object stores (#...</li> <li><a href="https://github.com/projectnessie/nessie/commit/476ce08984c428cf07acf69e3bb93409cde65724"><code>476ce08</code></a> Bump pymdown-extensions from 10.21.2 to 10.21.3 in /site (<a href="https://redirect.github.com/projectnessie/nessie/issues/12428">#12428</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/baacb043d1bac3b63462e98af432161aff5fb8f2"><code>baacb04</code></a> Add --plain / -P alias for the --non-ansi CLI option (<a href="https://redirect.github.com/projectnessie/nessie/issues/12425">#12425</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/c8e252a030759a903140fa90048cd44ed238299e"><code>c8e252a</code></a> Configurable mavenCentralUrl in DependencyResolver (<a href="https://redirect.github.com/projectnessie/nessie/issues/12423">#12423</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/d10c0f6748d595d82482be335382581c4ce48300"><code>d10c0f6</code></a> Update dependency scalafmt to v3.11.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12420">#12420</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/0794f503ab6dd50f155d838f9c8c75281fc55b54"><code>0794f50</code></a> Update plugin gatling to v3.15.0.2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12421">#12421</a>)</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.107.5...nessie-0.107.6">compare view</a></li> </ul> </details> <br /> Updates `org.projectnessie.nessie:nessie-versioned-storage-testextension` from 0.107.5 to 0.107.6 <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.6</h2> <ul> <li>66 commits since 0.107.5</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.6">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.6</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.6-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.6/nessie-quarkus-0.107.6-runner.jar"><code>nessie-quarkus-0.107.6-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.6">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.107.6/nessie-quarkus-0.107.6-runner.jar java -jar nessie-quarkus-0.107.6-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.6/nessie-cli-0.107.6.jar"><code>nessie-cli-0.107.6.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.6</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.6/nessie-gc-0.107.6.jar"><code>nessie-gc-0.107.6.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.6 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.6/nessie-server-admin-tool-0.107.6-runner.jar"><code>nessie-server-admin-tool-0.107.6-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.6 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.6/nessie-helm-0.107.6.tgz"><code>nessie-helm-0.107.6.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>New Features</h3> <ul> <li>Helm chart: support for <code>startupProbe</code> has been added.</li> </ul> <h2>Full Changelog (minus renovate commits):</h2> <ul> <li>nessie-cli: add --stdout / -S for stream-backed terminal (<a href="https://redirect.github.com/projectnessie/nessie/issues/10865">#10865</a>) (<a href="https://redirect.github.com/projectnessie/nessie/issues/12431">#12431</a>)</li> <li>Add support for <code>startupProbe</code> in helm chart (<a href="https://redirect.github.com/projectnessie/nessie/issues/12427">#12427</a>)</li> <li>Revert Gradle action to v5 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12430">#12430</a>)</li> <li>docs: update outdated eventual consistency wording for cloud object stores (<a href="https://redirect.github.com/projectnessie/nessie/issues/12424">#12424</a>)</li> <li>Bump pymdown-extensions from 10.21.2 to 10.21.3 in /site (<a href="https://redirect.github.com/projectnessie/nessie/issues/12428">#12428</a>)</li> <li>Add --plain / -P alias for the --non-ansi CLI option (<a href="https://redirect.github.com/projectnessie/nessie/issues/12425">#12425</a>)</li> <li>Configurable mavenCentralUrl in DependencyResolver (<a href="https://redirect.github.com/projectnessie/nessie/issues/12423">#12423</a>)</li> <li>Quarkus 3.35 upgrade preparation (<a href="https://redirect.github.com/projectnessie/nessie/issues/12397">#12397</a>)</li> <li>Adapt CacheInvalidationSender + test to dynamic Quarkus management port (<a href="https://redirect.github.com/projectnessie/nessie/issues/12390">#12390</a>)</li> <li>Fix banned-dependency handling wrt detached/copied configuations (<a href="https://redirect.github.com/projectnessie/nessie/issues/12391">#12391</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> <h2>[0.107.6] Release (2026-05-27)</h2> <h3>New Features</h3> <ul> <li>Helm chart: support for <code>startupProbe</code> has been added.</li> </ul> <h2>[0.107.2] Release (2026-02-09)</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>[0.107.0] Release (2026-01-28)</h2> <h3>Upgrade notes</h3> <ul> <li>Java minimum version requirement is now Java 17 for all Nessie modules that required Java 11 in earlier Nessie versions. This follows Iceberg's recent change to drop support for Java 11.</li> </ul> <h3>Fixes</h3> <ul> <li>Fixes an issue when Nessie was running behind a reverse proxy which existed in Nessie versions 0.105.5 up to 0.106.0.</li> </ul> <h2>[0.106.0] Release (2025-12-05)</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>[0.105.7] Release (2025-11-06)</h2> <h3>Fixes</h3> <ul> <li>Fixes an issue when defining a nested schema field as an identifier field of an Iceberg schema.</li> </ul> <h2>[0.105.6] Release (2025-10-24)</h2> <h3>Fixes</h3> <ul> <li>Fixes an issue where Iceberg batch deletions did not work with Nessie remote S3 signing.</li> </ul> <h2>[0.105.3] Release (2025-09-24)</h2> <h3>Fixes</h3> <ul> <li>Iceberg REST: adapt the deprecation of <code>lastColumnId</code> in <code>AddSchema</code> table metadata update, fiel field is optional now</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/4d7602a9e14e2fede14f8ba6315b1ebf38e60ac9"><code>4d7602a</code></a> [release] release nessie-0.107.6</li> <li><a href="https://github.com/projectnessie/nessie/commit/dc629fbdca9c629a95c2a565a34847c280c861c7"><code>dc629fb</code></a> nessie-cli: add --stdout / -S for stream-backed terminal (<a href="https://redirect.github.com/projectnessie/nessie/issues/10865">#10865</a>) (<a href="https://redirect.github.com/projectnessie/nessie/issues/12431">#12431</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/823a28010bfcbfe0d1dbdaf53fb08de7e4bbb2d7"><code>823a280</code></a> Add support for <code>startupProbe</code> in helm chart (<a href="https://redirect.github.com/projectnessie/nessie/issues/12427">#12427</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/a7a87f316fe3613f5d80f4a5544c3d70c4d2b2cb"><code>a7a87f3</code></a> Revert Gradle action to v5 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12430">#12430</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/173cc03d6e6b44957e6b85e62607240e4328f606"><code>173cc03</code></a> docs: update outdated eventual consistency wording for cloud object stores (#...</li> <li><a href="https://github.com/projectnessie/nessie/commit/476ce08984c428cf07acf69e3bb93409cde65724"><code>476ce08</code></a> Bump pymdown-extensions from 10.21.2 to 10.21.3 in /site (<a href="https://redirect.github.com/projectnessie/nessie/issues/12428">#12428</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/baacb043d1bac3b63462e98af432161aff5fb8f2"><code>baacb04</code></a> Add --plain / -P alias for the --non-ansi CLI option (<a href="https://redirect.github.com/projectnessie/nessie/issues/12425">#12425</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/c8e252a030759a903140fa90048cd44ed238299e"><code>c8e252a</code></a> Configurable mavenCentralUrl in DependencyResolver (<a href="https://redirect.github.com/projectnessie/nessie/issues/12423">#12423</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/d10c0f6748d595d82482be335382581c4ce48300"><code>d10c0f6</code></a> Update dependency scalafmt to v3.11.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12420">#12420</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/0794f503ab6dd50f155d838f9c8c75281fc55b54"><code>0794f50</code></a> Update plugin gatling to v3.15.0.2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12421">#12421</a>)</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.107.5...nessie-0.107.6">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]
