github projectnessie/nessie nessie-0.48.2
Nessie 0.48.2

2 years ago

Nessie 0.48.2 release

Try it

The attached executable file nessie-quarkus-0.48.2-runner is a x86-64 native binary image and only works on compatible Linux environments.

The attached nessie-quarkus-0.48.2-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.48.2/nessie-quarkus-0.48.2-runner.jar
java -jar nessie-quarkus-0.48.2-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.48.2.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 dependabot/renovate commits):

  • Fix dependencies in :nessie-compatibility-common (#6055)
  • fix website link in README (#6056)
  • python: upgrade flake8 to v6.0.0 (#6047)
  • Nit: rename build utility function to buildForJava11 (#6053)
  • Reenable JVM monitoring in native images (#6052)
  • Cleanup InmemoryStore after tests (#6048)
  • Cleanup README.md badges (#6051)
  • CI: Prevent OOM/GCLocker-issue in tests / disable Micrometer JVM-Metrics for tests (#6050)
  • Clear in-memory database-adapter between REST-tests in Quarkus (#6049)
  • python: upgrade pylint to v2.16.1 (#6043)

Don't miss a new nessie release

NewReleases is sending notifications on new releases.