Nessie 0.58.0
Nessie 0.58.0 release
- 42 commits since 0.57.0
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie+v:0.58.0
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
docker pull ghcr.io/projectnessie/nessie:0.58.0-java
- Image with native amd64 binary:
docker pull ghcr.io/projectnessie/nessie:0.58.0-native
(only recommended for short running Nessie instances, amd64 only)
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
- PyPI: https://pypi.org/project/pynessie/0.58.0/
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached executable file nessie-quarkus-0.58.0-runner
is a x86-64 native binary image and only works on compatible Linux environments.
The attached nessie-quarkus-0.58.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.58.0/nessie-quarkus-0.58.0-runner.jar
java -jar nessie-quarkus-0.58.0-runner.jar
Nessie GC tool is attached as nessie-gc-0.58.0
, which is an executable.
(chmod 744 nessie-gc-0.58.0
after download.)
Can also be run using java -jar nessie-gc-0.58.0
, because it is actually a Java archive.
Shell completion can be generated from the nessie-gc
tool.
The attached nessie-helm-0.58.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.
Full Changelog (minus renovate commits):
- Renovate: let more dependency trigger Quarkus/native CI (#6596)
- OAuth2 authentication provider for Nessie client (#6527)
- Design document for Nessie events notification system (#6482)
- JAX-RS: Properly "pass through"
WebApplicationException
(#6584) - CI: Make Quarkus/native job not a matrix job (#6589)
- Quarkus: Fix HTTP compression parameters (#6581)
- Remove direct use of hamcrest (#6583)
- CI: Replace auto-labeler with changed-files checks (#6577)
- CI: Use Java 20 in "newer-java" (#6582)
- Update Helm template for new storage implementation. (#6580)
- Gradle: eliminate some more
doFirst
/doLast
script references (#6516) - CI: Remove
CI Success
job (#6572) - Align Quarkus dependencies (#6565)
- Python:
codecov
not found (#6568) - CI: Skip Helm CI, if version is not available (fix) (#6559)
- Revert "Update smartbear/swaggerhub-cli action to v0.7.1 (#6519)" (#6556)
- Release-WF: Disable the Gradle cache (#6555)