dependabot[bot] opened a new pull request, #15197: URL: https://github.com/apache/iceberg/pull/15197
Bumps `nessie` from 0.106.1 to 0.107.0. Updates `org.projectnessie.nessie:nessie-client` from 0.106.1 to 0.107.0 <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.0</h2> <ul> <li>163 commits since 0.106.1</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.0">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.0</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.0-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.0/nessie-quarkus-0.107.0-runner.jar"><code>nessie-quarkus-0.107.0-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.0">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.107.0/nessie-quarkus-0.107.0-runner.jar java -jar nessie-quarkus-0.107.0-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.0/nessie-cli-0.107.0.jar"><code>nessie-cli-0.107.0.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.0</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.0/nessie-gc-0.107.0.jar"><code>nessie-gc-0.107.0.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.0 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.0/nessie-server-admin-tool-0.107.0-runner.jar"><code>nessie-server-admin-tool-0.107.0-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.0 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.0/nessie-helm-0.107.0.tgz"><code>nessie-helm-0.107.0.tgz</code></a> is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the <a href="https://charts.projectnessie.org/">Nessie Helm chart repo</a>, which can be added and used to install the Nessie Helm chart.</p> <h2>Changelog</h2> <h3>Upgrade notes</h3> <ul> <li>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>Full Changelog (minus renovate commits):</h2> <ul> <li>Allow field ID 0 in Iceberg schemas for Paimon compatibility (<a href="https://redirect.github.com/projectnessie/nessie/issues/11973">#11973</a>)</li> <li>Ninja: changelog</li> <li>Add jitpack.io repository also for NesQuEIT (<a href="https://redirect.github.com/projectnessie/nessie/issues/11958">#11958</a>)</li> <li>Fix ExternalBaseUriImpl behavior with X-Forwarded-Prefix header (<a href="https://redirect.github.com/projectnessie/nessie/issues/11960">#11960</a>)</li> <li>Add jitpack.io repository (<a href="https://redirect.github.com/projectnessie/nessie/issues/11951">#11951</a>)</li> <li>Another attempt, follow-up of <a href="https://redirect.github.com/projectnessie/nessie/issues/11939">#11939</a> (<a href="https://redirect.github.com/projectnessie/nessie/issues/11950">#11950</a>)</li> <li>Update Scala versions (<a href="https://redirect.github.com/projectnessie/nessie/issues/11949">#11949</a>)</li> <li>Enforce scala-lang version (<a href="https://redirect.github.com/projectnessie/nessie/issues/11939">#11939</a>)</li> <li>Let quarkus-build index com.azure:azure-json (<a href="https://redirect.github.com/projectnessie/nessie/issues/11931">#11931</a>)</li> <li>Fix Iceberg-realm.json so example docker containers can work (<a href="https://redirect.github.com/projectnessie/nessie/issues/11937">#11937</a>)</li> <li>Apply changes from <a href="https://redirect.github.com/projectnessie/nessie/issues/11768">#11768</a> to quarkus-cr workflow (<a href="https://redirect.github.com/projectnessie/nessie/issues/11935">#11935</a>)</li> <li>Tackle quarkus.log.console.json deprecation (<a href="https://redirect.github.com/projectnessie/nessie/issues/11934">#11934</a>)</li> <li>Tackle quarkus.smallrye-health.context-propagation deprecation (<a href="https://redirect.github.com/projectnessie/nessie/issues/11933">#11933</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.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> <h2>[0.105.2] Release (2025-09-19)</h2> <h3>Highlights</h3> <ul> <li>Nessie UI: CSS + fonts are now fetched from Nessie instead of external sources (CDNs).</li> </ul> <h2>[0.105.1] Release (2025-09-16)</h2> <h3>Highlights</h3> <ul> <li>Bump Iceberg from version 1.9.2 to 1.10.0</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/58a3117c10615a40861634d3892dea30b568c8d5"><code>58a3117</code></a> [release] release nessie-0.107.0</li> <li><a href="https://github.com/projectnessie/nessie/commit/cb977f53606806ca38ebbbdf0796045394d6a5db"><code>cb977f5</code></a> Update plugin com.gradle.develocity to v4.3.2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11983">#11983</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/023fd677a201afa4cd661ad9229302733d44447e"><code>023fd67</code></a> Update dependency com.google.cloud:google-cloud-storage-bom to v2.62.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11982">#11982</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/f4074bb8ba4cc626f6c2612e8f9a9900365f7e8e"><code>f4074bb</code></a> Allow field ID 0 in Iceberg schemas for Paimon compatibility (<a href="https://redirect.github.com/projectnessie/nessie/issues/11973">#11973</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/2a712e812f72a354f8aeeb92d345781cf4025d84"><code>2a712e8</code></a> Update dependency scalafmt to v3.10.5 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11980">#11980</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/fe2c7cfe38771b867e7dbf052444893df0b3a77d"><code>fe2c7cf</code></a> Update registry.access.redhat.com/ubi9/openjdk-21-runtime Docker tag to v1.24...</li> <li><a href="https://github.com/projectnessie/nessie/commit/98cabf52017d4de69efac356feda834e8e51aec7"><code>98cabf5</code></a> Update dependency com.diffplug.spotless:spotless-plugin-gradle to v8.2.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11">#11</a>...</li> <li><a href="https://github.com/projectnessie/nessie/commit/dfd284a0a1fce6677dfe94eb810690863aaab814"><code>dfd284a</code></a> Update gcr.io/google.com/cloudsdktool/google-cloud-cli Docker tag to v554 (<a href="https://redirect.github.com/projectnessie/nessie/issues/1">#1</a>...</li> <li><a href="https://github.com/projectnessie/nessie/commit/8068645f49485b9bb18298a9f4955f1836365521"><code>8068645</code></a> Update docker.io/grafana/grafana Docker tag to v12.3.2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11977">#11977</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/2142e76d0190297242f893aa5e6fa1b67792fdad"><code>2142e76</code></a> Update plugin gatling to v3.14.9.6 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11974">#11974</a>)</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.106.1...nessie-0.107.0">compare view</a></li> </ul> </details> <br /> Updates `org.projectnessie.nessie:nessie-jaxrs-testextension` from 0.106.1 to 0.107.0 <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.0</h2> <ul> <li>163 commits since 0.106.1</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.0">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.0</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.0-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.0/nessie-quarkus-0.107.0-runner.jar"><code>nessie-quarkus-0.107.0-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.0">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.107.0/nessie-quarkus-0.107.0-runner.jar java -jar nessie-quarkus-0.107.0-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.0/nessie-cli-0.107.0.jar"><code>nessie-cli-0.107.0.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.0</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.0/nessie-gc-0.107.0.jar"><code>nessie-gc-0.107.0.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.0 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.0/nessie-server-admin-tool-0.107.0-runner.jar"><code>nessie-server-admin-tool-0.107.0-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.0 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.0/nessie-helm-0.107.0.tgz"><code>nessie-helm-0.107.0.tgz</code></a> is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the <a href="https://charts.projectnessie.org/">Nessie Helm chart repo</a>, which can be added and used to install the Nessie Helm chart.</p> <h2>Changelog</h2> <h3>Upgrade notes</h3> <ul> <li>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>Full Changelog (minus renovate commits):</h2> <ul> <li>Allow field ID 0 in Iceberg schemas for Paimon compatibility (<a href="https://redirect.github.com/projectnessie/nessie/issues/11973">#11973</a>)</li> <li>Ninja: changelog</li> <li>Add jitpack.io repository also for NesQuEIT (<a href="https://redirect.github.com/projectnessie/nessie/issues/11958">#11958</a>)</li> <li>Fix ExternalBaseUriImpl behavior with X-Forwarded-Prefix header (<a href="https://redirect.github.com/projectnessie/nessie/issues/11960">#11960</a>)</li> <li>Add jitpack.io repository (<a href="https://redirect.github.com/projectnessie/nessie/issues/11951">#11951</a>)</li> <li>Another attempt, follow-up of <a href="https://redirect.github.com/projectnessie/nessie/issues/11939">#11939</a> (<a href="https://redirect.github.com/projectnessie/nessie/issues/11950">#11950</a>)</li> <li>Update Scala versions (<a href="https://redirect.github.com/projectnessie/nessie/issues/11949">#11949</a>)</li> <li>Enforce scala-lang version (<a href="https://redirect.github.com/projectnessie/nessie/issues/11939">#11939</a>)</li> <li>Let quarkus-build index com.azure:azure-json (<a href="https://redirect.github.com/projectnessie/nessie/issues/11931">#11931</a>)</li> <li>Fix Iceberg-realm.json so example docker containers can work (<a href="https://redirect.github.com/projectnessie/nessie/issues/11937">#11937</a>)</li> <li>Apply changes from <a href="https://redirect.github.com/projectnessie/nessie/issues/11768">#11768</a> to quarkus-cr workflow (<a href="https://redirect.github.com/projectnessie/nessie/issues/11935">#11935</a>)</li> <li>Tackle quarkus.log.console.json deprecation (<a href="https://redirect.github.com/projectnessie/nessie/issues/11934">#11934</a>)</li> <li>Tackle quarkus.smallrye-health.context-propagation deprecation (<a href="https://redirect.github.com/projectnessie/nessie/issues/11933">#11933</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.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> <h2>[0.105.2] Release (2025-09-19)</h2> <h3>Highlights</h3> <ul> <li>Nessie UI: CSS + fonts are now fetched from Nessie instead of external sources (CDNs).</li> </ul> <h2>[0.105.1] Release (2025-09-16)</h2> <h3>Highlights</h3> <ul> <li>Bump Iceberg from version 1.9.2 to 1.10.0</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/58a3117c10615a40861634d3892dea30b568c8d5"><code>58a3117</code></a> [release] release nessie-0.107.0</li> <li><a href="https://github.com/projectnessie/nessie/commit/cb977f53606806ca38ebbbdf0796045394d6a5db"><code>cb977f5</code></a> Update plugin com.gradle.develocity to v4.3.2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11983">#11983</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/023fd677a201afa4cd661ad9229302733d44447e"><code>023fd67</code></a> Update dependency com.google.cloud:google-cloud-storage-bom to v2.62.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11982">#11982</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/f4074bb8ba4cc626f6c2612e8f9a9900365f7e8e"><code>f4074bb</code></a> Allow field ID 0 in Iceberg schemas for Paimon compatibility (<a href="https://redirect.github.com/projectnessie/nessie/issues/11973">#11973</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/2a712e812f72a354f8aeeb92d345781cf4025d84"><code>2a712e8</code></a> Update dependency scalafmt to v3.10.5 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11980">#11980</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/fe2c7cfe38771b867e7dbf052444893df0b3a77d"><code>fe2c7cf</code></a> Update registry.access.redhat.com/ubi9/openjdk-21-runtime Docker tag to v1.24...</li> <li><a href="https://github.com/projectnessie/nessie/commit/98cabf52017d4de69efac356feda834e8e51aec7"><code>98cabf5</code></a> Update dependency com.diffplug.spotless:spotless-plugin-gradle to v8.2.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11">#11</a>...</li> <li><a href="https://github.com/projectnessie/nessie/commit/dfd284a0a1fce6677dfe94eb810690863aaab814"><code>dfd284a</code></a> Update gcr.io/google.com/cloudsdktool/google-cloud-cli Docker tag to v554 (<a href="https://redirect.github.com/projectnessie/nessie/issues/1">#1</a>...</li> <li><a href="https://github.com/projectnessie/nessie/commit/8068645f49485b9bb18298a9f4955f1836365521"><code>8068645</code></a> Update docker.io/grafana/grafana Docker tag to v12.3.2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11977">#11977</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/2142e76d0190297242f893aa5e6fa1b67792fdad"><code>2142e76</code></a> Update plugin gatling to v3.14.9.6 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11974">#11974</a>)</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.106.1...nessie-0.107.0">compare view</a></li> </ul> </details> <br /> Updates `org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests` from 0.106.1 to 0.107.0 <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.0</h2> <ul> <li>163 commits since 0.106.1</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.0">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.0</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.0-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.0/nessie-quarkus-0.107.0-runner.jar"><code>nessie-quarkus-0.107.0-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.0">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.107.0/nessie-quarkus-0.107.0-runner.jar java -jar nessie-quarkus-0.107.0-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.0/nessie-cli-0.107.0.jar"><code>nessie-cli-0.107.0.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.0</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.0/nessie-gc-0.107.0.jar"><code>nessie-gc-0.107.0.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.0 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.0/nessie-server-admin-tool-0.107.0-runner.jar"><code>nessie-server-admin-tool-0.107.0-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.0 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.0/nessie-helm-0.107.0.tgz"><code>nessie-helm-0.107.0.tgz</code></a> is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the <a href="https://charts.projectnessie.org/">Nessie Helm chart repo</a>, which can be added and used to install the Nessie Helm chart.</p> <h2>Changelog</h2> <h3>Upgrade notes</h3> <ul> <li>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>Full Changelog (minus renovate commits):</h2> <ul> <li>Allow field ID 0 in Iceberg schemas for Paimon compatibility (<a href="https://redirect.github.com/projectnessie/nessie/issues/11973">#11973</a>)</li> <li>Ninja: changelog</li> <li>Add jitpack.io repository also for NesQuEIT (<a href="https://redirect.github.com/projectnessie/nessie/issues/11958">#11958</a>)</li> <li>Fix ExternalBaseUriImpl behavior with X-Forwarded-Prefix header (<a href="https://redirect.github.com/projectnessie/nessie/issues/11960">#11960</a>)</li> <li>Add jitpack.io repository (<a href="https://redirect.github.com/projectnessie/nessie/issues/11951">#11951</a>)</li> <li>Another attempt, follow-up of <a href="https://redirect.github.com/projectnessie/nessie/issues/11939">#11939</a> (<a href="https://redirect.github.com/projectnessie/nessie/issues/11950">#11950</a>)</li> <li>Update Scala versions (<a href="https://redirect.github.com/projectnessie/nessie/issues/11949">#11949</a>)</li> <li>Enforce scala-lang version (<a href="https://redirect.github.com/projectnessie/nessie/issues/11939">#11939</a>)</li> <li>Let quarkus-build index com.azure:azure-json (<a href="https://redirect.github.com/projectnessie/nessie/issues/11931">#11931</a>)</li> <li>Fix Iceberg-realm.json so example docker containers can work (<a href="https://redirect.github.com/projectnessie/nessie/issues/11937">#11937</a>)</li> <li>Apply changes from <a href="https://redirect.github.com/projectnessie/nessie/issues/11768">#11768</a> to quarkus-cr workflow (<a href="https://redirect.github.com/projectnessie/nessie/issues/11935">#11935</a>)</li> <li>Tackle quarkus.log.console.json deprecation (<a href="https://redirect.github.com/projectnessie/nessie/issues/11934">#11934</a>)</li> <li>Tackle quarkus.smallrye-health.context-propagation deprecation (<a href="https://redirect.github.com/projectnessie/nessie/issues/11933">#11933</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.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> <h2>[0.105.2] Release (2025-09-19)</h2> <h3>Highlights</h3> <ul> <li>Nessie UI: CSS + fonts are now fetched from Nessie instead of external sources (CDNs).</li> </ul> <h2>[0.105.1] Release (2025-09-16)</h2> <h3>Highlights</h3> <ul> <li>Bump Iceberg from version 1.9.2 to 1.10.0</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/58a3117c10615a40861634d3892dea30b568c8d5"><code>58a3117</code></a> [release] release nessie-0.107.0</li> <li><a href="https://github.com/projectnessie/nessie/commit/cb977f53606806ca38ebbbdf0796045394d6a5db"><code>cb977f5</code></a> Update plugin com.gradle.develocity to v4.3.2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11983">#11983</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/023fd677a201afa4cd661ad9229302733d44447e"><code>023fd67</code></a> Update dependency com.google.cloud:google-cloud-storage-bom to v2.62.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11982">#11982</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/f4074bb8ba4cc626f6c2612e8f9a9900365f7e8e"><code>f4074bb</code></a> Allow field ID 0 in Iceberg schemas for Paimon compatibility (<a href="https://redirect.github.com/projectnessie/nessie/issues/11973">#11973</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/2a712e812f72a354f8aeeb92d345781cf4025d84"><code>2a712e8</code></a> Update dependency scalafmt to v3.10.5 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11980">#11980</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/fe2c7cfe38771b867e7dbf052444893df0b3a77d"><code>fe2c7cf</code></a> Update registry.access.redhat.com/ubi9/openjdk-21-runtime Docker tag to v1.24...</li> <li><a href="https://github.com/projectnessie/nessie/commit/98cabf52017d4de69efac356feda834e8e51aec7"><code>98cabf5</code></a> Update dependency com.diffplug.spotless:spotless-plugin-gradle to v8.2.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11">#11</a>...</li> <li><a href="https://github.com/projectnessie/nessie/commit/dfd284a0a1fce6677dfe94eb810690863aaab814"><code>dfd284a</code></a> Update gcr.io/google.com/cloudsdktool/google-cloud-cli Docker tag to v554 (<a href="https://redirect.github.com/projectnessie/nessie/issues/1">#1</a>...</li> <li><a href="https://github.com/projectnessie/nessie/commit/8068645f49485b9bb18298a9f4955f1836365521"><code>8068645</code></a> Update docker.io/grafana/grafana Docker tag to v12.3.2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11977">#11977</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/2142e76d0190297242f893aa5e6fa1b67792fdad"><code>2142e76</code></a> Update plugin gatling to v3.14.9.6 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11974">#11974</a>)</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.106.1...nessie-0.107.0">compare view</a></li> </ul> </details> <br /> Updates `org.projectnessie.nessie:nessie-versioned-storage-testextension` from 0.106.1 to 0.107.0 <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.0</h2> <ul> <li>163 commits since 0.106.1</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.0">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.0</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.0-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.0/nessie-quarkus-0.107.0-runner.jar"><code>nessie-quarkus-0.107.0-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.0">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.107.0/nessie-quarkus-0.107.0-runner.jar java -jar nessie-quarkus-0.107.0-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.0/nessie-cli-0.107.0.jar"><code>nessie-cli-0.107.0.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.0</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.0/nessie-gc-0.107.0.jar"><code>nessie-gc-0.107.0.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.0 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.0/nessie-server-admin-tool-0.107.0-runner.jar"><code>nessie-server-admin-tool-0.107.0-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.0 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.0/nessie-helm-0.107.0.tgz"><code>nessie-helm-0.107.0.tgz</code></a> is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the <a href="https://charts.projectnessie.org/">Nessie Helm chart repo</a>, which can be added and used to install the Nessie Helm chart.</p> <h2>Changelog</h2> <h3>Upgrade notes</h3> <ul> <li>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>Full Changelog (minus renovate commits):</h2> <ul> <li>Allow field ID 0 in Iceberg schemas for Paimon compatibility (<a href="https://redirect.github.com/projectnessie/nessie/issues/11973">#11973</a>)</li> <li>Ninja: changelog</li> <li>Add jitpack.io repository also for NesQuEIT (<a href="https://redirect.github.com/projectnessie/nessie/issues/11958">#11958</a>)</li> <li>Fix ExternalBaseUriImpl behavior with X-Forwarded-Prefix header (<a href="https://redirect.github.com/projectnessie/nessie/issues/11960">#11960</a>)</li> <li>Add jitpack.io repository (<a href="https://redirect.github.com/projectnessie/nessie/issues/11951">#11951</a>)</li> <li>Another attempt, follow-up of <a href="https://redirect.github.com/projectnessie/nessie/issues/11939">#11939</a> (<a href="https://redirect.github.com/projectnessie/nessie/issues/11950">#11950</a>)</li> <li>Update Scala versions (<a href="https://redirect.github.com/projectnessie/nessie/issues/11949">#11949</a>)</li> <li>Enforce scala-lang version (<a href="https://redirect.github.com/projectnessie/nessie/issues/11939">#11939</a>)</li> <li>Let quarkus-build index com.azure:azure-json (<a href="https://redirect.github.com/projectnessie/nessie/issues/11931">#11931</a>)</li> <li>Fix Iceberg-realm.json so example docker containers can work (<a href="https://redirect.github.com/projectnessie/nessie/issues/11937">#11937</a>)</li> <li>Apply changes from <a href="https://redirect.github.com/projectnessie/nessie/issues/11768">#11768</a> to quarkus-cr workflow (<a href="https://redirect.github.com/projectnessie/nessie/issues/11935">#11935</a>)</li> <li>Tackle quarkus.log.console.json deprecation (<a href="https://redirect.github.com/projectnessie/nessie/issues/11934">#11934</a>)</li> <li>Tackle quarkus.smallrye-health.context-propagation deprecation (<a href="https://redirect.github.com/projectnessie/nessie/issues/11933">#11933</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.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> <h2>[0.105.2] Release (2025-09-19)</h2> <h3>Highlights</h3> <ul> <li>Nessie UI: CSS + fonts are now fetched from Nessie instead of external sources (CDNs).</li> </ul> <h2>[0.105.1] Release (2025-09-16)</h2> <h3>Highlights</h3> <ul> <li>Bump Iceberg from version 1.9.2 to 1.10.0</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/58a3117c10615a40861634d3892dea30b568c8d5"><code>58a3117</code></a> [release] release nessie-0.107.0</li> <li><a href="https://github.com/projectnessie/nessie/commit/cb977f53606806ca38ebbbdf0796045394d6a5db"><code>cb977f5</code></a> Update plugin com.gradle.develocity to v4.3.2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11983">#11983</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/023fd677a201afa4cd661ad9229302733d44447e"><code>023fd67</code></a> Update dependency com.google.cloud:google-cloud-storage-bom to v2.62.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11982">#11982</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/f4074bb8ba4cc626f6c2612e8f9a9900365f7e8e"><code>f4074bb</code></a> Allow field ID 0 in Iceberg schemas for Paimon compatibility (<a href="https://redirect.github.com/projectnessie/nessie/issues/11973">#11973</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/2a712e812f72a354f8aeeb92d345781cf4025d84"><code>2a712e8</code></a> Update dependency scalafmt to v3.10.5 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11980">#11980</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/fe2c7cfe38771b867e7dbf052444893df0b3a77d"><code>fe2c7cf</code></a> Update registry.access.redhat.com/ubi9/openjdk-21-runtime Docker tag to v1.24...</li> <li><a href="https://github.com/projectnessie/nessie/commit/98cabf52017d4de69efac356feda834e8e51aec7"><code>98cabf5</code></a> Update dependency com.diffplug.spotless:spotless-plugin-gradle to v8.2.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11">#11</a>...</li> <li><a href="https://github.com/projectnessie/nessie/commit/dfd284a0a1fce6677dfe94eb810690863aaab814"><code>dfd284a</code></a> Update gcr.io/google.com/cloudsdktool/google-cloud-cli Docker tag to v554 (<a href="https://redirect.github.com/projectnessie/nessie/issues/1">#1</a>...</li> <li><a href="https://github.com/projectnessie/nessie/commit/8068645f49485b9bb18298a9f4955f1836365521"><code>8068645</code></a> Update docker.io/grafana/grafana Docker tag to v12.3.2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11977">#11977</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/2142e76d0190297242f893aa5e6fa1b67792fdad"><code>2142e76</code></a> Update plugin gatling to v3.14.9.6 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11974">#11974</a>)</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.106.1...nessie-0.107.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
