github projectnessie/nessie nessie-0.105.6
Nessie 0.105.6

latest release: nessie-0.105.7
22 days ago

Try it

The attached nessie-quarkus-0.105.6-runner.jar is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):

wget https://github.com/projectnessie/nessie/releases/download/nessie-0.105.6/nessie-quarkus-0.105.6-runner.jar
java -jar nessie-quarkus-0.105.6-runner.jar

Nessie CLI is attached as nessie-cli-0.105.6.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.105.6.

Nessie GC tool is attached as nessie-gc-0.105.6.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.105.6 --help.

Nessie Server Admin tool is attached as nessie-server-admin-tool-0.105.6-runner.jar, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.105.6 --help.

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

  • Fixes an issue where Iceberg batch deletions did not work with Nessie remote S3 signing.

Full Changelog (minus renovate commits):

  • Build: fix some Java deprecation warnings (#11516)
  • Gradle 9 prep - create iceberg/bom directory (#11515)
  • Bugfix: S3 remote signing for batch deletions does not work (#11493)
  • Prepare for Gradle 9 (#11491)
  • Quarkus: Tackle some more deprecated/changed configs (#11492)
  • CI/Test: Tackle deprecated otel config property (#11490)

Don't miss a new nessie release

NewReleases is sending notifications on new releases.