Nessie 0.51.1
github-actions
released this
07 Mar 06:28
·
3662 commits
to main
since this release
Nessie 0.51.1 release
- 59 commits since 0.50.0
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie+v:0.51.1
- Docker Hub: https://hub.docker.com/r/projectnessie/nessie
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
docker pull projectnessie/nessie:0.51.1-java
- Image with native amd64 binary:
docker pull projectnessie/nessie:0.51.1-native
(only recommended for short running Nessie instances, amd64 only)
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
- PyPI: https://pypi.org/project/pynessie/0.51.1/
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached executable file nessie-quarkus-0.51.1-runner
is a x86-64 native binary image and only works on compatible Linux environments.
The attached nessie-quarkus-0.51.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.51.1/nessie-quarkus-0.51.1-runner.jar
java -jar nessie-quarkus-0.51.1-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.51.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 dependabot/renovate commits):
- DOCS PR for Maven group-ID refactoring (#6207)
- Properly sign pom-relocations (#6236)
- Allow tests to customize Nessie REST API URI resolution. (#6234)
- build/nit: Remove superfluous settings (#6232)
- Add SwaggerHub badge to README (#6233)
- Make V2 ref path-param parsing independent of
Reference
(#6224) - Add tests to validate that API v1 responses do not have v2 attributes. (#6222)
- Fix codecov-n-builds (#6230)
- V2 REST declares wrong response types in OpenAPI spec (#6211)
- Fix native images after recent rocksdb version bump (#6216)
- Symlink gradle-wrapper.jar, unignore gradle-wrapper.jar (#6219)
- upgrade GH WFs to ubuntu-22.04 (#6206)
- Maven group-ID refactoring (#6197)
- Fix:
Content.Type
is a string (#6202) - Git ignore
__pycache__
(#6201) - Compatibility tests code cleanup (#6198)
- Site: Update community page with updated chat information (#6192)
- Move Nessie speecific build code into this build (#6196)
- Nit: javadoc (#6193)
- Gradle 8 adoption for NesQuEIT (#6166)
- mac-CI: Workaround for brew-upgrade issue (#6184)