Nessie 0.50.0
github-actions
released this
24 Feb 06:39
·
3723 commits
to main
since this release
Nessie 0.50.0 release
- 46 commits since 0.49.0
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie+v:0.50.0
- Docker Hub: https://hub.docker.com/r/projectnessie/nessie
- Multiplatform Java image (amd64, arm64, ppc64le, s390x):
docker pull projectnessie/nessie:0.50.0-java
- Image with native amd64 binary:
docker pull projectnessie/nessie:0.50.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.50.0/
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached executable file nessie-quarkus-0.50.0-runner
is a x86-64 native binary image and only works on compatible Linux environments.
The attached nessie-quarkus-0.50.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.50.0/nessie-quarkus-0.50.0-runner.jar
java -jar nessie-quarkus-0.50.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.50.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 dependabot/renovate commits):
- Strip jakarta.* annotations for Java 8 (#6172)
- Fix Nessie GH URL in docs (#6167)
- Refactor advanced configuration (#6159)
- Site: Update community links CI and README.md CI (#6165)
- Redesign telemetry support in Helm chart (#6153)
- Disable versioned-transfer ITs in macOS CI (#6164)
- Remove rocksdb.dbPath from Helm chart values (#6149)
- Fix console log level setting in Helm charts (#6158)
- Minor fixes to the build-push-images.sh script (#6155)
- mac-os/win CI - add retry for steps that regularly timeout/hang (#6152)
- Add missing jakarta.* annotations (#6150)
- Disable intTest using containers/podman for macOS CI (#6148)
- Improve nessie-ui build a little bit (#6147)
- Bump npm from 7.24.2 to 9.4.2 and nodejs from 16.14.2 to 18.4.1 (#6145)
- Rename jobs for mac+win GH workflows (#6143)
- Allow all GH WFs to become "required checks" (#6131)
- Label
model
changes withpr-integrations
(#6132) - GH workflow to smoke test Docker images (#6127)
- Fix typo in release notes (#6129)
- PR Auto labeler (#6128)
- Fix renovate configuration (#6124)