- 38 commits since 0.108.2
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.108.3
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
It is a multiplatform Java image (amd64, arm64, ppc64le, s390x):docker pull ghcr.io/projectnessie/nessie:0.108.3-java - PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.108.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.108.3/nessie-quarkus-0.108.3-runner.jar
java -jar nessie-quarkus-0.108.3-runner.jar
Nessie CLI is attached as nessie-cli-0.108.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.108.3.
Nessie GC tool is attached as nessie-gc-0.108.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.108.3 --help.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.108.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.108.3 --help.
The attached nessie-helm-0.108.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
Fixes
- GC: Nessie GC no longer fails with
Path must be relativewhen Iceberg content references files
that are not located under the location declared in the table's metadata, for example data files
written viawrite.data.pathor files kept from a previous table location (#10817). Such files
are now tracked by their absolute URIs: they are recognized as live while sweeping the content's
base locations and are never deleted when they are outside all base locations.
Full Changelog (minus renovate commits):
- Make nessie-protobuf-relocated produce a "proper" runtime-elements (#12735)
- GC: handle Iceberg files outside the table's declared location (#12765)
- Remove usage of
project.extrafor Gradle config-cache (#12785) - Make git-info injection into built jars config-cache compatible (#12786)
- Jackson 3 slice - CEL usages (#12760)
- Jackson 3 slice - object-storage-mock (#12759)
- Jackson 3 slice - versioned/spi (#12776)
- Jackson 3 slice - tasks/service (#12775)
- Jackson 3 slice - servers/quarkus-authn + authz (#12774)
- Jackson 3 slice - catalog/format/iceberg* - prefer Jackson 3 (#12773)
- Jackson 3 slice - servers/runtime-common (#12772)
- Jackson 3 slice - servers/services-bench + servers/store (#12771)
- test: replace azurite and fake gcs helpers with floci (#12770)
- Jackson 3 slice - some more migrations (#12777)
- Jackson 3 slice - tools/server-admin (#12763)
- Jackson 3 slice - tools/content-generator (#12762)
- Jackson 3 slice - events/ (#12761)
- Jackson 3 slice - gc/gc-iceberg-mock (#12758)
- Jackson 3 slice - servers/quarkus-distcache (#12757)
- Jackson 3 slice - versioned/transfer (#12756)
- Jackson 3 slice - versioned/storage/common et al +
Objs (#12755) - test: replace minio helper with floci s3 (#12743)