Skip to content

Nessie 0.40.2

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Aug 11:21
· 4825 commits to main since this release

Highlights

Try it

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

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

The attached nessie-helm-0.40.2.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 dependabot commits):

  • Prepare Nessie 0.40.2 release (#4834)
  • Error out on unnecessary lambda (#4835)
  • Fix a few javac warnings (#4833)
  • Fix dependencies leaking into projects consuming Nessie (#4802)
  • Avoid duplicating validateHashExists (#4812)
  • Fix GH Publish WF (again) (#4799)
  • Fix snapshot-publish workflow (#4796)
  • Separate SNAPSHOT + Docker image publish (#4795)
  • Restore backwards compatibility (#4791)
  • Remove no longer necessary projects (#4794)