- 127 commits since 0.108.1
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.108.2
- 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.2-java - PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.108.2-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.2/nessie-quarkus-0.108.2-runner.jar
java -jar nessie-quarkus-0.108.2-runner.jar
Nessie CLI is attached as nessie-cli-0.108.2.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.2.
Nessie GC tool is attached as nessie-gc-0.108.2.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.2 --help.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.108.2-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.2 --help.
The attached nessie-helm-0.108.2.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
startupProbehas been added.
Full Changelog (minus renovate commits):
- test: run dynamodb storage tests on floci (#12741)
- Allow using locally built Quarkus in Nessie (#12734)
- Dev-local included builds (#12733)
- Jackson 3 slice - catalog/service (#12729)
- test: cover cloud secrets with floci emulators (#12740)
- test: replace aws secrets localstack with floci (#12739)
- Some more config-cache compatibility improvements (#12738)
- Make copied-code checks config-cache compatible (#12737)
- Make generate-docs configuration-cache friendly (#12736)
- Jackson 3 slice - catalog/files + catalog/service (#12728)
- Prepare for making NMCP setup work with config-cache (#12721)
- Jackson 3 slice - catalog/model (#12719)
- Jackson 3 slice - catalog/secrets (#12720)
- Jackson 3 slice - cli/ (#12714)
- Jackson 3 slice - catalog/format/iceberg (#12702)
- Jackson 3 slice - cli/cli (#12707)
- Build: add missing junit-bom platform notions (#12706)
- Jackson 3 slice - api/model (#12701)
- Don't use symlinks for shared input directories (#12695)
- Fix missing '/' in readonly S3 resource ARN in credential vending (#12704)
- Just add jackson3-bom (#12696)
- Make spotless-config nicer to Gradle config-cache (#12694)
- GC tool: add --jdbc-pool-max-size option (#12671)
- Some more Gradle config cache fixes (#12666)
- Fix remaining build tooling warnings (#12649)
- Fix Helm CRD fixture install with Helm 4.2.2 (#12644)
- Refactor tests to avoid direct test invocation (#12648)
- Fix CongoCC optional grammar warnings (#12650)
- Suppress intentional sentinel reference checks (#12652)
- Fix content type reference equality warnings (#12651)
- Suppress intentional storage identity checks (#12653)
- Suppress intentional classloader identity checks (#12654)
- Fix simple non-reference compiler warnings (#12647)
- Suppress generated parser unchecked warning (#12646)
- Fix local build warning sources (#12645)
- Tackle heap issues (#12622)