Releases: projectnessie/nessie
Nessie 0.106.1
- 223 commits since 0.105.7
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.106.1
- 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.106.1-java - PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.106.1-runner.jar is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.106.1/nessie-quarkus-0.106.1-runner.jar
java -jar nessie-quarkus-0.106.1-runner.jar
Nessie CLI is attached as nessie-cli-0.106.1.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.106.1.
Nessie GC tool is attached as nessie-gc-0.106.1.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.106.1 --help.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.106.1-runner.jar, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.106.1 --help.
The attached nessie-helm-0.106.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
Fixes
- Catalog/S3: Add a per-bucket configuration option
chunked-encoding-enabled(defaults totrue)
so deployments targeting Oracle Cloud Infrastructure (OCI) or other S3-compatible stores that
reject chunked payload signatures can disable AWS SDK chunked encoding without downgrading
Nessie. Fixes #11441.
Full Changelog (minus renovate commits):
- Testing: Use testcontainers functionality to pull redocly-cli image (#11775)
- feat: GatewayAPI support for the helm chart (#11768)
- Pin Helm Unit version to 1.0.2 (#11765)
- Publish/pom: prevent including test-fixtures dependencies as runtime (#11700)
- Migrate to nmcp Central Portal publishing (#11695)
- Ninja: forgot to push to
main - Ninja... one more
- ninja-fix previous PR
- Fix create-release workflow (#11691)
- Support configuration of S3 signing URL validity via chart (#11690)
- feat(helm): add priority class support (#11689)
- Add OCI friendly S3 chunked encoding toggle (#11676)
- Get back snapshot publications - take 2 (#11653)
- Attempt to get snapshot publishing back (#11629)
- Ninja (last one!): fix new Quarkus-CR workflow
- Ninja: fix run of Quarkus CR workflow
- Ninja: remove conditional
- Ninja: fix dangling whitespace in Quarkus CR workflow + align names
- CI: Add a workflow to verify that Quarkus CR versions pass Nessie CI (#11605)
- Fix a test issue in macOS CI (#11575)
Nessie 0.106.0
- 117 commits since 0.105.7
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.106.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.106.0-java - PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.106.0-runner.jar is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.106.0/nessie-quarkus-0.106.0-runner.jar
java -jar nessie-quarkus-0.106.0-runner.jar
Nessie CLI is attached as nessie-cli-0.106.0.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.106.0.
Nessie GC tool is attached as nessie-gc-0.106.0.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.106.0 --help.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.106.0-runner.jar, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.106.0 --help.
The attached nessie-helm-0.106.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
Fixes
- Catalog/S3: Add a per-bucket configuration option
chunked-encoding-enabled(defaults totrue)
so deployments targeting Oracle Cloud Infrastructure (OCI) or other S3-compatible stores that
reject chunked payload signatures can disable AWS SDK chunked encoding without downgrading
Nessie. Fixes #11441.
Full Changelog (minus renovate commits):
- Ninja... one more
- ninja-fix previous PR
- Fix create-release workflow (#11691)
- Support configuration of S3 signing URL validity via chart (#11690)
- feat(helm): add priority class support (#11689)
- Add OCI friendly S3 chunked encoding toggle (#11676)
- Get back snapshot publications - take 2 (#11653)
- Attempt to get snapshot publishing back (#11629)
- Ninja (last one!): fix new Quarkus-CR workflow
- Ninja: fix run of Quarkus CR workflow
- Ninja: remove conditional
- Ninja: fix dangling whitespace in Quarkus CR workflow + align names
- CI: Add a workflow to verify that Quarkus CR versions pass Nessie CI (#11605)
- Fix a test issue in macOS CI (#11575)
Nessie 0.105.7
- 48 commits since 0.105.6
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.7
- 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.105.7-java - PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.105.7-runner.jar is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.105.7/nessie-quarkus-0.105.7-runner.jar
java -jar nessie-quarkus-0.105.7-runner.jar
Nessie CLI is attached as nessie-cli-0.105.7.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.105.7.
Nessie GC tool is attached as nessie-gc-0.105.7.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.105.7 --help.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.105.7-runner.jar, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.105.7 --help.
The attached nessie-helm-0.105.7.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
Fixes
- Fixes an issue when defining a nested schema field as an identifier field of an Iceberg schema.
Full Changelog (minus renovate commits):
Nessie 0.105.6
- 54 commits since 0.105.5
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.6
- 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.105.6-java - PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.105.6-runner.jar is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.105.6/nessie-quarkus-0.105.6-runner.jar
java -jar nessie-quarkus-0.105.6-runner.jar
Nessie CLI is attached as nessie-cli-0.105.6.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.105.6.
Nessie GC tool is attached as nessie-gc-0.105.6.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.105.6 --help.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.105.6-runner.jar, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.105.6 --help.
The attached nessie-helm-0.105.6.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
Fixes
- Fixes an issue where Iceberg batch deletions did not work with Nessie remote S3 signing.
Full Changelog (minus renovate commits):
- Build: fix some Java deprecation warnings (#11516)
- Gradle 9 prep - create iceberg/bom directory (#11515)
- Bugfix: S3 remote signing for batch deletions does not work (#11493)
- Prepare for Gradle 9 (#11491)
- Quarkus: Tackle some more deprecated/changed configs (#11492)
- CI/Test: Tackle deprecated otel config property (#11490)
Nessie 0.105.5
- 37 commits since 0.105.4
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.5
- 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.105.5-java - PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.105.5-runner.jar is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.105.5/nessie-quarkus-0.105.5-runner.jar
java -jar nessie-quarkus-0.105.5-runner.jar
Nessie CLI is attached as nessie-cli-0.105.5.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.105.5.
Nessie GC tool is attached as nessie-gc-0.105.5.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.105.5 --help.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.105.5-runner.jar, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.105.5 --help.
The attached nessie-helm-0.105.5.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
Fixes
- Iceberg REST: adapt the deprecation of
lastColumnIdinAddSchematable metadata update, fiel field is optional now
Full Changelog (minus renovate commits):
Nessie 0.105.4
- 67 commits since 0.105.3
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.4
- 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.105.4-java - PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.105.4-runner.jar is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.105.4/nessie-quarkus-0.105.4-runner.jar
java -jar nessie-quarkus-0.105.4-runner.jar
Nessie CLI is attached as nessie-cli-0.105.4.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.105.4.
Nessie GC tool is attached as nessie-gc-0.105.4.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.105.4 --help.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.105.4-runner.jar, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.105.4 --help.
The attached nessie-helm-0.105.4.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
Fixes
- Iceberg REST: adapt the deprecation of
lastColumnIdinAddSchematable metadata update, fiel field is optional now
Full Changelog (minus renovate commits):
- Add KMS to GC tool (#11433)
Nessie 0.105.3
- 26 commits since 0.105.2
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.3
- 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.105.3-java - PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.105.3-runner.jar is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.105.3/nessie-quarkus-0.105.3-runner.jar
java -jar nessie-quarkus-0.105.3-runner.jar
Nessie CLI is attached as nessie-cli-0.105.3.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.105.3.
Nessie GC tool is attached as nessie-gc-0.105.3.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.105.3 --help.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.105.3-runner.jar, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.105.3 --help.
The attached nessie-helm-0.105.3.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
Fixes
- Iceberg REST: adapt the deprecation of
lastColumnIdinAddSchematable metadata update, fiel field is optional now
Full Changelog (minus renovate commits):
Nessie 0.105.2
- 17 commits since 0.105.1
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.2
- 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.105.2-java - PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.105.2-runner.jar is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.105.2/nessie-quarkus-0.105.2-runner.jar
java -jar nessie-quarkus-0.105.2-runner.jar
Nessie CLI is attached as nessie-cli-0.105.2.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.105.2.
Nessie GC tool is attached as nessie-gc-0.105.2.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.105.2 --help.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.105.2-runner.jar, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.105.2 --help.
The attached nessie-helm-0.105.2.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
Highlights
- Nessie UI: CSS + fonts are now fetched from Nessie instead of external sources (CDNs).
Full Changelog (minus renovate commits):
Nessie 0.105.1
- 68 commits since 0.105.0
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.1
- 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.105.1-java - PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.105.1-runner.jar is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.105.1/nessie-quarkus-0.105.1-runner.jar
java -jar nessie-quarkus-0.105.1-runner.jar
Nessie CLI is attached as nessie-cli-0.105.1.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.105.1.
Nessie GC tool is attached as nessie-gc-0.105.1.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.105.1 --help.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.105.1-runner.jar, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.105.1 --help.
The attached nessie-helm-0.105.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
Highlights
- Bump Iceberg from version 1.9.2 to 1.10.0
Full Changelog (minus renovate commits):
- Ninja: changelog
- Iceberg 1.10: Adopt Nessie CLI for Iceberg 1.10 S3 remote signing reconfiguration (#11305)
- Site-build: do not exclude 1.10 (#11302)
- Iceberg 1.10: S3 remote signing can no longer be "reconfigured" (#11303)
- Add AWSSDK kms dependency, required w/ Iceberg 1.10 (#11300)
- Iceberg 1.10: Adopt to oauth changes (#11304)
- Adopt Iceberg 1.10 GenericManifestFile restrictions (#11299)
- build: Nessie 0.10x is less than 0.50.* (#11301)
- Nit: fix deprecation warning in NessieServerAdminTestExtension (#11293)
- Nit: tackle deprecation warnings (#11294)
- Build/Shadow: handle duplicate files (no warnings) (#11292)
- Build/local-testing: Allow using custom Quarkus versions and not enforce Quarkus platform versions (#11276)
- Migrate from VLSI Jandex plugin to Kordamp Jandex plugin (#11268)
- Ninja: bump site-build timeout
Nessie 0.105.0
- 21 commits since 0.104.10
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.105.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.105.0-java - PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.105.0-runner.jar is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):
wget https://github.com/projectnessie/nessie/releases/download/nessie-0.105.0/nessie-quarkus-0.105.0-runner.jar
java -jar nessie-quarkus-0.105.0-runner.jar
Nessie CLI is attached as nessie-cli-0.105.0.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.105.0.
Nessie GC tool is attached as nessie-gc-0.105.0.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.105.0 --help.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.105.0-runner.jar, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.105.0 --help.
The attached nessie-helm-0.105.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
Fixes
- A bug has been resolved in the OAuth2 Authorization Code grant type. This fix addresses an issue
where theextra-paramsconfiguration option was not being properly included in the authorization
URI. Consequently, users, particularly Auth0 users passing theaudienceparameter, were receiving
opaque tokens instead of JWTs.
Full Changelog (minus renovate commits):
- OAuth2 (Authorization Code): Include extra parameters in authorization URI (#11239)