github projectnessie/nessie nessie-0.56.0
Nessie 0.56.0

2 years ago

Nessie 0.56.0 release

Try it

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

The attached nessie-quarkus-0.56.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.56.0/nessie-quarkus-0.56.0-runner.jar
java -jar nessie-quarkus-0.56.0-runner.jar

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

The attached nessie-helm-0.56.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: Save 15m in CI NesQuEIT (#6505)
  • Populate reference conflict details (#6503)
  • Enhance NessieError with error details (#6492)
  • Revert slf4j2 bump (#6504)
  • Revert "Update smartbear/swaggerhub-cli action to v0.7.0 (#6478)" (#6500)
  • Test code cleanup / no functional change (#6502)
  • Add @JsonView to HttpConfigApi v2 (#6498)
  • Fix CI badge on README.md (#6499)

Don't miss a new nessie release

NewReleases is sending notifications on new releases.