Nessie 0.69.0
github-actions
released this
25 Aug 15:35
·
2553 commits
to main
since this release
Nessie 0.69.0 release
- 7 commits since 0.68.0
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie+v:0.69.0
- 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.69.0-java
- PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.69.0-runner.jar
is a standalone uber-jar file that runs on Java 11 or newer and it is also available via Maven Central. Download and run it (requires Java 11):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.69.0/nessie-quarkus-0.69.0-runner.jar
java -jar nessie-quarkus-0.69.0-runner.jar
Nessie GC tool is attached as nessie-gc-0.69.0
, which is an executable.
(chmod 744 nessie-gc-0.69.0
after download.)
Can also be run using java -jar nessie-gc-0.69.0
, because it is actually a Java archive.
Shell completion can be generated from the nessie-gc
tool.
The attached nessie-helm-0.69.0.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
Fixes
- Nessie CLI: check-content command was incorrectly reporting deleted keys as missing content, when
using new storage model. - GC Tool handles JDBC config via environment correctly
Full Changelog (minus renovate commits):
- Ninja: changelog
- GC: Finally fix JDBC values specified via environment (#7425)
- Make check-content not report deleted keys (#7427)
- Remove unused org.openapitools:openapi-generator-cli dependency (#7426)
- Move OTel wrappers to the modules defining corresponding interfaces (#7423)
- Pushdown filters in TreeApiImpl.getEntries (#7415)