Nessie 0.47.1
github-actions
released this
20 Jan 10:34
·
3961 commits
to main
since this release
Nessie 0.47.1 release
- 6 commits since 0.47.0
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie+v:0.47.1
- Docker Hub: https://hub.docker.com/r/projectnessie/nessie
docker pull projectnessie/nessie:0.47.1
- PyPI: https://pypi.org/project/pynessie/0.47.1/
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached executable file nessie-quarkus-0.47.1-runner
is a x86-64 native binary image and only works on compatible Linux environments.
The attached nessie-quarkus-0.47.1-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.47.1/nessie-quarkus-0.47.1-runner.jar
java -jar nessie-quarkus-0.47.1-runner.jar
Nessie GC tool is attached as nessie-gc
, which is an executable. Can also be run using , because it is actually a Java archive.
Shell completion can be generated from the nessie-gc tool.
The attached nessie-helm-0.47.1.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.