github projectnessie/nessie nessie-0.108.1
Nessie 0.108.1

9 hours ago

Try it

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

Nessie CLI is attached as nessie-cli-0.108.1.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.108.1.

Nessie GC tool is attached as nessie-gc-0.108.1.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.108.1 --help.

Nessie Server Admin tool is attached as nessie-server-admin-tool-0.108.1-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.108.1 --help.

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

New Features

  • Helm chart: support for startupProbe has been added.

Full Changelog (minus renovate commits):

  • Fix release related tasks (#12621)
  • Catalog: fail closed on S3 signing snapshot lookup errors (#12620)
  • Add threat model (#12618)
  • Check diff entry sides independently (#12619)
  • Docs: clarify Helm cache invalidation boundary (#12617)
  • Docs: clarify GC deletion authority (#12616)
  • Docs: clarify CEL authorization variables (#12615)
  • Restore Prometheus metrics endpoint (#12613)
  • Remove root extra Spark metadata (#12598)
  • Prepare for Gradle 9.6 - part 2 (#12600)
  • Remove resteasy-classic from keycloak-testcontainer (#12500)
  • Ninja: fix renovate config
  • Fix Renovate grouping and Quarkus platform BOM handling (#12604)
  • Preserve SQL representations when importing Iceberg views (#12602)
  • Move common source metadata out of configuration (#12597)
  • Avoid subproject scans in license aggregation (#12599)
  • Prepare for Gatling update (#12603)
  • Make build-logic tasks configuration-cache safer (#12594)
  • Prepare for Gradle 9.6 (#12581)
  • Allow setting environment variables for the Gradle invocation (#12583)
  • Add CI configuration-cache guard based on BuildFeatures. (#12582)
  • NesQuEIT: attempt to fix OOMs (#12584)
  • Normalize S3 scheme in IcebergConfigurer writeable derivation (fixes #12426) (#12432)
  • Update Quarkus to 3.36.3 (#12577)
  • Revert "Update gradle/actions action to v6 (#12497 + #12535)"
  • CI: increase heap for NesQuEIT (#12549)

Don't miss a new nessie release

NewReleases is sending notifications on new releases.