Skip to content

Nessie 0.70.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Sep 07:16
· 2775 commits to main since this release

Nessie 0.70.1 release

Try it

The attached nessie-quarkus-0.70.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.70.1/nessie-quarkus-0.70.1-runner.jar
java -jar nessie-quarkus-0.70.1-runner.jar

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

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

  • Content Generator tool: added new --limit parameter to commits, references and entries
    commands.
  • Content Generator tool: tool now prints the total number of elements returned when running the
    commits, references and entries commands.
  • Helm charts: OpenTelemetry SDK is now completely disabled when tracing is disabled.
  • Helm charts: when auth is disabled, Quarkus OIDC doesn't print warnings anymore during startup.

Fixes

  • GC: Handle delete manifests and row level delete files

Full Changelog (minus renovate commits):

  • Ninja: update CHANGELOG
  • GC: Handle delete manifests and row level delete files (#7481)
  • GC: Bump spark version for integration tests (#7482)
  • MultiEnvTestEngine: append the environment name to test names (#7478)
  • Fix default-OLTP-port typo in docs (#7474)
  • Add NessieUnavailableException (HTTP 503) (#7465)
  • Helm chart: disable OIDC warnings when authentication is disabled (#7460)
  • Helm chart: disable OpenTelemetry SDK when tracing is disabled (#7459)
  • Content generator: add --limit parameter and print totals (#7457)