Skip to content

Nessie 0.69.1

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Aug 09:00
· 1010 commits to main since this release

Nessie 0.69.1 release

Try it

The attached nessie-quarkus-0.69.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.69.1/nessie-quarkus-0.69.1-runner.jar
java -jar nessie-quarkus-0.69.1-runner.jar

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

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

Changelog

Fixes

  • Nessie CLI: check-content command was incorrectly reporting deleted keys as missing content, when
    using new storage model.
  • GC Tool handles JDBC config via environment correctly

Full Changelog (minus renovate commits):

  • Refactor ContentMapping.fetchContents (#7434)
  • Ninja: fix badged in README