github projectnessie/nessie nessie-0.57.0
Nessie 0.57.0

2 years ago

Nessie 0.57.0 release

Try it

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

The attached nessie-quarkus-0.57.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.57.0/nessie-quarkus-0.57.0-runner.jar
java -jar nessie-quarkus-0.57.0-runner.jar

Nessie GC tool is attached as nessie-gc-0.57.0, which is an executable.
(chmod 744 nessie-gc-0.57.0 after download.)
Can also be run using java -jar nessie-gc-0.57.0, because it is actually a Java archive.
Shell completion can be generated from the nessie-gc tool.

The attached nessie-helm-0.57.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):

  • CI: adjust Gradle cache storage parameters for non-ci.yml workflows (#6521)
  • Build: use Smallrye-OpenAPI-Plugin from Gradle plugins (#6525)
  • Perftest: Fix commit-to-branch simulation (#6552)
  • Support @NessieServerProperty annotations in nested tests (#6548)
  • Remove unused type parameter in Backends.createPersist (#6554)
  • CI: Skip Helm CI, if version is not available (#6546)
  • Fix wrong jackson-core coordinates (#6553)
  • CI: Un-bump latest Java from 20 to 19 (#359) (#6551)
  • CI-Workflow updates (#6481)
  • CI: finally the correct artifacts (#6520)
  • README: Fix deep-links into CI jobs (#6522)
  • Bump nodejs to 18.15.0 LTS + npm to 9.5.0 LTS (#6542)
  • Merge: Verify that there is at least one source commit (#6514)
  • Gradle: minor non-changes for configuration-cache (#6513)
  • CI: Cache everything that's needed (#6515)
  • Fix nessie-gc publication (#6511)
  • Fix specVersion to comply with semver syntax (#6506)

Don't miss a new nessie release

NewReleases is sending notifications on new releases.