dependabot[bot] opened a new pull request, #15259: URL: https://github.com/apache/iceberg/pull/15259
Bumps `nessie` from 0.107.0 to 0.107.1. Updates `org.projectnessie.nessie:nessie-client` from 0.107.0 to 0.107.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.107.1</h2> <ul> <li>35 commits since 0.107.0</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.1">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.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.107.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.107.1/nessie-quarkus-0.107.1-runner.jar"><code>nessie-quarkus-0.107.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.107.1">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.107.1/nessie-quarkus-0.107.1-runner.jar java -jar nessie-quarkus-0.107.1-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.1/nessie-cli-0.107.1.jar"><code>nessie-cli-0.107.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.107.1</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.1/nessie-gc-0.107.1.jar"><code>nessie-gc-0.107.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.107.1 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.1/nessie-server-admin-tool-0.107.1-runner.jar"><code>nessie-server-admin-tool-0.107.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.107.1 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.1/nessie-helm-0.107.1.tgz"><code>nessie-helm-0.107.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>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>Automatically adjust gradlew during Gradle Wrapper updates (<a href="https://redirect.github.com/projectnessie/nessie/issues/11999">#11999</a>)</li> <li>Azurite: use old service version in tests (<a href="https://redirect.github.com/projectnessie/nessie/issues/12008">#12008</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> <ul> <li>When using the Google Cloud Secret Manager, you have to explicitly configure <code>quarkus.google.cloud.secret-manager-enabled=true</code>.</li> </ul> <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/69d98d88283dd78c8dc70dff34186600d6b568bc"><code>69d98d8</code></a> [release] release nessie-0.107.1</li> <li><a href="https://github.com/projectnessie/nessie/commit/5a06443a24b2bb0a6c9407d1a0454506252d34bb"><code>5a06443</code></a> Update docker.io/fsouza/fake-gcs-server Docker tag to v1.53.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12020">#12020</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/24b2d1bc3b52b0233516cb52984edf23051b680b"><code>24b2d1b</code></a> Update dependency org.mongodb:mongodb-driver-sync to v5.6.3 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12019">#12019</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/141995f24edd5bcd26c70550c6f88fda81077813"><code>141995f</code></a> Update gcr.io/google.com/cloudsdktool/google-cloud-cli Docker tag to v555 (<a href="https://redirect.github.com/projectnessie/nessie/issues/1">#1</a>...</li> <li><a href="https://github.com/projectnessie/nessie/commit/73777e81ce61f6243d751f428a4c7481887c5e3d"><code>73777e8</code></a> Update docker.io/localstack/localstack Docker tag to v4.13.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12017">#12017</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/8f7441d565742868d34ca3f9628e9b1b24f56a90"><code>8f7441d</code></a> Update docker.io/redocly/cli Docker tag to v2.15.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12016">#12016</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/fd30affb4cd8a33f9d206db245bb7bced8682f31"><code>fd30aff</code></a> Automatically adjust gradlew during Gradle Wrapper updates (<a href="https://redirect.github.com/projectnessie/nessie/issues/11999">#11999</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/c41c432466b806812279493a891c5c18c78f4eb4"><code>c41c432</code></a> Update dependency com.azure:azure-sdk-bom to v1.3.4 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12003">#12003</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/b95dd5699ac979806584e7b1d0611ca5aa718b20"><code>b95dd56</code></a> Azurite: use old service version in tests (<a href="https://redirect.github.com/projectnessie/nessie/issues/12008">#12008</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/fa35ec112735fe82a1d4eca61eaa4488afba686c"><code>fa35ec1</code></a> Update docker.io/fsouza/fake-gcs-server Docker tag to v1.53.0 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12015">#12015</a>)</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.107.0...nessie-0.107.1">compare view</a></li> </ul> </details> <br /> Updates `org.projectnessie.nessie:nessie-jaxrs-testextension` from 0.107.0 to 0.107.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.107.1</h2> <ul> <li>35 commits since 0.107.0</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.1">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.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.107.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.107.1/nessie-quarkus-0.107.1-runner.jar"><code>nessie-quarkus-0.107.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.107.1">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.107.1/nessie-quarkus-0.107.1-runner.jar java -jar nessie-quarkus-0.107.1-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.1/nessie-cli-0.107.1.jar"><code>nessie-cli-0.107.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.107.1</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.1/nessie-gc-0.107.1.jar"><code>nessie-gc-0.107.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.107.1 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.1/nessie-server-admin-tool-0.107.1-runner.jar"><code>nessie-server-admin-tool-0.107.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.107.1 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.1/nessie-helm-0.107.1.tgz"><code>nessie-helm-0.107.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>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>Automatically adjust gradlew during Gradle Wrapper updates (<a href="https://redirect.github.com/projectnessie/nessie/issues/11999">#11999</a>)</li> <li>Azurite: use old service version in tests (<a href="https://redirect.github.com/projectnessie/nessie/issues/12008">#12008</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> <ul> <li>When using the Google Cloud Secret Manager, you have to explicitly configure <code>quarkus.google.cloud.secret-manager-enabled=true</code>.</li> </ul> <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/69d98d88283dd78c8dc70dff34186600d6b568bc"><code>69d98d8</code></a> [release] release nessie-0.107.1</li> <li><a href="https://github.com/projectnessie/nessie/commit/5a06443a24b2bb0a6c9407d1a0454506252d34bb"><code>5a06443</code></a> Update docker.io/fsouza/fake-gcs-server Docker tag to v1.53.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12020">#12020</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/24b2d1bc3b52b0233516cb52984edf23051b680b"><code>24b2d1b</code></a> Update dependency org.mongodb:mongodb-driver-sync to v5.6.3 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12019">#12019</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/141995f24edd5bcd26c70550c6f88fda81077813"><code>141995f</code></a> Update gcr.io/google.com/cloudsdktool/google-cloud-cli Docker tag to v555 (<a href="https://redirect.github.com/projectnessie/nessie/issues/1">#1</a>...</li> <li><a href="https://github.com/projectnessie/nessie/commit/73777e81ce61f6243d751f428a4c7481887c5e3d"><code>73777e8</code></a> Update docker.io/localstack/localstack Docker tag to v4.13.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12017">#12017</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/8f7441d565742868d34ca3f9628e9b1b24f56a90"><code>8f7441d</code></a> Update docker.io/redocly/cli Docker tag to v2.15.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12016">#12016</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/fd30affb4cd8a33f9d206db245bb7bced8682f31"><code>fd30aff</code></a> Automatically adjust gradlew during Gradle Wrapper updates (<a href="https://redirect.github.com/projectnessie/nessie/issues/11999">#11999</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/c41c432466b806812279493a891c5c18c78f4eb4"><code>c41c432</code></a> Update dependency com.azure:azure-sdk-bom to v1.3.4 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12003">#12003</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/b95dd5699ac979806584e7b1d0611ca5aa718b20"><code>b95dd56</code></a> Azurite: use old service version in tests (<a href="https://redirect.github.com/projectnessie/nessie/issues/12008">#12008</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/fa35ec112735fe82a1d4eca61eaa4488afba686c"><code>fa35ec1</code></a> Update docker.io/fsouza/fake-gcs-server Docker tag to v1.53.0 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12015">#12015</a>)</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.107.0...nessie-0.107.1">compare view</a></li> </ul> </details> <br /> Updates `org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests` from 0.107.0 to 0.107.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.107.1</h2> <ul> <li>35 commits since 0.107.0</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.1">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.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.107.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.107.1/nessie-quarkus-0.107.1-runner.jar"><code>nessie-quarkus-0.107.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.107.1">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.107.1/nessie-quarkus-0.107.1-runner.jar java -jar nessie-quarkus-0.107.1-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.1/nessie-cli-0.107.1.jar"><code>nessie-cli-0.107.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.107.1</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.1/nessie-gc-0.107.1.jar"><code>nessie-gc-0.107.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.107.1 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.1/nessie-server-admin-tool-0.107.1-runner.jar"><code>nessie-server-admin-tool-0.107.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.107.1 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.1/nessie-helm-0.107.1.tgz"><code>nessie-helm-0.107.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>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>Automatically adjust gradlew during Gradle Wrapper updates (<a href="https://redirect.github.com/projectnessie/nessie/issues/11999">#11999</a>)</li> <li>Azurite: use old service version in tests (<a href="https://redirect.github.com/projectnessie/nessie/issues/12008">#12008</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> <ul> <li>When using the Google Cloud Secret Manager, you have to explicitly configure <code>quarkus.google.cloud.secret-manager-enabled=true</code>.</li> </ul> <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/69d98d88283dd78c8dc70dff34186600d6b568bc"><code>69d98d8</code></a> [release] release nessie-0.107.1</li> <li><a href="https://github.com/projectnessie/nessie/commit/5a06443a24b2bb0a6c9407d1a0454506252d34bb"><code>5a06443</code></a> Update docker.io/fsouza/fake-gcs-server Docker tag to v1.53.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12020">#12020</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/24b2d1bc3b52b0233516cb52984edf23051b680b"><code>24b2d1b</code></a> Update dependency org.mongodb:mongodb-driver-sync to v5.6.3 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12019">#12019</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/141995f24edd5bcd26c70550c6f88fda81077813"><code>141995f</code></a> Update gcr.io/google.com/cloudsdktool/google-cloud-cli Docker tag to v555 (<a href="https://redirect.github.com/projectnessie/nessie/issues/1">#1</a>...</li> <li><a href="https://github.com/projectnessie/nessie/commit/73777e81ce61f6243d751f428a4c7481887c5e3d"><code>73777e8</code></a> Update docker.io/localstack/localstack Docker tag to v4.13.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12017">#12017</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/8f7441d565742868d34ca3f9628e9b1b24f56a90"><code>8f7441d</code></a> Update docker.io/redocly/cli Docker tag to v2.15.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12016">#12016</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/fd30affb4cd8a33f9d206db245bb7bced8682f31"><code>fd30aff</code></a> Automatically adjust gradlew during Gradle Wrapper updates (<a href="https://redirect.github.com/projectnessie/nessie/issues/11999">#11999</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/c41c432466b806812279493a891c5c18c78f4eb4"><code>c41c432</code></a> Update dependency com.azure:azure-sdk-bom to v1.3.4 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12003">#12003</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/b95dd5699ac979806584e7b1d0611ca5aa718b20"><code>b95dd56</code></a> Azurite: use old service version in tests (<a href="https://redirect.github.com/projectnessie/nessie/issues/12008">#12008</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/fa35ec112735fe82a1d4eca61eaa4488afba686c"><code>fa35ec1</code></a> Update docker.io/fsouza/fake-gcs-server Docker tag to v1.53.0 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12015">#12015</a>)</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.107.0...nessie-0.107.1">compare view</a></li> </ul> </details> <br /> Updates `org.projectnessie.nessie:nessie-versioned-storage-testextension` from 0.107.0 to 0.107.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.107.1</h2> <ul> <li>35 commits since 0.107.0</li> <li>Maven Central: <a href="https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.1">https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.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.107.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.107.1/nessie-quarkus-0.107.1-runner.jar"><code>nessie-quarkus-0.107.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.107.1">Maven Central</a>. Download and run it (requires Java 17):</p> <pre><code>wget https://github.com/projectnessie/nessie/releases/download/nessie-0.107.1/nessie-quarkus-0.107.1-runner.jar java -jar nessie-quarkus-0.107.1-runner.jar </code></pre> <p>Nessie CLI is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.1/nessie-cli-0.107.1.jar"><code>nessie-cli-0.107.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.107.1</code>.</p> <p>Nessie GC tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.1/nessie-gc-0.107.1.jar"><code>nessie-gc-0.107.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.107.1 --help</code>.</p> <p>Nessie Server Admin tool is attached as <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.1/nessie-server-admin-tool-0.107.1-runner.jar"><code>nessie-server-admin-tool-0.107.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.107.1 --help</code>.</p> <p>The attached <a href="https://github.com/projectnessie/nessie/releases/download/nessie-0.107.1/nessie-helm-0.107.1.tgz"><code>nessie-helm-0.107.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>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>Automatically adjust gradlew during Gradle Wrapper updates (<a href="https://redirect.github.com/projectnessie/nessie/issues/11999">#11999</a>)</li> <li>Azurite: use old service version in tests (<a href="https://redirect.github.com/projectnessie/nessie/issues/12008">#12008</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> <ul> <li>When using the Google Cloud Secret Manager, you have to explicitly configure <code>quarkus.google.cloud.secret-manager-enabled=true</code>.</li> </ul> <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/69d98d88283dd78c8dc70dff34186600d6b568bc"><code>69d98d8</code></a> [release] release nessie-0.107.1</li> <li><a href="https://github.com/projectnessie/nessie/commit/5a06443a24b2bb0a6c9407d1a0454506252d34bb"><code>5a06443</code></a> Update docker.io/fsouza/fake-gcs-server Docker tag to v1.53.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12020">#12020</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/24b2d1bc3b52b0233516cb52984edf23051b680b"><code>24b2d1b</code></a> Update dependency org.mongodb:mongodb-driver-sync to v5.6.3 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12019">#12019</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/141995f24edd5bcd26c70550c6f88fda81077813"><code>141995f</code></a> Update gcr.io/google.com/cloudsdktool/google-cloud-cli Docker tag to v555 (<a href="https://redirect.github.com/projectnessie/nessie/issues/1">#1</a>...</li> <li><a href="https://github.com/projectnessie/nessie/commit/73777e81ce61f6243d751f428a4c7481887c5e3d"><code>73777e8</code></a> Update docker.io/localstack/localstack Docker tag to v4.13.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12017">#12017</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/8f7441d565742868d34ca3f9628e9b1b24f56a90"><code>8f7441d</code></a> Update docker.io/redocly/cli Docker tag to v2.15.1 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12016">#12016</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/fd30affb4cd8a33f9d206db245bb7bced8682f31"><code>fd30aff</code></a> Automatically adjust gradlew during Gradle Wrapper updates (<a href="https://redirect.github.com/projectnessie/nessie/issues/11999">#11999</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/c41c432466b806812279493a891c5c18c78f4eb4"><code>c41c432</code></a> Update dependency com.azure:azure-sdk-bom to v1.3.4 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12003">#12003</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/b95dd5699ac979806584e7b1d0611ca5aa718b20"><code>b95dd56</code></a> Azurite: use old service version in tests (<a href="https://redirect.github.com/projectnessie/nessie/issues/12008">#12008</a>)</li> <li><a href="https://github.com/projectnessie/nessie/commit/fa35ec112735fe82a1d4eca61eaa4488afba686c"><code>fa35ec1</code></a> Update docker.io/fsouza/fake-gcs-server Docker tag to v1.53.0 (<a href="https://redirect.github.com/projectnessie/nessie/issues/12015">#12015</a>)</li> <li>Additional commits viewable in <a href="https://github.com/projectnessie/nessie/compare/nessie-0.107.0...nessie-0.107.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 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]
