Skip to content

Nessie 0.72.4

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Oct 15:37
· 2622 commits to main since this release

Nessie 0.72.4 release

Try it

The attached nessie-quarkus-0.72.4-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.72.4/nessie-quarkus-0.72.4-runner.jar
java -jar nessie-quarkus-0.72.4-runner.jar

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

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

Changelog

Fixes

  • Docker images again honor environment variables such as JAVA_OPTS_APPEND that are used to pass
    additional JVM options to the Nessie server. See the
    ubi8/openjdk-17
    base image documentation for the list of all supported environment variables.

Full Changelog (minus renovate commits):

  • Docker: re-enable JAVA_OPTS_APPEND env var (#7659)
  • Relax CacheSizing validation rules. (#7660)
  • OAuth2Client: propagate scheduling failures when calling authenticate() (#7656)
  • Remove commit-meta property containing the merge-parent commit-ID (#7646)
  • Enhance released jars (#7651)