dependabot[bot] opened a new pull request, #13025: URL: https://github.com/apache/iceberg/pull/13025
Bumps `nessie` from 0.103.6 to 0.104.1. Updates `org.projectnessie.nessie:nessie-client` from 0.103.6 to 0.104.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/projectnessie/nessie/releases">org.projectnessie.nessie:nessie-client's releases</a>.</em></p> <blockquote> <h2>Nessie 0.104.1</h2> <ul> <li>9 commits since 0.104.0</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.1">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.1</a></li> <li>Docker images: <a href="https://github.com/projectnessie/nessie/pkgs/container/nessie">https://github.com/projectnessie/nessie/pkgs/container/nessie</a> and <a href="https://quay.io/repository/projectnessie/nessie?tab=tags">https://quay.io/repository/projectnessie/nessie?tab=tags</a> It is a multiplatform Java image (amd64, arm64, ppc64le, s390x): <code>docker pull ghcr.io/projectnessie/nessie:0.104.1-java</code></li> <li>PyPI: <a href="https://pypi.org/project/pynessie/">https://pypi.org/project/pynessie/</a> (See <a href="https://github.com/projectnessie/pynessie/releases">pynessie</a>)</li> <li>Helm Chart repo: <a href="https://charts.projectnessie.org/">https://charts.projectnessie.org/</a></li> </ul> <h2>Try it</h2> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.1/nessie-quarkus-0.104.1-runner.jar"><code>nessie-quarkus-0.104.1-runner.jar</code></a> is a standalone uber-jar file that runs on Java 17 or newer and it is also available via <a href="https://search.maven.org/search?q=g:org.projectnessie+AND+a:nessie-quarkus+AND+v:0.104.1">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.104.1/nessie-quarkus-0.104.1-runner.jar java -jar nessie-quarkus-0.104.1-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.1/nessie-cli-0.104.1.jar"><code>nessie-cli-0.104.1.jar</code></a>, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: <code>docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.104.1</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.1/nessie-gc-0.104.1.jar"><code>nessie-gc-0.104.1.jar</code></a>, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its <code>help</code> command. Nessie GC tool is also available as a Docker image: <code>docker run --rm ghcr.io/projectnessie/nessie-gc:0.104.1 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.1/nessie-server-admin-tool-0.104.1-runner.jar"><code>nessie-server-admin-tool-0.104.1-runner.jar</code></a>, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its <code>help</code> command. Nessie Server Admin tool is also available as a Docker image: <code>docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.104.1 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.1/nessie-helm-0.104.1.tgz"><code>nessie-helm-0.104.1.tgz</code></a> is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the <a href="https://charts.projectnessie.org/">Nessie Helm chart repo</a>, which can be added and used to install the Nessie Helm chart.</p> <h2>Changelog</h2> <h3>Changes</h3> <ul> <li>OpenAPI specs are no longer published to swaggerhub.</li> </ul> <h2>Full Changelog (minus renovate commits):</h2> <ul> <li>Migrate to a different Maven publishing plugin (<a href="https://redirect.github.com/projectnessie/nessie/issues/10784">#10784</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> <h1>Nessie Changelog</h1> <p>The Nessie changelog is used to give users and contributors more information than just the list of commits. Entries are grouped in sections like <em>Highlights</em> or <em>Upgrade notes</em>, the provided sections can be adjusted as necessary. Empty sections will not end in the release notes.</p> <h2>[Unreleased]</h2> <h3>Highlights</h3> <h3>Upgrade notes</h3> <h3>Breaking changes</h3> <h3>New Features</h3> <h3>Changes</h3> <h3>Deprecations</h3> <h3>Fixes</h3> <h3>Commits</h3> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/4972b06b855b96e0a5c4e76401149d5abe7bd4d9"><code>4972b06</code></a> [release] release nessie-0.104.1</li> <li><a href="https://github.com/projectnessie/nessie/commit/eec04c139ac99b04af56b8624c924bf2046e0e86"><code>eec04c1</code></a> Migrate to a different Maven publishing plugin (<a href="https://redirect.github.com/projectnessie/nessie/issues/10784">#10784</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/7db34ba749709a26fabc5dbaff0b1b9279d17eae"><code>7db34ba</code></a> Update dependency org.mongodb:mongodb-driver-sync to v5.5.0 (<a href="https://redirect.github.com/projectnessie/nessie/issues/10783">#10783</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/b2825751c6a2086da94f2d90a2c4ce512f059c98"><code>b282575</code></a> Update dependency com.google.cloud:google-cloud-secretmanager-bom to v2.62.0 ...</li> <li><a href="https://github.com/projectnessie/nessie/commit/5f0431b3ff51c85ed77187a0e8b9bdd53689d7fb"><code>5f0431b</code></a> Update dependency org.projectnessie.cel:cel-bom to v0.5.2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/10776">#10776</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/30bb16f1887677c947fd339a269a38f1d8ae76c4"><code>30bb16f</code></a> Update gcr.io/google.com/cloudsdktool/google-cloud-cli Docker tag to v521 (<a href="https://redirect.github.com/projectnessie/nessie/issues/1">#1</a>...</li> <li><a href="https://github.com/projectnessie/nessie/commit/4e02c3fd3b35949d68699d7cbf324212ee823ddb"><code>4e02c3f</code></a> Update dependency com.google.googlejavaformat:google-java-format to v1.27.0 (...</li> <li><a href="https://github.com/projectnessie/nessie/commit/e95d00c77c7bd3f30052ad5642e8752c8da1fa9d"><code>e95d00c</code></a> Update ghcr.io/projectnessie/nessie-cli Docker tag to v0.104.0 (<a href="https://redirect.github.com/projectnessie/nessie/issues/10778">#10778</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/dc4333c17fcf1e8e32deec92d66032ee285e87cf"><code>dc4333c</code></a> Update ghcr.io/projectnessie/nessie Docker tag to v0.104.0 (<a href="https://redirect.github.com/projectnessie/nessie/issues/10777">#10777</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/98cfbd89da2d78732f1e5ced0916d0e745f268b9"><code>98cfbd8</code></a> Update dependency com.google.cloud:google-cloud-storage-bom to v2.52.2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/10775">#10775</a>)</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.103.6...nessie-0.104.1">compare view</a></li> </ul> </details> <br /> Updates `org.projectnessie.nessie:nessie-jaxrs-testextension` from 0.103.6 to 0.104.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/projectnessie/nessie/releases">org.projectnessie.nessie:nessie-jaxrs-testextension's releases</a>.</em></p> <blockquote> <h2>Nessie 0.104.1</h2> <ul> <li>9 commits since 0.104.0</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.1">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.1</a></li> <li>Docker images: <a href="https://github.com/projectnessie/nessie/pkgs/container/nessie">https://github.com/projectnessie/nessie/pkgs/container/nessie</a> and <a href="https://quay.io/repository/projectnessie/nessie?tab=tags">https://quay.io/repository/projectnessie/nessie?tab=tags</a> It is a multiplatform Java image (amd64, arm64, ppc64le, s390x): <code>docker pull ghcr.io/projectnessie/nessie:0.104.1-java</code></li> <li>PyPI: <a href="https://pypi.org/project/pynessie/">https://pypi.org/project/pynessie/</a> (See <a href="https://github.com/projectnessie/pynessie/releases">pynessie</a>)</li> <li>Helm Chart repo: <a href="https://charts.projectnessie.org/">https://charts.projectnessie.org/</a></li> </ul> <h2>Try it</h2> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.1/nessie-quarkus-0.104.1-runner.jar"><code>nessie-quarkus-0.104.1-runner.jar</code></a> is a standalone uber-jar file that runs on Java 17 or newer and it is also available via <a href="https://search.maven.org/search?q=g:org.projectnessie+AND+a:nessie-quarkus+AND+v:0.104.1">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.104.1/nessie-quarkus-0.104.1-runner.jar java -jar nessie-quarkus-0.104.1-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.1/nessie-cli-0.104.1.jar"><code>nessie-cli-0.104.1.jar</code></a>, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: <code>docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.104.1</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.1/nessie-gc-0.104.1.jar"><code>nessie-gc-0.104.1.jar</code></a>, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its <code>help</code> command. Nessie GC tool is also available as a Docker image: <code>docker run --rm ghcr.io/projectnessie/nessie-gc:0.104.1 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.1/nessie-server-admin-tool-0.104.1-runner.jar"><code>nessie-server-admin-tool-0.104.1-runner.jar</code></a>, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its <code>help</code> command. Nessie Server Admin tool is also available as a Docker image: <code>docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.104.1 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.1/nessie-helm-0.104.1.tgz"><code>nessie-helm-0.104.1.tgz</code></a> is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the <a href="https://charts.projectnessie.org/">Nessie Helm chart repo</a>, which can be added and used to install the Nessie Helm chart.</p> <h2>Changelog</h2> <h3>Changes</h3> <ul> <li>OpenAPI specs are no longer published to swaggerhub.</li> </ul> <h2>Full Changelog (minus renovate commits):</h2> <ul> <li>Migrate to a different Maven publishing plugin (<a href="https://redirect.github.com/projectnessie/nessie/issues/10784">#10784</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> <h1>Nessie Changelog</h1> <p>The Nessie changelog is used to give users and contributors more information than just the list of commits. Entries are grouped in sections like <em>Highlights</em> or <em>Upgrade notes</em>, the provided sections can be adjusted as necessary. Empty sections will not end in the release notes.</p> <h2>[Unreleased]</h2> <h3>Highlights</h3> <h3>Upgrade notes</h3> <h3>Breaking changes</h3> <h3>New Features</h3> <h3>Changes</h3> <h3>Deprecations</h3> <h3>Fixes</h3> <h3>Commits</h3> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/4972b06b855b96e0a5c4e76401149d5abe7bd4d9"><code>4972b06</code></a> [release] release nessie-0.104.1</li> <li><a href="https://github.com/projectnessie/nessie/commit/eec04c139ac99b04af56b8624c924bf2046e0e86"><code>eec04c1</code></a> Migrate to a different Maven publishing plugin (<a href="https://redirect.github.com/projectnessie/nessie/issues/10784">#10784</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/7db34ba749709a26fabc5dbaff0b1b9279d17eae"><code>7db34ba</code></a> Update dependency org.mongodb:mongodb-driver-sync to v5.5.0 (<a href="https://redirect.github.com/projectnessie/nessie/issues/10783">#10783</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/b2825751c6a2086da94f2d90a2c4ce512f059c98"><code>b282575</code></a> Update dependency com.google.cloud:google-cloud-secretmanager-bom to v2.62.0 ...</li> <li><a href="https://github.com/projectnessie/nessie/commit/5f0431b3ff51c85ed77187a0e8b9bdd53689d7fb"><code>5f0431b</code></a> Update dependency org.projectnessie.cel:cel-bom to v0.5.2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/10776">#10776</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/30bb16f1887677c947fd339a269a38f1d8ae76c4"><code>30bb16f</code></a> Update gcr.io/google.com/cloudsdktool/google-cloud-cli Docker tag to v521 (<a href="https://redirect.github.com/projectnessie/nessie/issues/1">#1</a>...</li> <li><a href="https://github.com/projectnessie/nessie/commit/4e02c3fd3b35949d68699d7cbf324212ee823ddb"><code>4e02c3f</code></a> Update dependency com.google.googlejavaformat:google-java-format to v1.27.0 (...</li> <li><a href="https://github.com/projectnessie/nessie/commit/e95d00c77c7bd3f30052ad5642e8752c8da1fa9d"><code>e95d00c</code></a> Update ghcr.io/projectnessie/nessie-cli Docker tag to v0.104.0 (<a href="https://redirect.github.com/projectnessie/nessie/issues/10778">#10778</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/dc4333c17fcf1e8e32deec92d66032ee285e87cf"><code>dc4333c</code></a> Update ghcr.io/projectnessie/nessie Docker tag to v0.104.0 (<a href="https://redirect.github.com/projectnessie/nessie/issues/10777">#10777</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/98cfbd89da2d78732f1e5ced0916d0e745f268b9"><code>98cfbd8</code></a> Update dependency com.google.cloud:google-cloud-storage-bom to v2.52.2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/10775">#10775</a>)</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.103.6...nessie-0.104.1">compare view</a></li> </ul> </details> <br /> Updates `org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests` from 0.103.6 to 0.104.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/projectnessie/nessie/releases">org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests's releases</a>.</em></p> <blockquote> <h2>Nessie 0.104.1</h2> <ul> <li>9 commits since 0.104.0</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.1">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.1</a></li> <li>Docker images: <a href="https://github.com/projectnessie/nessie/pkgs/container/nessie">https://github.com/projectnessie/nessie/pkgs/container/nessie</a> and <a href="https://quay.io/repository/projectnessie/nessie?tab=tags">https://quay.io/repository/projectnessie/nessie?tab=tags</a> It is a multiplatform Java image (amd64, arm64, ppc64le, s390x): <code>docker pull ghcr.io/projectnessie/nessie:0.104.1-java</code></li> <li>PyPI: <a href="https://pypi.org/project/pynessie/">https://pypi.org/project/pynessie/</a> (See <a href="https://github.com/projectnessie/pynessie/releases">pynessie</a>)</li> <li>Helm Chart repo: <a href="https://charts.projectnessie.org/">https://charts.projectnessie.org/</a></li> </ul> <h2>Try it</h2> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.1/nessie-quarkus-0.104.1-runner.jar"><code>nessie-quarkus-0.104.1-runner.jar</code></a> is a standalone uber-jar file that runs on Java 17 or newer and it is also available via <a href="https://search.maven.org/search?q=g:org.projectnessie+AND+a:nessie-quarkus+AND+v:0.104.1">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.104.1/nessie-quarkus-0.104.1-runner.jar java -jar nessie-quarkus-0.104.1-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.1/nessie-cli-0.104.1.jar"><code>nessie-cli-0.104.1.jar</code></a>, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: <code>docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.104.1</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.1/nessie-gc-0.104.1.jar"><code>nessie-gc-0.104.1.jar</code></a>, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its <code>help</code> command. Nessie GC tool is also available as a Docker image: <code>docker run --rm ghcr.io/projectnessie/nessie-gc:0.104.1 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.1/nessie-server-admin-tool-0.104.1-runner.jar"><code>nessie-server-admin-tool-0.104.1-runner.jar</code></a>, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its <code>help</code> command. Nessie Server Admin tool is also available as a Docker image: <code>docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.104.1 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.1/nessie-helm-0.104.1.tgz"><code>nessie-helm-0.104.1.tgz</code></a> is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the <a href="https://charts.projectnessie.org/">Nessie Helm chart repo</a>, which can be added and used to install the Nessie Helm chart.</p> <h2>Changelog</h2> <h3>Changes</h3> <ul> <li>OpenAPI specs are no longer published to swaggerhub.</li> </ul> <h2>Full Changelog (minus renovate commits):</h2> <ul> <li>Migrate to a different Maven publishing plugin (<a href="https://redirect.github.com/projectnessie/nessie/issues/10784">#10784</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> <h1>Nessie Changelog</h1> <p>The Nessie changelog is used to give users and contributors more information than just the list of commits. Entries are grouped in sections like <em>Highlights</em> or <em>Upgrade notes</em>, the provided sections can be adjusted as necessary. Empty sections will not end in the release notes.</p> <h2>[Unreleased]</h2> <h3>Highlights</h3> <h3>Upgrade notes</h3> <h3>Breaking changes</h3> <h3>New Features</h3> <h3>Changes</h3> <h3>Deprecations</h3> <h3>Fixes</h3> <h3>Commits</h3> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/4972b06b855b96e0a5c4e76401149d5abe7bd4d9"><code>4972b06</code></a> [release] release nessie-0.104.1</li> <li><a href="https://github.com/projectnessie/nessie/commit/eec04c139ac99b04af56b8624c924bf2046e0e86"><code>eec04c1</code></a> Migrate to a different Maven publishing plugin (<a href="https://redirect.github.com/projectnessie/nessie/issues/10784">#10784</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/7db34ba749709a26fabc5dbaff0b1b9279d17eae"><code>7db34ba</code></a> Update dependency org.mongodb:mongodb-driver-sync to v5.5.0 (<a href="https://redirect.github.com/projectnessie/nessie/issues/10783">#10783</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/b2825751c6a2086da94f2d90a2c4ce512f059c98"><code>b282575</code></a> Update dependency com.google.cloud:google-cloud-secretmanager-bom to v2.62.0 ...</li> <li><a href="https://github.com/projectnessie/nessie/commit/5f0431b3ff51c85ed77187a0e8b9bdd53689d7fb"><code>5f0431b</code></a> Update dependency org.projectnessie.cel:cel-bom to v0.5.2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/10776">#10776</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/30bb16f1887677c947fd339a269a38f1d8ae76c4"><code>30bb16f</code></a> Update gcr.io/google.com/cloudsdktool/google-cloud-cli Docker tag to v521 (<a href="https://redirect.github.com/projectnessie/nessie/issues/1">#1</a>...</li> <li><a href="https://github.com/projectnessie/nessie/commit/4e02c3fd3b35949d68699d7cbf324212ee823ddb"><code>4e02c3f</code></a> Update dependency com.google.googlejavaformat:google-java-format to v1.27.0 (...</li> <li><a href="https://github.com/projectnessie/nessie/commit/e95d00c77c7bd3f30052ad5642e8752c8da1fa9d"><code>e95d00c</code></a> Update ghcr.io/projectnessie/nessie-cli Docker tag to v0.104.0 (<a href="https://redirect.github.com/projectnessie/nessie/issues/10778">#10778</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/dc4333c17fcf1e8e32deec92d66032ee285e87cf"><code>dc4333c</code></a> Update ghcr.io/projectnessie/nessie Docker tag to v0.104.0 (<a href="https://redirect.github.com/projectnessie/nessie/issues/10777">#10777</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/98cfbd89da2d78732f1e5ced0916d0e745f268b9"><code>98cfbd8</code></a> Update dependency com.google.cloud:google-cloud-storage-bom to v2.52.2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/10775">#10775</a>)</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.103.6...nessie-0.104.1">compare view</a></li> </ul> </details> <br /> Updates `org.projectnessie.nessie:nessie-versioned-storage-testextension` from 0.103.6 to 0.104.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/projectnessie/nessie/releases">org.projectnessie.nessie:nessie-versioned-storage-testextension's releases</a>.</em></p> <blockquote> <h2>Nessie 0.104.1</h2> <ul> <li>9 commits since 0.104.0</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.1">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.1</a></li> <li>Docker images: <a href="https://github.com/projectnessie/nessie/pkgs/container/nessie">https://github.com/projectnessie/nessie/pkgs/container/nessie</a> and <a href="https://quay.io/repository/projectnessie/nessie?tab=tags">https://quay.io/repository/projectnessie/nessie?tab=tags</a> It is a multiplatform Java image (amd64, arm64, ppc64le, s390x): <code>docker pull ghcr.io/projectnessie/nessie:0.104.1-java</code></li> <li>PyPI: <a href="https://pypi.org/project/pynessie/">https://pypi.org/project/pynessie/</a> (See <a href="https://github.com/projectnessie/pynessie/releases">pynessie</a>)</li> <li>Helm Chart repo: <a href="https://charts.projectnessie.org/">https://charts.projectnessie.org/</a></li> </ul> <h2>Try it</h2> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.1/nessie-quarkus-0.104.1-runner.jar"><code>nessie-quarkus-0.104.1-runner.jar</code></a> is a standalone uber-jar file that runs on Java 17 or newer and it is also available via <a href="https://search.maven.org/search?q=g:org.projectnessie+AND+a:nessie-quarkus+AND+v:0.104.1">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.104.1/nessie-quarkus-0.104.1-runner.jar java -jar nessie-quarkus-0.104.1-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.1/nessie-cli-0.104.1.jar"><code>nessie-cli-0.104.1.jar</code></a>, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: <code>docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.104.1</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.1/nessie-gc-0.104.1.jar"><code>nessie-gc-0.104.1.jar</code></a>, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its <code>help</code> command. Nessie GC tool is also available as a Docker image: <code>docker run --rm ghcr.io/projectnessie/nessie-gc:0.104.1 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.1/nessie-server-admin-tool-0.104.1-runner.jar"><code>nessie-server-admin-tool-0.104.1-runner.jar</code></a>, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its <code>help</code> command. Nessie Server Admin tool is also available as a Docker image: <code>docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.104.1 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.104.1/nessie-helm-0.104.1.tgz"><code>nessie-helm-0.104.1.tgz</code></a> is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the <a href="https://charts.projectnessie.org/">Nessie Helm chart repo</a>, which can be added and used to install the Nessie Helm chart.</p> <h2>Changelog</h2> <h3>Changes</h3> <ul> <li>OpenAPI specs are no longer published to swaggerhub.</li> </ul> <h2>Full Changelog (minus renovate commits):</h2> <ul> <li>Migrate to a different Maven publishing plugin (<a href="https://redirect.github.com/projectnessie/nessie/issues/10784">#10784</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> <h1>Nessie Changelog</h1> <p>The Nessie changelog is used to give users and contributors more information than just the list of commits. Entries are grouped in sections like <em>Highlights</em> or <em>Upgrade notes</em>, the provided sections can be adjusted as necessary. Empty sections will not end in the release notes.</p> <h2>[Unreleased]</h2> <h3>Highlights</h3> <h3>Upgrade notes</h3> <h3>Breaking changes</h3> <h3>New Features</h3> <h3>Changes</h3> <h3>Deprecations</h3> <h3>Fixes</h3> <h3>Commits</h3> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectnessie/nessie/commit/4972b06b855b96e0a5c4e76401149d5abe7bd4d9"><code>4972b06</code></a> [release] release nessie-0.104.1</li> <li><a href="https://github.com/projectnessie/nessie/commit/eec04c139ac99b04af56b8624c924bf2046e0e86"><code>eec04c1</code></a> Migrate to a different Maven publishing plugin (<a href="https://redirect.github.com/projectnessie/nessie/issues/10784">#10784</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/7db34ba749709a26fabc5dbaff0b1b9279d17eae"><code>7db34ba</code></a> Update dependency org.mongodb:mongodb-driver-sync to v5.5.0 (<a href="https://redirect.github.com/projectnessie/nessie/issues/10783">#10783</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/b2825751c6a2086da94f2d90a2c4ce512f059c98"><code>b282575</code></a> Update dependency com.google.cloud:google-cloud-secretmanager-bom to v2.62.0 ...</li> <li><a href="https://github.com/projectnessie/nessie/commit/5f0431b3ff51c85ed77187a0e8b9bdd53689d7fb"><code>5f0431b</code></a> Update dependency org.projectnessie.cel:cel-bom to v0.5.2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/10776">#10776</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/30bb16f1887677c947fd339a269a38f1d8ae76c4"><code>30bb16f</code></a> Update gcr.io/google.com/cloudsdktool/google-cloud-cli Docker tag to v521 (<a href="https://redirect.github.com/projectnessie/nessie/issues/1">#1</a>...</li> <li><a href="https://github.com/projectnessie/nessie/commit/4e02c3fd3b35949d68699d7cbf324212ee823ddb"><code>4e02c3f</code></a> Update dependency com.google.googlejavaformat:google-java-format to v1.27.0 (...</li> <li><a href="https://github.com/projectnessie/nessie/commit/e95d00c77c7bd3f30052ad5642e8752c8da1fa9d"><code>e95d00c</code></a> Update ghcr.io/projectnessie/nessie-cli Docker tag to v0.104.0 (<a href="https://redirect.github.com/projectnessie/nessie/issues/10778">#10778</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/dc4333c17fcf1e8e32deec92d66032ee285e87cf"><code>dc4333c</code></a> Update ghcr.io/projectnessie/nessie Docker tag to v0.104.0 (<a href="https://redirect.github.com/projectnessie/nessie/issues/10777">#10777</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/98cfbd89da2d78732f1e5ced0916d0e745f268b9"><code>98cfbd8</code></a> Update dependency com.google.cloud:google-cloud-storage-bom to v2.52.2 (<a href="https://redirect.github.com/projectnessie/nessie/issues/10775">#10775</a>)</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.103.6...nessie-0.104.1">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org