Skip to content

Nessie 0.100.3

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Dec 13:31
· 120 commits to main since this release

Try it

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

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

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

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

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

  • Add deploymentStrategy to Helm deployment configs

Fixes

  • Allow multiple SetProperties updates via Iceberg REST.

Full Changelog (minus renovate commits):

  • Ninja: changelog
  • Add deployment strategy to helm deployment configs (#10012)
  • Catalog: Allow multiple SetProperties updates (#10024)
  • Build: Allow testing GC with Java 23 (#10023)
  • Renovate: Update config for trino-client (#10004)
  • Quarkus/Agoral: fix deprecation (#10000)
  • Migrate to org.apache.cassandra:java-driver-bom and bump to latest version 4.18.1 (#9992)
  • Support v2 iceberg views with gzip (#9982)
  • Snapshot publishing: no build scan (#9976)
  • Nit: Remove antlr-removal left-over (#9977)
  • Spark integrations: enhance tests to use merge-on-read for compaction and rewrite-manifests (#9974)
  • Build/release: Fix Git info after #9965 (#9975)
  • Remove "AWS Athena" from the index page (#9972)
  • Nit: fix an "unchecked/unsafe case" warning (#9966)
  • CI: Use a non-rate-limiting docker.io mirror (#9911)
  • Build: tackle Gradle deprecations marked as for-removal in Gradle 9 (#9965)
  • CI: Explicitly configure Scala version (#9970)