Skip to content

Nessie 0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Oct 17:18
· 7111 commits to main since this release

Highlights

Try it

The attached executable file nessie-quarkus-0.12.0-runner is a x86-64 native binary image and only works on compatible Linux environments.

The attached nessie-quarkus-0.12.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.12.0/nessie-quarkus-0.12.0-runner.jar
java -jar nessie-quarkus-0.12.0-runner.jar

The attached nessie-helm-0.12.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.12.0 release (#2488)
  • Handle Nessie error codes in python client (#2476)
  • Return a single JSON object instead of JSON list in nessie branch|tag -l branch|tag operations (#2490)
  • Add specific error code to REST API (#2443)
  • Lazily create MongoClient (#2472)
  • Move NessieJaxRs*ExceptionMapper from nessie-jaxrs to nessie-rest-services (#2462)
  • Adopt AbstractTestRest a little (#2460)
  • Fix --json on specific branches and tags (#2458)
  • Helm: Allow setting authorization rules (#2457)
  • Update Helm chart with new nessie server settings (#2454)
  • Bump to GraalVM 21.3 (#2442)
  • Pytest cleanup (#2393)
  • Fix Quarkus artifact relocation warning (quarkus-vertx-web -> quarkus-reactive-routes) (#2436)