- 166 commits since 0.107.4
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.107.5
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
It is a multiplatform Java image (amd64, arm64, ppc64le, s390x):docker pull ghcr.io/projectnessie/nessie:0.107.5-java - PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.107.5-runner.jar is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.107.5/nessie-quarkus-0.107.5-runner.jar
java -jar nessie-quarkus-0.107.5-runner.jar
Nessie CLI is attached as nessie-cli-0.107.5.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.107.5.
Nessie GC tool is attached as nessie-gc-0.107.5.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.107.5 --help.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.107.5-runner.jar, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.107.5 --help.
The attached nessie-helm-0.107.5.tgz is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the Nessie Helm chart repo, which can be added and used to install the Nessie Helm chart.
Changelog
Upgrade notes
- When using the Google Cloud Secret Manager, you have to explicitly configure
quarkus.google.cloud.secret-manager-enabled=true.
Full Changelog (minus renovate commits):
- Remove micrometer simpleclient (#12336)
- Testing/Vault: set
SKIP_SETCAP=true(#12331) - Re-enable Authelia Authorization Code test (#12326)
- Adapt Authelia integration tests to 4.39.19 (#12322)
- Adapt tests to Keycloak v26.6.0 (#12312)
- Trino-testing-container: defensive result rows copy (#12313)
- Client-integration-tests: use fully qualified Authelia version (#12311)
- Update dependency io.quarkus.platform:quarkus-bom to v3.33.1 (#12309)
- Fix IntelliJ import (#12308)
- Renovate: do not auto-merge Gradle action + revert to v5 (#12251)