github projectnessie/nessie nessie-0.106.0
Nessie 0.106.0

12 hours ago

Try it

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

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

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

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

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

  • Catalog/S3: Add a per-bucket configuration option chunked-encoding-enabled (defaults to true)
    so deployments targeting Oracle Cloud Infrastructure (OCI) or other S3-compatible stores that
    reject chunked payload signatures can disable AWS SDK chunked encoding without downgrading
    Nessie. Fixes #11441.

Full Changelog (minus renovate commits):

  • Ninja... one more
  • ninja-fix previous PR
  • Fix create-release workflow (#11691)
  • Support configuration of S3 signing URL validity via chart (#11690)
  • feat(helm): add priority class support (#11689)
  • Add OCI friendly S3 chunked encoding toggle (#11676)
  • Get back snapshot publications - take 2 (#11653)
  • Attempt to get snapshot publishing back (#11629)
  • Ninja (last one!): fix new Quarkus-CR workflow
  • Ninja: fix run of Quarkus CR workflow
  • Ninja: remove conditional
  • Ninja: fix dangling whitespace in Quarkus CR workflow + align names
  • CI: Add a workflow to verify that Quarkus CR versions pass Nessie CI (#11605)
  • Fix a test issue in macOS CI (#11575)

Don't miss a new nessie release

NewReleases is sending notifications on new releases.