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

   Bumps `nessie` from 0.108.2 to 0.108.3.
   Updates `org.projectnessie.nessie:nessie-client` from 0.108.2 to 0.108.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.108.3</h2>
   <ul>
   <li>38 commits since 0.108.2</li>
   <li>Maven Central: <a 
href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.108.3";>https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.108.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.108.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.108.3/nessie-quarkus-0.108.3-runner.jar";><code>nessie-quarkus-0.108.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.108.3";>Maven
 Central</a>. Download and run it (requires Java 17):</p>
   <pre><code>wget 
https://github.com/projectnessie/nessie/releases/download/nessie-0.108.3/nessie-quarkus-0.108.3-runner.jar
   java -jar nessie-quarkus-0.108.3-runner.jar
   </code></pre>
   <p>Nessie CLI is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.108.3/nessie-cli-0.108.3.jar";><code>nessie-cli-0.108.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.108.3</code>.</p>
   <p>Nessie GC tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.108.3/nessie-gc-0.108.3.jar";><code>nessie-gc-0.108.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.108.3 --help</code>.</p>
   <p>Nessie Server Admin tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.108.3/nessie-server-admin-tool-0.108.3-runner.jar";><code>nessie-server-admin-tool-0.108.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.108.3 --help</code>.</p>
   <p>The attached <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.108.3/nessie-helm-0.108.3.tgz";><code>nessie-helm-0.108.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>Fixes</h3>
   <ul>
   <li>GC: Nessie GC no longer fails with <code>Path must be relative</code> 
when Iceberg content references files
   that are not located under the location declared in the table's metadata, 
for example data files
   written via <code>write.data.path</code> or files kept from a previous table 
location (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10817";>#10817</a>).
 Such files
   are now tracked by their absolute URIs: they are recognized as live while 
sweeping the content's
   base locations and are never deleted when they are outside all base 
locations.</li>
   </ul>
   <h2>Full Changelog (minus renovate commits):</h2>
   <ul>
   <li>Make nessie-protobuf-relocated produce a &quot;proper&quot; 
runtime-elements (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12735";>#12735</a>)</li>
   <li>GC: handle Iceberg files outside the table's declared location (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12765";>#12765</a>)</li>
   <li>Remove usage of <code>project.extra</code> for Gradle config-cache (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12785";>#12785</a>)</li>
   <li>Make git-info injection into built jars config-cache compatible (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12786";>#12786</a>)</li>
   <li>Jackson 3 slice - CEL usages (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12760";>#12760</a>)</li>
   <li>Jackson 3 slice - object-storage-mock (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12759";>#12759</a>)</li>
   <li>Jackson 3 slice - versioned/spi (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12776";>#12776</a>)</li>
   <li>Jackson 3 slice - tasks/service (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12775";>#12775</a>)</li>
   <li>Jackson 3 slice - servers/quarkus-authn + authz (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12774";>#12774</a>)</li>
   <li>Jackson 3 slice - catalog/format/iceberg* - prefer Jackson 3 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12773";>#12773</a>)</li>
   <li>Jackson 3 slice - servers/runtime-common (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12772";>#12772</a>)</li>
   <li>Jackson 3 slice - servers/services-bench + servers/store (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12771";>#12771</a>)</li>
   <li>test: replace azurite and fake gcs helpers with floci (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12770";>#12770</a>)</li>
   <li>Jackson 3 slice - some more migrations (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12777";>#12777</a>)</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>
   <h2>[0.108.3] Release (2026-07-23)</h2>
   <h3>Fixes</h3>
   <ul>
   <li>GC: Nessie GC no longer fails with <code>Path must be relative</code> 
when Iceberg content references files
   that are not located under the location declared in the table's metadata, 
for example data files
   written via <code>write.data.path</code> or files kept from a previous table 
location (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10817";>#10817</a>).
 Such files
   are now tracked by their absolute URIs: they are recognized as live while 
sweeping the content's
   base locations and are never deleted when they are outside all base 
locations.</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/b715f4374d69e68bcfac0e359bf2dd55875b3e25";><code>b715f43</code></a>
 [release] release nessie-0.108.3</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/76eaedbcf00c304e678a34ee97a3c008923cac1d";><code>76eaedb</code></a>
 Update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.6.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12791";>#12791</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/76e8681becfe069af638fb844215f8fe8105e5ab";><code>76e8681</code></a>
 Update gcr.io/google.com/cloudsdktool/google-cloud-cli Docker tag to v577 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/1";>#1</a>...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/9d2dd7d7cce11b356739c3b92d0e42d6a20c516b";><code>9d2dd7d</code></a>
 Make nessie-protobuf-relocated produce a &quot;proper&quot; runtime-elements 
(<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12735";>#12735</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/14aa9fbc8969fc4a15f58c3c1d1c086057f49acd";><code>14aa9fb</code></a>
 Update docker.io/grafana/grafana Docker tag to v13.1.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12788";>#12788</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/fce0f9af6cda7611ae57cdb90a0c4f352e1814b3";><code>fce0f9a</code></a>
 Update docker.io/redocly/cli Docker tag to v2.40.0 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12789";>#12789</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/578748d803f29d8a9cada1dc3e2f3312f197eb6d";><code>578748d</code></a>
 GC: handle Iceberg files outside the table's declared location (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12765";>#12765</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/36283dce0e3aae9c0c42b439c0f79859a7ee9dd8";><code>36283dc</code></a>
 Remove usage of <code>project.extra</code> for Gradle config-cache (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12785";>#12785</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/db31b9b2e3f482aad66d3846d217ca85cf24a050";><code>db31b9b</code></a>
 Make git-info injection into built jars config-cache compatible (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12786";>#12786</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/52cf66f8bb3bc4f0bdc6033b244f07766824415c";><code>52cf66f</code></a>
 Update actions/checkout action to v7.0.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12787";>#12787</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/projectnessie/nessie/compare/nessie-0.108.2...nessie-0.108.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.projectnessie.nessie:nessie-jaxrs-testextension` from 0.108.2 
to 0.108.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.108.3</h2>
   <ul>
   <li>38 commits since 0.108.2</li>
   <li>Maven Central: <a 
href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.108.3";>https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.108.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.108.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.108.3/nessie-quarkus-0.108.3-runner.jar";><code>nessie-quarkus-0.108.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.108.3";>Maven
 Central</a>. Download and run it (requires Java 17):</p>
   <pre><code>wget 
https://github.com/projectnessie/nessie/releases/download/nessie-0.108.3/nessie-quarkus-0.108.3-runner.jar
   java -jar nessie-quarkus-0.108.3-runner.jar
   </code></pre>
   <p>Nessie CLI is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.108.3/nessie-cli-0.108.3.jar";><code>nessie-cli-0.108.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.108.3</code>.</p>
   <p>Nessie GC tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.108.3/nessie-gc-0.108.3.jar";><code>nessie-gc-0.108.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.108.3 --help</code>.</p>
   <p>Nessie Server Admin tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.108.3/nessie-server-admin-tool-0.108.3-runner.jar";><code>nessie-server-admin-tool-0.108.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.108.3 --help</code>.</p>
   <p>The attached <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.108.3/nessie-helm-0.108.3.tgz";><code>nessie-helm-0.108.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>Fixes</h3>
   <ul>
   <li>GC: Nessie GC no longer fails with <code>Path must be relative</code> 
when Iceberg content references files
   that are not located under the location declared in the table's metadata, 
for example data files
   written via <code>write.data.path</code> or files kept from a previous table 
location (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10817";>#10817</a>).
 Such files
   are now tracked by their absolute URIs: they are recognized as live while 
sweeping the content's
   base locations and are never deleted when they are outside all base 
locations.</li>
   </ul>
   <h2>Full Changelog (minus renovate commits):</h2>
   <ul>
   <li>Make nessie-protobuf-relocated produce a &quot;proper&quot; 
runtime-elements (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12735";>#12735</a>)</li>
   <li>GC: handle Iceberg files outside the table's declared location (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12765";>#12765</a>)</li>
   <li>Remove usage of <code>project.extra</code> for Gradle config-cache (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12785";>#12785</a>)</li>
   <li>Make git-info injection into built jars config-cache compatible (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12786";>#12786</a>)</li>
   <li>Jackson 3 slice - CEL usages (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12760";>#12760</a>)</li>
   <li>Jackson 3 slice - object-storage-mock (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12759";>#12759</a>)</li>
   <li>Jackson 3 slice - versioned/spi (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12776";>#12776</a>)</li>
   <li>Jackson 3 slice - tasks/service (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12775";>#12775</a>)</li>
   <li>Jackson 3 slice - servers/quarkus-authn + authz (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12774";>#12774</a>)</li>
   <li>Jackson 3 slice - catalog/format/iceberg* - prefer Jackson 3 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12773";>#12773</a>)</li>
   <li>Jackson 3 slice - servers/runtime-common (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12772";>#12772</a>)</li>
   <li>Jackson 3 slice - servers/services-bench + servers/store (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12771";>#12771</a>)</li>
   <li>test: replace azurite and fake gcs helpers with floci (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12770";>#12770</a>)</li>
   <li>Jackson 3 slice - some more migrations (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12777";>#12777</a>)</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>
   <h2>[0.108.3] Release (2026-07-23)</h2>
   <h3>Fixes</h3>
   <ul>
   <li>GC: Nessie GC no longer fails with <code>Path must be relative</code> 
when Iceberg content references files
   that are not located under the location declared in the table's metadata, 
for example data files
   written via <code>write.data.path</code> or files kept from a previous table 
location (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10817";>#10817</a>).
 Such files
   are now tracked by their absolute URIs: they are recognized as live while 
sweeping the content's
   base locations and are never deleted when they are outside all base 
locations.</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/b715f4374d69e68bcfac0e359bf2dd55875b3e25";><code>b715f43</code></a>
 [release] release nessie-0.108.3</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/76eaedbcf00c304e678a34ee97a3c008923cac1d";><code>76eaedb</code></a>
 Update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.6.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12791";>#12791</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/76e8681becfe069af638fb844215f8fe8105e5ab";><code>76e8681</code></a>
 Update gcr.io/google.com/cloudsdktool/google-cloud-cli Docker tag to v577 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/1";>#1</a>...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/9d2dd7d7cce11b356739c3b92d0e42d6a20c516b";><code>9d2dd7d</code></a>
 Make nessie-protobuf-relocated produce a &quot;proper&quot; runtime-elements 
(<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12735";>#12735</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/14aa9fbc8969fc4a15f58c3c1d1c086057f49acd";><code>14aa9fb</code></a>
 Update docker.io/grafana/grafana Docker tag to v13.1.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12788";>#12788</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/fce0f9af6cda7611ae57cdb90a0c4f352e1814b3";><code>fce0f9a</code></a>
 Update docker.io/redocly/cli Docker tag to v2.40.0 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12789";>#12789</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/578748d803f29d8a9cada1dc3e2f3312f197eb6d";><code>578748d</code></a>
 GC: handle Iceberg files outside the table's declared location (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12765";>#12765</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/36283dce0e3aae9c0c42b439c0f79859a7ee9dd8";><code>36283dc</code></a>
 Remove usage of <code>project.extra</code> for Gradle config-cache (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12785";>#12785</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/db31b9b2e3f482aad66d3846d217ca85cf24a050";><code>db31b9b</code></a>
 Make git-info injection into built jars config-cache compatible (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12786";>#12786</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/52cf66f8bb3bc4f0bdc6033b244f07766824415c";><code>52cf66f</code></a>
 Update actions/checkout action to v7.0.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12787";>#12787</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/projectnessie/nessie/compare/nessie-0.108.2...nessie-0.108.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests` 
from 0.108.2 to 0.108.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.108.3</h2>
   <ul>
   <li>38 commits since 0.108.2</li>
   <li>Maven Central: <a 
href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.108.3";>https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.108.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.108.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.108.3/nessie-quarkus-0.108.3-runner.jar";><code>nessie-quarkus-0.108.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.108.3";>Maven
 Central</a>. Download and run it (requires Java 17):</p>
   <pre><code>wget 
https://github.com/projectnessie/nessie/releases/download/nessie-0.108.3/nessie-quarkus-0.108.3-runner.jar
   java -jar nessie-quarkus-0.108.3-runner.jar
   </code></pre>
   <p>Nessie CLI is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.108.3/nessie-cli-0.108.3.jar";><code>nessie-cli-0.108.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.108.3</code>.</p>
   <p>Nessie GC tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.108.3/nessie-gc-0.108.3.jar";><code>nessie-gc-0.108.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.108.3 --help</code>.</p>
   <p>Nessie Server Admin tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.108.3/nessie-server-admin-tool-0.108.3-runner.jar";><code>nessie-server-admin-tool-0.108.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.108.3 --help</code>.</p>
   <p>The attached <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.108.3/nessie-helm-0.108.3.tgz";><code>nessie-helm-0.108.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>Fixes</h3>
   <ul>
   <li>GC: Nessie GC no longer fails with <code>Path must be relative</code> 
when Iceberg content references files
   that are not located under the location declared in the table's metadata, 
for example data files
   written via <code>write.data.path</code> or files kept from a previous table 
location (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10817";>#10817</a>).
 Such files
   are now tracked by their absolute URIs: they are recognized as live while 
sweeping the content's
   base locations and are never deleted when they are outside all base 
locations.</li>
   </ul>
   <h2>Full Changelog (minus renovate commits):</h2>
   <ul>
   <li>Make nessie-protobuf-relocated produce a &quot;proper&quot; 
runtime-elements (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12735";>#12735</a>)</li>
   <li>GC: handle Iceberg files outside the table's declared location (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12765";>#12765</a>)</li>
   <li>Remove usage of <code>project.extra</code> for Gradle config-cache (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12785";>#12785</a>)</li>
   <li>Make git-info injection into built jars config-cache compatible (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12786";>#12786</a>)</li>
   <li>Jackson 3 slice - CEL usages (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12760";>#12760</a>)</li>
   <li>Jackson 3 slice - object-storage-mock (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12759";>#12759</a>)</li>
   <li>Jackson 3 slice - versioned/spi (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12776";>#12776</a>)</li>
   <li>Jackson 3 slice - tasks/service (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12775";>#12775</a>)</li>
   <li>Jackson 3 slice - servers/quarkus-authn + authz (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12774";>#12774</a>)</li>
   <li>Jackson 3 slice - catalog/format/iceberg* - prefer Jackson 3 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12773";>#12773</a>)</li>
   <li>Jackson 3 slice - servers/runtime-common (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12772";>#12772</a>)</li>
   <li>Jackson 3 slice - servers/services-bench + servers/store (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12771";>#12771</a>)</li>
   <li>test: replace azurite and fake gcs helpers with floci (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12770";>#12770</a>)</li>
   <li>Jackson 3 slice - some more migrations (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12777";>#12777</a>)</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>
   <h2>[0.108.3] Release (2026-07-23)</h2>
   <h3>Fixes</h3>
   <ul>
   <li>GC: Nessie GC no longer fails with <code>Path must be relative</code> 
when Iceberg content references files
   that are not located under the location declared in the table's metadata, 
for example data files
   written via <code>write.data.path</code> or files kept from a previous table 
location (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10817";>#10817</a>).
 Such files
   are now tracked by their absolute URIs: they are recognized as live while 
sweeping the content's
   base locations and are never deleted when they are outside all base 
locations.</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/b715f4374d69e68bcfac0e359bf2dd55875b3e25";><code>b715f43</code></a>
 [release] release nessie-0.108.3</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/76eaedbcf00c304e678a34ee97a3c008923cac1d";><code>76eaedb</code></a>
 Update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.6.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12791";>#12791</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/76e8681becfe069af638fb844215f8fe8105e5ab";><code>76e8681</code></a>
 Update gcr.io/google.com/cloudsdktool/google-cloud-cli Docker tag to v577 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/1";>#1</a>...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/9d2dd7d7cce11b356739c3b92d0e42d6a20c516b";><code>9d2dd7d</code></a>
 Make nessie-protobuf-relocated produce a &quot;proper&quot; runtime-elements 
(<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12735";>#12735</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/14aa9fbc8969fc4a15f58c3c1d1c086057f49acd";><code>14aa9fb</code></a>
 Update docker.io/grafana/grafana Docker tag to v13.1.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12788";>#12788</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/fce0f9af6cda7611ae57cdb90a0c4f352e1814b3";><code>fce0f9a</code></a>
 Update docker.io/redocly/cli Docker tag to v2.40.0 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12789";>#12789</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/578748d803f29d8a9cada1dc3e2f3312f197eb6d";><code>578748d</code></a>
 GC: handle Iceberg files outside the table's declared location (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12765";>#12765</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/36283dce0e3aae9c0c42b439c0f79859a7ee9dd8";><code>36283dc</code></a>
 Remove usage of <code>project.extra</code> for Gradle config-cache (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12785";>#12785</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/db31b9b2e3f482aad66d3846d217ca85cf24a050";><code>db31b9b</code></a>
 Make git-info injection into built jars config-cache compatible (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12786";>#12786</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/52cf66f8bb3bc4f0bdc6033b244f07766824415c";><code>52cf66f</code></a>
 Update actions/checkout action to v7.0.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12787";>#12787</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/projectnessie/nessie/compare/nessie-0.108.2...nessie-0.108.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.projectnessie.nessie:nessie-versioned-storage-testextension` 
from 0.108.2 to 0.108.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.108.3</h2>
   <ul>
   <li>38 commits since 0.108.2</li>
   <li>Maven Central: <a 
href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.108.3";>https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.108.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.108.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.108.3/nessie-quarkus-0.108.3-runner.jar";><code>nessie-quarkus-0.108.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.108.3";>Maven
 Central</a>. Download and run it (requires Java 17):</p>
   <pre><code>wget 
https://github.com/projectnessie/nessie/releases/download/nessie-0.108.3/nessie-quarkus-0.108.3-runner.jar
   java -jar nessie-quarkus-0.108.3-runner.jar
   </code></pre>
   <p>Nessie CLI is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.108.3/nessie-cli-0.108.3.jar";><code>nessie-cli-0.108.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.108.3</code>.</p>
   <p>Nessie GC tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.108.3/nessie-gc-0.108.3.jar";><code>nessie-gc-0.108.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.108.3 --help</code>.</p>
   <p>Nessie Server Admin tool is attached as <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.108.3/nessie-server-admin-tool-0.108.3-runner.jar";><code>nessie-server-admin-tool-0.108.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.108.3 --help</code>.</p>
   <p>The attached <a 
href="https://github.com/projectnessie/nessie/releases/download/nessie-0.108.3/nessie-helm-0.108.3.tgz";><code>nessie-helm-0.108.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>Fixes</h3>
   <ul>
   <li>GC: Nessie GC no longer fails with <code>Path must be relative</code> 
when Iceberg content references files
   that are not located under the location declared in the table's metadata, 
for example data files
   written via <code>write.data.path</code> or files kept from a previous table 
location (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10817";>#10817</a>).
 Such files
   are now tracked by their absolute URIs: they are recognized as live while 
sweeping the content's
   base locations and are never deleted when they are outside all base 
locations.</li>
   </ul>
   <h2>Full Changelog (minus renovate commits):</h2>
   <ul>
   <li>Make nessie-protobuf-relocated produce a &quot;proper&quot; 
runtime-elements (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12735";>#12735</a>)</li>
   <li>GC: handle Iceberg files outside the table's declared location (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12765";>#12765</a>)</li>
   <li>Remove usage of <code>project.extra</code> for Gradle config-cache (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12785";>#12785</a>)</li>
   <li>Make git-info injection into built jars config-cache compatible (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12786";>#12786</a>)</li>
   <li>Jackson 3 slice - CEL usages (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12760";>#12760</a>)</li>
   <li>Jackson 3 slice - object-storage-mock (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12759";>#12759</a>)</li>
   <li>Jackson 3 slice - versioned/spi (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12776";>#12776</a>)</li>
   <li>Jackson 3 slice - tasks/service (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12775";>#12775</a>)</li>
   <li>Jackson 3 slice - servers/quarkus-authn + authz (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12774";>#12774</a>)</li>
   <li>Jackson 3 slice - catalog/format/iceberg* - prefer Jackson 3 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12773";>#12773</a>)</li>
   <li>Jackson 3 slice - servers/runtime-common (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12772";>#12772</a>)</li>
   <li>Jackson 3 slice - servers/services-bench + servers/store (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12771";>#12771</a>)</li>
   <li>test: replace azurite and fake gcs helpers with floci (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12770";>#12770</a>)</li>
   <li>Jackson 3 slice - some more migrations (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12777";>#12777</a>)</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>
   <h2>[0.108.3] Release (2026-07-23)</h2>
   <h3>Fixes</h3>
   <ul>
   <li>GC: Nessie GC no longer fails with <code>Path must be relative</code> 
when Iceberg content references files
   that are not located under the location declared in the table's metadata, 
for example data files
   written via <code>write.data.path</code> or files kept from a previous table 
location (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/10817";>#10817</a>).
 Such files
   are now tracked by their absolute URIs: they are recognized as live while 
sweeping the content's
   base locations and are never deleted when they are outside all base 
locations.</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/b715f4374d69e68bcfac0e359bf2dd55875b3e25";><code>b715f43</code></a>
 [release] release nessie-0.108.3</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/76eaedbcf00c304e678a34ee97a3c008923cac1d";><code>76eaedb</code></a>
 Update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.6.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12791";>#12791</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/76e8681becfe069af638fb844215f8fe8105e5ab";><code>76e8681</code></a>
 Update gcr.io/google.com/cloudsdktool/google-cloud-cli Docker tag to v577 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/1";>#1</a>...</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/9d2dd7d7cce11b356739c3b92d0e42d6a20c516b";><code>9d2dd7d</code></a>
 Make nessie-protobuf-relocated produce a &quot;proper&quot; runtime-elements 
(<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12735";>#12735</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/14aa9fbc8969fc4a15f58c3c1d1c086057f49acd";><code>14aa9fb</code></a>
 Update docker.io/grafana/grafana Docker tag to v13.1.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12788";>#12788</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/fce0f9af6cda7611ae57cdb90a0c4f352e1814b3";><code>fce0f9a</code></a>
 Update docker.io/redocly/cli Docker tag to v2.40.0 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12789";>#12789</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/578748d803f29d8a9cada1dc3e2f3312f197eb6d";><code>578748d</code></a>
 GC: handle Iceberg files outside the table's declared location (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12765";>#12765</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/36283dce0e3aae9c0c42b439c0f79859a7ee9dd8";><code>36283dc</code></a>
 Remove usage of <code>project.extra</code> for Gradle config-cache (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12785";>#12785</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/db31b9b2e3f482aad66d3846d217ca85cf24a050";><code>db31b9b</code></a>
 Make git-info injection into built jars config-cache compatible (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12786";>#12786</a>)</li>
   <li><a 
href="https://github.com/projectnessie/nessie/commit/52cf66f8bb3bc4f0bdc6033b244f07766824415c";><code>52cf66f</code></a>
 Update actions/checkout action to v7.0.1 (<a 
href="https://redirect.github.com/projectnessie/nessie/issues/12787";>#12787</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/projectnessie/nessie/compare/nessie-0.108.2...nessie-0.108.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