Nessie 0.46.5 release
- 60 commits since 0.46.3
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie+v:0.46.5
- Docker Hub: https://hub.docker.com/r/projectnessie/nessie
docker pull projectnessie/nessie:0.46.5 - PyPI: https://pypi.org/project/pynessie/0.46.5/
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached executable file nessie-quarkus-0.46.5-runner is a x86-64 native binary image and only works on compatible Linux environments.
The attached nessie-quarkus-0.46.5-runner.jar is a standalone uber-jar file that runs on Java 11 or newer and it is also available via Maven Central. Download and run it (requires Java 11):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.46.5/nessie-quarkus-0.46.5-runner.jar
java -jar nessie-quarkus-0.46.5-runner.jar
Nessie GC tool is attached as nessie-gc, which is an executable. Can also be run using , because it is actually a Java archive.
Shell completion can be generated from the nessie-gc tool.
The attached nessie-helm-0.46.5.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.
Full Changelog (minus dependabot/renovate commits):
- CI: Fix jobs.if condition for mac+win workflows (#5840)
- nessie-quarkus-cli/jacoco: use a fresh jacoco data file (#5833)
- CI: cross-check macOS + Windows (#5705)
- Validate runtime parameters in service implementations. (#5828)
- Testcontainers: retry container launch (#5831)
- Test/CI: Introduce test parallelism constraints for test tasks (#5824)
- Actually assign
mainin AbstractContentGeneratorTest (#5830) - Exclude compatibility tests from code-coverage (#5826)
- Disable Deltalog integration tests on Windows (#5825)
- Disable Deltalog integration tests on macOS (#5822)
- Disable tests on projects using testcontainers on Windows (#5817)
- Disable quarkus-jacoco on
:nessie-quarkus-cli(#5820) - Fix newline when testing under Windows (#5814)
- model/test: Platform independent line separator (#5815)
- Testing: add logging for projects using testcontainers (#5813)
- Testing: allow
test.log.levelin compatibility tests (#5812) - Nit: compatibility-tests: remove wrong comment (#5816)
- Disable tests on Windows that have strict time requirements (#5807)
- Disable compatibility tests on Mac (#5805)
- GC/Tests: Ignore schema-less base-uri-test on Windows (#5804)
- Prevent using the Minio Extension on non-Linux OS (#5803)
- Proper Path handling in GC tool CLI (#5799)
- Make LocalMongoResource a bit more resilient (#5802)
- Testcontainers: increase number of start attempts from 1 to 5 (#5801)
- Disable Quarkus dev services for tests (#5800)
- Proper Path handling in IcebergContentToFiles (#5798)
- Proper Path handling in TestNessieIcebergViews (#5797)
- Fix ZIP importer handle leak (#5796)
- CI: Fix results-upload for PRs (#5795)
- CI: Remove deprecated
::set-output(#5794) - Nit: Suppress ClassCanBeStatic warnings (#5793)