Nessie 0.60.1
github-actions
released this
25 May 16:49
·
3150 commits
to main
since this release
Nessie 0.60.1 release
- 50 commits since 0.59.0
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie+v:0.60.1
- 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.60.1-java
- PyPI: https://pypi.org/project/pynessie/0.60.1/
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.60.1-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.60.1/nessie-quarkus-0.60.1-runner.jar
java -jar nessie-quarkus-0.60.1-runner.jar
Nessie GC tool is attached as nessie-gc-0.60.1
, which is an executable.
(chmod 744 nessie-gc-0.60.1
after download.)
Can also be run using java -jar nessie-gc-0.60.1
, because it is actually a Java archive.
Shell completion can be generated from the nessie-gc
tool.
The attached nessie-helm-0.60.1.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 renovate commits):
- Release-publish: fix after removed native images (#6898)
- Pass content-IDs of all
ContentKey
elements toCheck
s (#6859) - Nit: Spec version updates (#6897)
- Fix
MergeKeyBehavior.DROP
in new storage model for merge (#6894) - Defer API compatibility check until first request (#6893)
- Remove mentions of spark2 in Docs (#6762)
- Revert "Bump keykloak container image from 21.0.2 to 21.1 (#6887)" (#6895)
- Table renames: allow delete-op after put-op (#6892)
- Bump keykloak container image from 21.0.2 to 21.1 (#6887)
- Update dependency ch.qos.logback:logback-classic to v1.2.12 (#6889)
- Bugfix: include ROCKSDB in selector to create PVC in both cases. (#6881)
- Build: cleanup
libs.versions.toml
(#6886) - Don't use filters when checking API compatibility (#6877)
- Make nip.io usage resilient against lookup failures (#6885)
- CI/Nesqueit: Switch back to
iceberg-nesqueit
branch (#6883) - Ability to disable the API compatibility check via system properties (#6875)
- Skip API compatibility check if /config endpoint fails (#6878)
- Fix snapshot publising after #6847 (#6882)
- Build: minor
baselibs.versions.toml
update (#6884) - Improve NessieError message (#6874)
- Disable Scylla tests on macOS (#6871)
- Enable compatibility tests on macOS (#6857)
- Use nip.io domain in MinioExtension (#6856)
- Docker compose template for Nessie + OpenTelemetry (#6860)
- Release: Remove relocation-poms (#6810)
- Remove native image (#6847)
- Use API V2 by default in GC Tool (#6858)
- Enables the extended information in
NessieConfiguration
(#6640) - Add missing jakarta annotations (#6850)
- Nit: Remove unneeded dev-profile hints (#6851)
- Quarkus ITs: Restrict Keycloak to tests using Keycloak (#6852)