Nessie 0.24.0
github-actions
released this
31 Mar 15:14
·
5891 commits
to main
since this release
Highlights
- 76 commits since 0.23.1
- Prevent explicit creation of empty namespaces
- Add content-id to
BatchAccessChecker.canReadContentKey()
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie
- Docker Hub: https://hub.docker.com/r/projectnessie/nessie
- PyPI: https://pypi.org/project/pynessie/
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached executable file nessie-quarkus-0.24.0-runner
is a x86-64 native binary image and only works on compatible Linux environments.
The attached nessie-quarkus-0.24.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.24.0/nessie-quarkus-0.24.0-runner.jar
java -jar nessie-quarkus-0.24.0-runner.jar
The attached nessie-helm-0.24.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 commits):
- Prepare Nessie 0.24.0 (#3795)
- Pass
test.log.level
via failsafe (#3794) - Prevent explicit creation of empty namespaces (#3792)
- Refactor CommitToBranchSimulation (#3767)
- Add content-id to
BatchAccessChecker.canReadContentKey()
(#3748) - Bump CEL-Java from 0.2.6 to 0.3.0 (#3780)
- Add a feature request template (#3750)
- Bump quarkus.native.builder-image from 21.3.0 to 22.0 (#3751)
- Let Quarkus Server tests run on Java 17+ (#3733)
- Simplify ContentKey.of a little (#3732)
- Refactor client setup in Gatling simulations. (#3729)
- Make the S symmetrical in the banner (#3730)
- Fix gatling simulations runner by using the
nessie.uri
setting (#3647)