Skip to content

Nessie 0.58.1

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Apr 17:32
· 3244 commits to main since this release

Nessie 0.58.1 release

Try it

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

The attached nessie-quarkus-0.58.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.58.1/nessie-quarkus-0.58.1-runner.jar
java -jar nessie-quarkus-0.58.1-runner.jar

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

The attached nessie-helm-0.58.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.

Full Changelog (minus renovate commits):

  • Null out references to java.net.http.HttpClient (#6630)
  • Validate that the generated nessie-gc executable works (#6625)
  • Cleanup content-type code (#6617)
  • Add a test for getContent() on the default branch (API v1) (#6623)
  • Tests for the OAuth2 authentication provider in nessie-quarkus (#6597)
  • Add test for specVersion in API v2 (#6599)
  • Disable IT-Auth on WIn/Mac CI (#6615)
  • Docs for the new OAuth2 authentication provider (#6595)