Nessie 0.53.0
github-actions
released this
23 Mar 18:09
·
3476 commits
to main
since this release
Nessie 0.53.0 release
- 30 commits since 0.52.3
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie+v:0.53.0
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
docker pull ghcr.io/projectnessie/nessie:0.53.0-java
- Image with native amd64 binary:
docker pull ghcr.io/projectnessie/nessie:0.53.0-native
(only recommended for short running Nessie instances, amd64 only)
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
- PyPI: https://pypi.org/project/pynessie/0.53.0/
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached executable file nessie-quarkus-0.53.0-runner
is a x86-64 native binary image and only works on compatible Linux environments.
The attached nessie-quarkus-0.53.0-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.53.0/nessie-quarkus-0.53.0-runner.jar
java -jar nessie-quarkus-0.53.0-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.53.0.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):
- Import: paint dots also during the finalize phase (#6366)
- Use relocated protobuf runtime (#6355)
- Build/publishing: Proper Gradle module metadata for shadow-jars (#6361)
- Intellij: exclude
/.mvn
+/ui/node_modules
(#6364) - Support annotation-based configuration in "old server" tests (#6356)
- Mongo/storage: use
replaceOne
instead offindAndReplaceOne
(#6363) - Compatibility-test: allow adapter-configuration via system properties (#6353)
- Compatibility-tests: require Nessie >= 0.42.0, cleanup code (#6352)
- CI: Bump newer-java-version WF from 19 to 20 (#6348)
- Properly return
ParamConverterProvider
errors as HTTP/400 (#6346) - Remove InstantParamConverterProvider (#6341)
- Update release notes template, remove "Docker Hub" (#6339)
- Build: Fix Jackson-annotations configuration for build-plugins int-test (#6337)
- Nit: Remove unnecessary null-check (#6344)