Releases: projectnessie/nessie
Nessie 0.104.9
- 1 commits since 0.104.7
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.9
- 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.104.9-java - PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.104.9-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.104.9/nessie-quarkus-0.104.9-runner.jar
java -jar nessie-quarkus-0.104.9-runner.jar
Nessie CLI is attached as nessie-cli-0.104.9.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.104.9.
Nessie GC tool is attached as nessie-gc-0.104.9.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.104.9 --help.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.104.9-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.104.9 --help.
The attached nessie-helm-0.104.9.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
- JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to its default, which is to fetch
all rows when aSELECTstatement is executed. This is changed to default to a fetch-size of 100 rows.
To revert to the old behavior, set the corresponding configuration option to0(not recommended).
A corresponding, new command line option for Nessie GC has been introduced as well.
Full Changelog (minus renovate commits):
- Fix STDOUT redirect in create-gh-release-notes.sh (#11209)
Nessie 0.104.4
- 123 commits since 0.104.3
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.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.104.4-java - PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.104.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.104.4/nessie-quarkus-0.104.4-runner.jar
java -jar nessie-quarkus-0.104.4-runner.jar
Nessie CLI is attached as nessie-cli-0.104.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.104.4.
Nessie GC tool is attached as nessie-gc-0.104.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.104.4 --help.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.104.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.104.4 --help.
The attached nessie-helm-0.104.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
Changes
- JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to its default, which is to fetch
all rows when aSELECTstatement is executed. This is changed to default to a fetch-size of 100 rows.
To revert to the old behavior, set the corresponding configuration option to0(not recommended).
A corresponding, new command line option for Nessie GC has been introduced as well.
Full Changelog (minus renovate commits):
Nessie 0.104.3
- 93 commits since 0.104.2
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.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.104.3-java - PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.104.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.104.3/nessie-quarkus-0.104.3-runner.jar
java -jar nessie-quarkus-0.104.3-runner.jar
Nessie CLI is attached as nessie-cli-0.104.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.104.3.
Nessie GC tool is attached as nessie-gc-0.104.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.104.3 --help.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.104.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.104.3 --help.
The attached nessie-helm-0.104.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
Changes
- JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to its default, which is to fetch
all rows when aSELECTstatement is executed. This is changed to default to a fetch-size of 100 rows.
To revert to the old behavior, set the corresponding configuration option to0(not recommended).
A corresponding, new command line option for Nessie GC has been introduced as well.
Full Changelog (minus renovate commits):
Nessie 0.104.2
- 133 commits since 0.104.1
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.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.104.2-java - PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.104.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.104.2/nessie-quarkus-0.104.2-runner.jar
java -jar nessie-quarkus-0.104.2-runner.jar
Nessie CLI is attached as nessie-cli-0.104.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.104.2.
Nessie GC tool is attached as nessie-gc-0.104.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.104.2 --help.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.104.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.104.2 --help.
The attached nessie-helm-0.104.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
Changes
- JDBC: Previously, the JDBC backends and Nessie GC left the fetch-size to its default, which is to fetch
all rows when aSELECTstatement is executed. This is changed to default to a fetch-size of 100 rows.
To revert to the old behavior, set the corresponding configuration option to0(not recommended).
A corresponding, new command line option for Nessie GC has been introduced as well.
Full Changelog (minus renovate commits):
- JDBC: Let JDBC fetch-size default to 100 (#10933)
- Testing/object-storage-mock: fix content-length for HTTP range requests (#10932)
- Fix error messages in
AssertRefSnapshotId(#10860) - feat(build): make archive builds reproducible (#10858)
- Java11-client: don't share the FJP, shutdown (if possible) (#10835)
- Add
publicworkaround to some tests (#10836) - Handle Iceberg NestedField.of() deprecation (#10829)
- Object-storage-mock: add start/stop log messages (#10832)
- Move secrets-manager
QuarkusTests tosrc/test/(#10839) - Testing: give Quarkus 4g (#10837)
- Update
AddressResolver, prepare for Vertx 5 (#10838) - QUarkus:
RestAssuredmay sometimes have the wrong port (#10840) - Multi-env-test-engine cosmetics (#10828)
- Disable
ITOAuth2ClientAuthelia.testOAuth2AuthorizationCode()(#10830)
Nessie 0.104.1
- 9 commits since 0.104.0
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.104.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.104.1-java - PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.104.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.104.1/nessie-quarkus-0.104.1-runner.jar
java -jar nessie-quarkus-0.104.1-runner.jar
Nessie CLI is attached as nessie-cli-0.104.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.104.1.
Nessie GC tool is attached as nessie-gc-0.104.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.104.1 --help.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.104.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.104.1 --help.
The attached nessie-helm-0.104.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
- OpenAPI specs are no longer published to swaggerhub.
Full Changelog (minus renovate commits):
- Migrate to a different Maven publishing plugin (#10784)
Nessie 0.103.6
- 24 commits since 0.103.5
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.103.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.103.6-java - PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.103.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.103.6/nessie-quarkus-0.103.6-runner.jar
java -jar nessie-quarkus-0.103.6-runner.jar
Nessie CLI is attached as nessie-cli-0.103.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.103.6.
Nessie GC tool is attached as nessie-gc-0.103.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.103.6 --help.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.103.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.103.6 --help.
The attached nessie-helm-0.103.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
Changes
- OpenAPI specs are no longer published to swaggerhub.
Full Changelog (minus renovate commits):
- Remove links to swaggerhub (#10757)
Nessie 0.103.3
- 70 commits since 0.103.2
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.103.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.103.3-java - PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.103.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.103.3/nessie-quarkus-0.103.3-runner.jar
java -jar nessie-quarkus-0.103.3-runner.jar
Nessie CLI is attached as nessie-cli-0.103.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.103.3.
Nessie GC tool is attached as nessie-gc-0.103.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.103.3 --help.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.103.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.103.3 --help.
The attached nessie-helm-0.103.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
New Features
- Introduces a hard objects-cache capacity limit to ensure that the cache does never consume more than
the configured cache-capacity plus a configurable "overshoot" (defaults to 10%). New cache entries are
admitted as long as the current cache size is less than the "cache-capacity + overshoot".
Changes
- Nessie's REST API endpoints now accept "truncated timestamps" in relative-commit-specs, aka without the
second-fraction.
Full Changelog (minus renovate commits):
Nessie 0.103.2
- 28 commits since 0.103.1
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.103.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.103.2-java - PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.103.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.103.2/nessie-quarkus-0.103.2-runner.jar
java -jar nessie-quarkus-0.103.2-runner.jar
Nessie CLI is attached as nessie-cli-0.103.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.103.2.
Nessie GC tool is attached as nessie-gc-0.103.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.103.2 --help.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.103.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.103.2 --help.
The attached nessie-helm-0.103.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
New Features
- Catalog/S3/request-signing: Add a per-S3-bucket config option
url-signing-expireto override the default
3-hour lifetime of S3-URL-signing URLs.
Full Changelog (minus renovate commits):
Nessie 0.103.1
- 133 commits since 0.103.0
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.103.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.103.1-java - PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.103.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.103.1/nessie-quarkus-0.103.1-runner.jar
java -jar nessie-quarkus-0.103.1-runner.jar
Nessie CLI is attached as nessie-cli-0.103.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.103.1.
Nessie GC tool is attached as nessie-gc-0.103.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.103.1 --help.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.103.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.103.1 --help.
The attached nessie-helm-0.103.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
- Configuration option
nessie.version.store.persist.cache-enable-soft-referencesdefaults to
falsenow. Some feedback suggests that using soft references in the Nessie cache may not be
optimal with respect to GC overhead in some environments, so defaulting tofalseis safer.
New Features
- Helm: Allow annotations on the configmap
Fixes
- Catalog: Return consistent metadata-location for Iceberg REST APIs
Full Changelog (minus renovate commits):
- Ninja: changelog
- Helm: Allow annotations on the configmap. (#10510)
- Catalog: Return consistent metadata-location for Iceberg REST APIs (#10508)
- Make
cache-enable-soft-referencesdefault tofalse(#10526) - Add
copycommand to the ContentGenerator tool (#10443) - Renovate: Quarkus Group (#10435)
- CI/NesQuEIT: Remove Spark 3.3 + revert workaround #10184 (#10436)
Nessie 0.103.0
- 63 commits since 0.102.5
- Maven Central: https://search.maven.org/search?q=g:org.projectnessie.nessie+v:0.103.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.103.0-java - PyPI: https://pypi.org/project/pynessie/ (See pynessie)
- Helm Chart repo: https://charts.projectnessie.org/
Try it
The attached nessie-quarkus-0.103.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.103.0/nessie-quarkus-0.103.0-runner.jar
java -jar nessie-quarkus-0.103.0-runner.jar
Nessie CLI is attached as nessie-cli-0.103.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.103.0.
Nessie GC tool is attached as nessie-gc-0.103.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.103.0 --help.
Nessie Server Admin tool is attached as nessie-server-admin-tool-0.103.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.103.0 --help.
The attached nessie-helm-0.103.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
Highlights
- If you are using Iceberg/Java 1.8.0 it is STRONGLY RECOMMENDED to upgrade to this or a newer Nessie release!
Upgrade notes
- This Nessie version is compatible with Iceberg/Java version 1.8.0 via Iceberg REST.
Iceberg 1.8.0 contains changes that breaks compatibility with previous Nessie versions! - Iceberg table spec v3 is not supported in Nessie, because it is still under active development.
Changes
- Dependencies that are only licensed using GPL+CE are no longer included in Nessie CLI, server and admin tool.