github projectnessie/nessie nessie-0.65.1
Nessie 0.65.1

2 years ago

Nessie 0.65.1 release

Try it

The attached nessie-quarkus-0.65.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.65.1/nessie-quarkus-0.65.1-runner.jar
java -jar nessie-quarkus-0.65.1-runner.jar

Nessie GC tool is attached as nessie-gc-0.65.1, which is an executable.
(chmod 744 nessie-gc-0.65.1 after download.)
Can also be run using java -jar nessie-gc-0.65.1, because it is actually a Java archive.
Shell completion can be generated from the nessie-gc tool.

The attached nessie-helm-0.65.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.

Changelog

Changes

  • Add validation of cutoff-definitions in GarbageCollectorConfig
  • Fix self-reference in OpenAPI spec
  • Add servers section to OpenAPI spec

Full Changelog (minus renovate commits):

  • Ninja: fix test failure
  • Nit: update changelog
  • OpenAPI spec: add servers section (#7266)
  • Fix openapi self-reference and type ambiguity (#7264)
  • Validate default-cut-off-policy with gc config/repository APIs (#7265)
  • Allow Java 17 for Spark 3.3+3.4 tests (#7262)
  • Introduce CHANGELOG.md, include in release information (#7243)
  • Introduce StringLogic for persisted strings (#7238)
  • Bump Keycloak to 22.0.0 (#7254)
  • Revert bot-changes in server-upgrade.md (#7244)

Don't miss a new nessie release

NewReleases is sending notifications on new releases.