Nessie 0.66.0
github-actions
released this
31 Jul 18:33
·
2649 commits
to main
since this release
Nessie 0.66.0 release
- 32 commits since 0.65.1
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie+v:0.66.0
- Docker images: https://github.com/projectnessie/nessie/pkgs/container/nessie and https://quay.io/repository/projectnessie/nessie?tab=tags
It is a multiplatform Java image (amd64, arm64, ppc64le, s390x):docker pull ghcr.io/projectnessie/nessie:0.66.0-java
- PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.66.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.66.0/nessie-quarkus-0.66.0-runner.jar
java -jar nessie-quarkus-0.66.0-runner.jar
Nessie GC tool is attached as nessie-gc-0.66.0
, which is an executable.
(chmod 744 nessie-gc-0.66.0
after download.)
Can also be run using java -jar nessie-gc-0.66.0
, because it is actually a Java archive.
Shell completion can be generated from the nessie-gc
tool.
The attached nessie-helm-0.66.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.
Changelog
New Features
- New
entries
command in Content-Generator tool - New
--all
option to thecontent-refresh
Content-Generator tool command - Helm chart: add
podLabels
for Nessie Pods
Changes
- Add/fix
info
section in OpenAPI spec, add templates toservers
section
Fixes
- Fix handling of not present and wrong reference-type for create/assign/delete-reference API calls
Full Changelog (minus renovate commits):
- Ninja: update CHANGELOG
- Add new
entries
command tocontent-generator
(#7296) - Make AbstractTestRestApiPersist extend BaseTestNessieRest (#7304)
- Move TestRelativeCommitSpec to right package (#7306)
- Add podLabels for Nessie Pods (#7287)
- Add
--all
option to thecontent-refresh
command (#7292) - Fix examples in openapi.yaml (#7291)
- Nit: update changelog (#7290)
- Correct handling of reference-type query parameter (#7282)
- Fix Quarkus Swagger UI (#7281)
- Move classes in quarkus-common, no change in functionality (#7275)
- Nit: Remove superfluous
allowDependencies
(#7273) - Add OpenAPI info/description (#7270)
- Backport Keycloak and Nessie testcontainers (#7255)