dependabot[bot] opened a new pull request, #14785: URL: https://github.com/apache/iceberg/pull/14785
Bumps `nessie` from 0.105.7 to 0.106.0. Updates `org.projectnessie.nessie:nessie-client` from 0.105.7 to 0.106.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.106.0</h2> <ul> <li>117 commits since 0.105.7</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.106.0">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.106.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.106.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.106.0/nessie-quarkus-0.106.0-runner.jar"><code>nessie-quarkus-0.106.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.106.0">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.106.0/nessie-quarkus-0.106.0-runner.jar java -jar nessie-quarkus-0.106.0-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.0/nessie-cli-0.106.0.jar"><code>nessie-cli-0.106.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.106.0</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.0/nessie-gc-0.106.0.jar"><code>nessie-gc-0.106.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.106.0 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.0/nessie-server-admin-tool-0.106.0-runner.jar"><code>nessie-server-admin-tool-0.106.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.106.0 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.0/nessie-helm-0.106.0.tgz"><code>nessie-helm-0.106.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>Fixes</h3> <ul> <li>Catalog/S3: Add a per-bucket configuration option <code>chunked-encoding-enabled</code> (defaults to <code>true</code>) so deployments targeting Oracle Cloud Infrastructure (OCI) or other S3-compatible stores that reject chunked payload signatures can disable AWS SDK chunked encoding without downgrading Nessie. Fixes <a href="https://redirect.github.com/projectnessie/nessie/issues/11441">#11441</a>.</li> </ul> <h2>Full Changelog (minus renovate commits):</h2> <ul> <li>Ninja... one more</li> <li>ninja-fix previous PR</li> <li>Fix create-release workflow (<a href="https://redirect.github.com/projectnessie/nessie/issues/11691">#11691</a>)</li> <li>Support configuration of S3 signing URL validity via chart (<a href="https://redirect.github.com/projectnessie/nessie/issues/11690">#11690</a>)</li> <li>feat(helm): add priority class support (<a href="https://redirect.github.com/projectnessie/nessie/issues/11689">#11689</a>)</li> <li>Add OCI friendly S3 chunked encoding toggle (<a href="https://redirect.github.com/projectnessie/nessie/issues/11676">#11676</a>)</li> <li>Get back snapshot publications - take 2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11653">#11653</a>)</li> <li>Attempt to get snapshot publishing back (<a href="https://redirect.github.com/projectnessie/nessie/issues/11629">#11629</a>)</li> <li>Ninja (last one!): fix new Quarkus-CR workflow</li> <li>Ninja: fix run of Quarkus CR workflow</li> <li>Ninja: remove conditional</li> <li>Ninja: fix dangling whitespace in Quarkus CR workflow + align names</li> <li>CI: Add a workflow to verify that Quarkus CR versions pass Nessie CI (<a href="https://redirect.github.com/projectnessie/nessie/issues/11605">#11605</a>)</li> <li>Fix a test issue in macOS CI (<a href="https://redirect.github.com/projectnessie/nessie/issues/11575">#11575</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md">org.projectnessie.nessie:nessie-client's changelog</a>.</em></p> <blockquote> <h2>[0.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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/11bcad8471d7305077356e8b7f9115ea62e00da1"><code>11bcad8</code></a> [release] release nessie-0.106.0</li> <li><a href="https://github.com/projectnessie/nessie/commit/2b63e7f61280d093dbfe2e3b3ced4bb7a905f311"><code>2b63e7f</code></a> Ninja... one more</li> <li><a href="https://github.com/projectnessie/nessie/commit/040434ace3eaab2110e7d25ab9d728ed98f99f70"><code>040434a</code></a> fix(deps): update dependency org.eclipse.jetty:jetty-bom to v12.1.5 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11694">#11694</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/9a7d255f69a53097d5f19518a5e298327fa480c3"><code>9a7d255</code></a> ninja-fix previous PR</li> <li><a href="https://github.com/projectnessie/nessie/commit/35b445e18e6c59e22a5e7bc30ebcc43d502ddc90"><code>35b445e</code></a> Fix create-release workflow (<a href="https://redirect.github.com/projectnessie/nessie/issues/11691">#11691</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/1fba5ec0d29d2cd21ffaeb271fbf2e40445206ba"><code>1fba5ec</code></a> fix(deps): update dependency com.google.googlejavaformat:google-java-format t...</li> <li><a href="https://github.com/projectnessie/nessie/commit/14547bcbd6d7fef73134b91ff96b8105daddf113"><code>14547bc</code></a> chore(deps): update docker.io/redocly/cli docker tag to v2.12.3 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11692">#11692</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/0f3e3ad7eaa21baed1c9009fb0b45664087341b8"><code>0f3e3ad</code></a> Support configuration of S3 signing URL validity via chart (<a href="https://redirect.github.com/projectnessie/nessie/issues/11690">#11690</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/06a09579b36ffbef5739740c78721cec6f4815ca"><code>06a0957</code></a> feat(helm): add priority class support (<a href="https://redirect.github.com/projectnessie/nessie/issues/11689">#11689</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/3373a37042f151c3b9c5cee1790a81022ecc991d"><code>3373a37</code></a> chore(deps): update actions/setup-java digest to f2beeb2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11687">#11687</a>)</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.105.7...nessie-0.106.0">compare view</a></li> </ul> </details> <br /> Updates `org.projectnessie.nessie:nessie-jaxrs-testextension` from 0.105.7 to 0.106.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.106.0</h2> <ul> <li>117 commits since 0.105.7</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.106.0">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.106.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.106.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.106.0/nessie-quarkus-0.106.0-runner.jar"><code>nessie-quarkus-0.106.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.106.0">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.106.0/nessie-quarkus-0.106.0-runner.jar java -jar nessie-quarkus-0.106.0-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.0/nessie-cli-0.106.0.jar"><code>nessie-cli-0.106.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.106.0</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.0/nessie-gc-0.106.0.jar"><code>nessie-gc-0.106.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.106.0 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.0/nessie-server-admin-tool-0.106.0-runner.jar"><code>nessie-server-admin-tool-0.106.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.106.0 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.0/nessie-helm-0.106.0.tgz"><code>nessie-helm-0.106.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>Fixes</h3> <ul> <li>Catalog/S3: Add a per-bucket configuration option <code>chunked-encoding-enabled</code> (defaults to <code>true</code>) so deployments targeting Oracle Cloud Infrastructure (OCI) or other S3-compatible stores that reject chunked payload signatures can disable AWS SDK chunked encoding without downgrading Nessie. Fixes <a href="https://redirect.github.com/projectnessie/nessie/issues/11441">#11441</a>.</li> </ul> <h2>Full Changelog (minus renovate commits):</h2> <ul> <li>Ninja... one more</li> <li>ninja-fix previous PR</li> <li>Fix create-release workflow (<a href="https://redirect.github.com/projectnessie/nessie/issues/11691">#11691</a>)</li> <li>Support configuration of S3 signing URL validity via chart (<a href="https://redirect.github.com/projectnessie/nessie/issues/11690">#11690</a>)</li> <li>feat(helm): add priority class support (<a href="https://redirect.github.com/projectnessie/nessie/issues/11689">#11689</a>)</li> <li>Add OCI friendly S3 chunked encoding toggle (<a href="https://redirect.github.com/projectnessie/nessie/issues/11676">#11676</a>)</li> <li>Get back snapshot publications - take 2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11653">#11653</a>)</li> <li>Attempt to get snapshot publishing back (<a href="https://redirect.github.com/projectnessie/nessie/issues/11629">#11629</a>)</li> <li>Ninja (last one!): fix new Quarkus-CR workflow</li> <li>Ninja: fix run of Quarkus CR workflow</li> <li>Ninja: remove conditional</li> <li>Ninja: fix dangling whitespace in Quarkus CR workflow + align names</li> <li>CI: Add a workflow to verify that Quarkus CR versions pass Nessie CI (<a href="https://redirect.github.com/projectnessie/nessie/issues/11605">#11605</a>)</li> <li>Fix a test issue in macOS CI (<a href="https://redirect.github.com/projectnessie/nessie/issues/11575">#11575</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md">org.projectnessie.nessie:nessie-jaxrs-testextension's changelog</a>.</em></p> <blockquote> <h2>[0.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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/11bcad8471d7305077356e8b7f9115ea62e00da1"><code>11bcad8</code></a> [release] release nessie-0.106.0</li> <li><a href="https://github.com/projectnessie/nessie/commit/2b63e7f61280d093dbfe2e3b3ced4bb7a905f311"><code>2b63e7f</code></a> Ninja... one more</li> <li><a href="https://github.com/projectnessie/nessie/commit/040434ace3eaab2110e7d25ab9d728ed98f99f70"><code>040434a</code></a> fix(deps): update dependency org.eclipse.jetty:jetty-bom to v12.1.5 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11694">#11694</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/9a7d255f69a53097d5f19518a5e298327fa480c3"><code>9a7d255</code></a> ninja-fix previous PR</li> <li><a href="https://github.com/projectnessie/nessie/commit/35b445e18e6c59e22a5e7bc30ebcc43d502ddc90"><code>35b445e</code></a> Fix create-release workflow (<a href="https://redirect.github.com/projectnessie/nessie/issues/11691">#11691</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/1fba5ec0d29d2cd21ffaeb271fbf2e40445206ba"><code>1fba5ec</code></a> fix(deps): update dependency com.google.googlejavaformat:google-java-format t...</li> <li><a href="https://github.com/projectnessie/nessie/commit/14547bcbd6d7fef73134b91ff96b8105daddf113"><code>14547bc</code></a> chore(deps): update docker.io/redocly/cli docker tag to v2.12.3 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11692">#11692</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/0f3e3ad7eaa21baed1c9009fb0b45664087341b8"><code>0f3e3ad</code></a> Support configuration of S3 signing URL validity via chart (<a href="https://redirect.github.com/projectnessie/nessie/issues/11690">#11690</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/06a09579b36ffbef5739740c78721cec6f4815ca"><code>06a0957</code></a> feat(helm): add priority class support (<a href="https://redirect.github.com/projectnessie/nessie/issues/11689">#11689</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/3373a37042f151c3b9c5cee1790a81022ecc991d"><code>3373a37</code></a> chore(deps): update actions/setup-java digest to f2beeb2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11687">#11687</a>)</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.105.7...nessie-0.106.0">compare view</a></li> </ul> </details> <br /> Updates `org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests` from 0.105.7 to 0.106.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.106.0</h2> <ul> <li>117 commits since 0.105.7</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.106.0">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.106.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.106.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.106.0/nessie-quarkus-0.106.0-runner.jar"><code>nessie-quarkus-0.106.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.106.0">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.106.0/nessie-quarkus-0.106.0-runner.jar java -jar nessie-quarkus-0.106.0-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.0/nessie-cli-0.106.0.jar"><code>nessie-cli-0.106.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.106.0</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.0/nessie-gc-0.106.0.jar"><code>nessie-gc-0.106.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.106.0 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.0/nessie-server-admin-tool-0.106.0-runner.jar"><code>nessie-server-admin-tool-0.106.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.106.0 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.0/nessie-helm-0.106.0.tgz"><code>nessie-helm-0.106.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>Fixes</h3> <ul> <li>Catalog/S3: Add a per-bucket configuration option <code>chunked-encoding-enabled</code> (defaults to <code>true</code>) so deployments targeting Oracle Cloud Infrastructure (OCI) or other S3-compatible stores that reject chunked payload signatures can disable AWS SDK chunked encoding without downgrading Nessie. Fixes <a href="https://redirect.github.com/projectnessie/nessie/issues/11441">#11441</a>.</li> </ul> <h2>Full Changelog (minus renovate commits):</h2> <ul> <li>Ninja... one more</li> <li>ninja-fix previous PR</li> <li>Fix create-release workflow (<a href="https://redirect.github.com/projectnessie/nessie/issues/11691">#11691</a>)</li> <li>Support configuration of S3 signing URL validity via chart (<a href="https://redirect.github.com/projectnessie/nessie/issues/11690">#11690</a>)</li> <li>feat(helm): add priority class support (<a href="https://redirect.github.com/projectnessie/nessie/issues/11689">#11689</a>)</li> <li>Add OCI friendly S3 chunked encoding toggle (<a href="https://redirect.github.com/projectnessie/nessie/issues/11676">#11676</a>)</li> <li>Get back snapshot publications - take 2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11653">#11653</a>)</li> <li>Attempt to get snapshot publishing back (<a href="https://redirect.github.com/projectnessie/nessie/issues/11629">#11629</a>)</li> <li>Ninja (last one!): fix new Quarkus-CR workflow</li> <li>Ninja: fix run of Quarkus CR workflow</li> <li>Ninja: remove conditional</li> <li>Ninja: fix dangling whitespace in Quarkus CR workflow + align names</li> <li>CI: Add a workflow to verify that Quarkus CR versions pass Nessie CI (<a href="https://redirect.github.com/projectnessie/nessie/issues/11605">#11605</a>)</li> <li>Fix a test issue in macOS CI (<a href="https://redirect.github.com/projectnessie/nessie/issues/11575">#11575</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md">org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests's changelog</a>.</em></p> <blockquote> <h2>[0.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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/11bcad8471d7305077356e8b7f9115ea62e00da1"><code>11bcad8</code></a> [release] release nessie-0.106.0</li> <li><a href="https://github.com/projectnessie/nessie/commit/2b63e7f61280d093dbfe2e3b3ced4bb7a905f311"><code>2b63e7f</code></a> Ninja... one more</li> <li><a href="https://github.com/projectnessie/nessie/commit/040434ace3eaab2110e7d25ab9d728ed98f99f70"><code>040434a</code></a> fix(deps): update dependency org.eclipse.jetty:jetty-bom to v12.1.5 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11694">#11694</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/9a7d255f69a53097d5f19518a5e298327fa480c3"><code>9a7d255</code></a> ninja-fix previous PR</li> <li><a href="https://github.com/projectnessie/nessie/commit/35b445e18e6c59e22a5e7bc30ebcc43d502ddc90"><code>35b445e</code></a> Fix create-release workflow (<a href="https://redirect.github.com/projectnessie/nessie/issues/11691">#11691</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/1fba5ec0d29d2cd21ffaeb271fbf2e40445206ba"><code>1fba5ec</code></a> fix(deps): update dependency com.google.googlejavaformat:google-java-format t...</li> <li><a href="https://github.com/projectnessie/nessie/commit/14547bcbd6d7fef73134b91ff96b8105daddf113"><code>14547bc</code></a> chore(deps): update docker.io/redocly/cli docker tag to v2.12.3 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11692">#11692</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/0f3e3ad7eaa21baed1c9009fb0b45664087341b8"><code>0f3e3ad</code></a> Support configuration of S3 signing URL validity via chart (<a href="https://redirect.github.com/projectnessie/nessie/issues/11690">#11690</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/06a09579b36ffbef5739740c78721cec6f4815ca"><code>06a0957</code></a> feat(helm): add priority class support (<a href="https://redirect.github.com/projectnessie/nessie/issues/11689">#11689</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/3373a37042f151c3b9c5cee1790a81022ecc991d"><code>3373a37</code></a> chore(deps): update actions/setup-java digest to f2beeb2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11687">#11687</a>)</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.105.7...nessie-0.106.0">compare view</a></li> </ul> </details> <br /> Updates `org.projectnessie.nessie:nessie-versioned-storage-testextension` from 0.105.7 to 0.106.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.106.0</h2> <ul> <li>117 commits since 0.105.7</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.106.0">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.106.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.106.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.106.0/nessie-quarkus-0.106.0-runner.jar"><code>nessie-quarkus-0.106.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.106.0">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.106.0/nessie-quarkus-0.106.0-runner.jar java -jar nessie-quarkus-0.106.0-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.0/nessie-cli-0.106.0.jar"><code>nessie-cli-0.106.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.106.0</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.0/nessie-gc-0.106.0.jar"><code>nessie-gc-0.106.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.106.0 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.0/nessie-server-admin-tool-0.106.0-runner.jar"><code>nessie-server-admin-tool-0.106.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.106.0 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.106.0/nessie-helm-0.106.0.tgz"><code>nessie-helm-0.106.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>Fixes</h3> <ul> <li>Catalog/S3: Add a per-bucket configuration option <code>chunked-encoding-enabled</code> (defaults to <code>true</code>) so deployments targeting Oracle Cloud Infrastructure (OCI) or other S3-compatible stores that reject chunked payload signatures can disable AWS SDK chunked encoding without downgrading Nessie. Fixes <a href="https://redirect.github.com/projectnessie/nessie/issues/11441">#11441</a>.</li> </ul> <h2>Full Changelog (minus renovate commits):</h2> <ul> <li>Ninja... one more</li> <li>ninja-fix previous PR</li> <li>Fix create-release workflow (<a href="https://redirect.github.com/projectnessie/nessie/issues/11691">#11691</a>)</li> <li>Support configuration of S3 signing URL validity via chart (<a href="https://redirect.github.com/projectnessie/nessie/issues/11690">#11690</a>)</li> <li>feat(helm): add priority class support (<a href="https://redirect.github.com/projectnessie/nessie/issues/11689">#11689</a>)</li> <li>Add OCI friendly S3 chunked encoding toggle (<a href="https://redirect.github.com/projectnessie/nessie/issues/11676">#11676</a>)</li> <li>Get back snapshot publications - take 2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11653">#11653</a>)</li> <li>Attempt to get snapshot publishing back (<a href="https://redirect.github.com/projectnessie/nessie/issues/11629">#11629</a>)</li> <li>Ninja (last one!): fix new Quarkus-CR workflow</li> <li>Ninja: fix run of Quarkus CR workflow</li> <li>Ninja: remove conditional</li> <li>Ninja: fix dangling whitespace in Quarkus CR workflow + align names</li> <li>CI: Add a workflow to verify that Quarkus CR versions pass Nessie CI (<a href="https://redirect.github.com/projectnessie/nessie/issues/11605">#11605</a>)</li> <li>Fix a test issue in macOS CI (<a href="https://redirect.github.com/projectnessie/nessie/issues/11575">#11575</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md">org.projectnessie.nessie:nessie-versioned-storage-testextension's changelog</a>.</em></p> <blockquote> <h2>[0.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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/11bcad8471d7305077356e8b7f9115ea62e00da1"><code>11bcad8</code></a> [release] release nessie-0.106.0</li> <li><a href="https://github.com/projectnessie/nessie/commit/2b63e7f61280d093dbfe2e3b3ced4bb7a905f311"><code>2b63e7f</code></a> Ninja... one more</li> <li><a href="https://github.com/projectnessie/nessie/commit/040434ace3eaab2110e7d25ab9d728ed98f99f70"><code>040434a</code></a> fix(deps): update dependency org.eclipse.jetty:jetty-bom to v12.1.5 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11694">#11694</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/9a7d255f69a53097d5f19518a5e298327fa480c3"><code>9a7d255</code></a> ninja-fix previous PR</li> <li><a href="https://github.com/projectnessie/nessie/commit/35b445e18e6c59e22a5e7bc30ebcc43d502ddc90"><code>35b445e</code></a> Fix create-release workflow (<a href="https://redirect.github.com/projectnessie/nessie/issues/11691">#11691</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/1fba5ec0d29d2cd21ffaeb271fbf2e40445206ba"><code>1fba5ec</code></a> fix(deps): update dependency com.google.googlejavaformat:google-java-format t...</li> <li><a href="https://github.com/projectnessie/nessie/commit/14547bcbd6d7fef73134b91ff96b8105daddf113"><code>14547bc</code></a> chore(deps): update docker.io/redocly/cli docker tag to v2.12.3 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11692">#11692</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/0f3e3ad7eaa21baed1c9009fb0b45664087341b8"><code>0f3e3ad</code></a> Support configuration of S3 signing URL validity via chart (<a href="https://redirect.github.com/projectnessie/nessie/issues/11690">#11690</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/06a09579b36ffbef5739740c78721cec6f4815ca"><code>06a0957</code></a> feat(helm): add priority class support (<a href="https://redirect.github.com/projectnessie/nessie/issues/11689">#11689</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/3373a37042f151c3b9c5cee1790a81022ecc991d"><code>3373a37</code></a> chore(deps): update actions/setup-java digest to f2beeb2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/11687">#11687</a>)</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.105.7...nessie-0.106.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]
