Skip to content

Releases: projectnessie/nessie

Nessie 0.108.4

Choose a tag to compare

@github-actions github-actions released this 31 Jul 17:17
Immutable release. Only release title and notes can be modified.

Try it

The attached nessie-quarkus-0.108.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.108.4/nessie-quarkus-0.108.4-runner.jar
java -jar nessie-quarkus-0.108.4-runner.jar

Nessie CLI is attached as nessie-cli-0.108.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.108.4.

Nessie GC tool is attached as nessie-gc-0.108.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.108.4 --help.

Nessie Server Admin tool is attached as nessie-server-admin-tool-0.108.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.108.4 --help.

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

  • GC: Nessie GC was missing an explicit dependency to Apache HTTP client v4, which is required for Iceberg.
    The AWSSDK update to 2.46.0 in 0.107.9 changed the default to Apache client v5, so v4 was missing.

Full Changelog (minus renovate commits):

  • Ensure that both Apache HTTP Client v4 and v5 are present (#12822)

Nessie 0.108.3

Choose a tag to compare

@github-actions github-actions released this 23 Jul 14:51
Immutable release. Only release title and notes can be modified.

Try it

The attached nessie-quarkus-0.108.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.108.3/nessie-quarkus-0.108.3-runner.jar
java -jar nessie-quarkus-0.108.3-runner.jar

Nessie CLI is attached as nessie-cli-0.108.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.108.3.

Nessie GC tool is attached as nessie-gc-0.108.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.108.3 --help.

Nessie Server Admin tool is attached as nessie-server-admin-tool-0.108.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.108.3 --help.

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

  • GC: Nessie GC no longer fails with Path must be relative when Iceberg content references files
    that are not located under the location declared in the table's metadata, for example data files
    written via write.data.path or files kept from a previous table location (#10817). Such files
    are now tracked by their absolute URIs: they are recognized as live while sweeping the content's
    base locations and are never deleted when they are outside all base locations.

Full Changelog (minus renovate commits):

  • Make nessie-protobuf-relocated produce a "proper" runtime-elements (#12735)
  • GC: handle Iceberg files outside the table's declared location (#12765)
  • Remove usage of project.extra for Gradle config-cache (#12785)
  • Make git-info injection into built jars config-cache compatible (#12786)
  • Jackson 3 slice - CEL usages (#12760)
  • Jackson 3 slice - object-storage-mock (#12759)
  • Jackson 3 slice - versioned/spi (#12776)
  • Jackson 3 slice - tasks/service (#12775)
  • Jackson 3 slice - servers/quarkus-authn + authz (#12774)
  • Jackson 3 slice - catalog/format/iceberg* - prefer Jackson 3 (#12773)
  • Jackson 3 slice - servers/runtime-common (#12772)
  • Jackson 3 slice - servers/services-bench + servers/store (#12771)
  • test: replace azurite and fake gcs helpers with floci (#12770)
  • Jackson 3 slice - some more migrations (#12777)
  • Jackson 3 slice - tools/server-admin (#12763)
  • Jackson 3 slice - tools/content-generator (#12762)
  • Jackson 3 slice - events/ (#12761)
  • Jackson 3 slice - gc/gc-iceberg-mock (#12758)
  • Jackson 3 slice - servers/quarkus-distcache (#12757)
  • Jackson 3 slice - versioned/transfer (#12756)
  • Jackson 3 slice - versioned/storage/common et al + Objs (#12755)
  • test: replace minio helper with floci s3 (#12743)

Nessie 0.108.2

Choose a tag to compare

@github-actions github-actions released this 17 Jul 09:28
Immutable release. Only release title and notes can be modified.

Try it

The attached nessie-quarkus-0.108.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.108.2/nessie-quarkus-0.108.2-runner.jar
java -jar nessie-quarkus-0.108.2-runner.jar

Nessie CLI is attached as nessie-cli-0.108.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.108.2.

Nessie GC tool is attached as nessie-gc-0.108.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.108.2 --help.

Nessie Server Admin tool is attached as nessie-server-admin-tool-0.108.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.108.2 --help.

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

  • Helm chart: support for startupProbe has been added.

Full Changelog (minus renovate commits):

  • test: run dynamodb storage tests on floci (#12741)
  • Allow using locally built Quarkus in Nessie (#12734)
  • Dev-local included builds (#12733)
  • Jackson 3 slice - catalog/service (#12729)
  • test: cover cloud secrets with floci emulators (#12740)
  • test: replace aws secrets localstack with floci (#12739)
  • Some more config-cache compatibility improvements (#12738)
  • Make copied-code checks config-cache compatible (#12737)
  • Make generate-docs configuration-cache friendly (#12736)
  • Jackson 3 slice - catalog/files + catalog/service (#12728)
  • Prepare for making NMCP setup work with config-cache (#12721)
  • Jackson 3 slice - catalog/model (#12719)
  • Jackson 3 slice - catalog/secrets (#12720)
  • Jackson 3 slice - cli/ (#12714)
  • Jackson 3 slice - catalog/format/iceberg (#12702)
  • Jackson 3 slice - cli/cli (#12707)
  • Build: add missing junit-bom platform notions (#12706)
  • Jackson 3 slice - api/model (#12701)
  • Don't use symlinks for shared input directories (#12695)
  • Fix missing '/' in readonly S3 resource ARN in credential vending (#12704)
  • Just add jackson3-bom (#12696)
  • Make spotless-config nicer to Gradle config-cache (#12694)
  • GC tool: add --jdbc-pool-max-size option (#12671)
  • Some more Gradle config cache fixes (#12666)
  • Fix remaining build tooling warnings (#12649)
  • Fix Helm CRD fixture install with Helm 4.2.2 (#12644)
  • Refactor tests to avoid direct test invocation (#12648)
  • Fix CongoCC optional grammar warnings (#12650)
  • Suppress intentional sentinel reference checks (#12652)
  • Fix content type reference equality warnings (#12651)
  • Suppress intentional storage identity checks (#12653)
  • Suppress intentional classloader identity checks (#12654)
  • Fix simple non-reference compiler warnings (#12647)
  • Suppress generated parser unchecked warning (#12646)
  • Fix local build warning sources (#12645)
  • Tackle heap issues (#12622)

Nessie 0.108.1

Choose a tag to compare

@github-actions github-actions released this 24 Jun 19:09
Immutable release. Only release title and notes can be modified.

Try it

The attached nessie-quarkus-0.108.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.108.1/nessie-quarkus-0.108.1-runner.jar
java -jar nessie-quarkus-0.108.1-runner.jar

Nessie CLI is attached as nessie-cli-0.108.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.108.1.

Nessie GC tool is attached as nessie-gc-0.108.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.108.1 --help.

Nessie Server Admin tool is attached as nessie-server-admin-tool-0.108.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.108.1 --help.

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

New Features

  • Helm chart: support for startupProbe has been added.

Full Changelog (minus renovate commits):

  • Fix release related tasks (#12621)
  • Catalog: fail closed on S3 signing snapshot lookup errors (#12620)
  • Add threat model (#12618)
  • Check diff entry sides independently (#12619)
  • Docs: clarify Helm cache invalidation boundary (#12617)
  • Docs: clarify GC deletion authority (#12616)
  • Docs: clarify CEL authorization variables (#12615)
  • Restore Prometheus metrics endpoint (#12613)
  • Remove root extra Spark metadata (#12598)
  • Prepare for Gradle 9.6 - part 2 (#12600)
  • Remove resteasy-classic from keycloak-testcontainer (#12500)
  • Ninja: fix renovate config
  • Fix Renovate grouping and Quarkus platform BOM handling (#12604)
  • Preserve SQL representations when importing Iceberg views (#12602)
  • Move common source metadata out of configuration (#12597)
  • Avoid subproject scans in license aggregation (#12599)
  • Prepare for Gatling update (#12603)
  • Make build-logic tasks configuration-cache safer (#12594)
  • Prepare for Gradle 9.6 (#12581)
  • Allow setting environment variables for the Gradle invocation (#12583)
  • Add CI configuration-cache guard based on BuildFeatures. (#12582)
  • NesQuEIT: attempt to fix OOMs (#12584)
  • Normalize S3 scheme in IcebergConfigurer writeable derivation (fixes #12426) (#12432)
  • Update Quarkus to 3.36.3 (#12577)
  • Revert "Update gradle/actions action to v6 (#12497 + #12535)"
  • CI: increase heap for NesQuEIT (#12549)

Nessie 0.108.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 08:35
Immutable release. Only release title and notes can be modified.

Try it

The attached nessie-quarkus-0.108.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.108.0/nessie-quarkus-0.108.0-runner.jar
java -jar nessie-quarkus-0.108.0-runner.jar

Nessie CLI is attached as nessie-cli-0.108.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.108.0.

Nessie GC tool is attached as nessie-gc-0.108.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.108.0 --help.

Nessie Server Admin tool is attached as nessie-server-admin-tool-0.108.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.108.0 --help.

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

  • Helm chart: support for startupProbe has been added.

Full Changelog (minus renovate commits):

  • Bump Iceberg to 1.11 and support /credentials endpoint (#12499)
  • Update dependency org.jline:jline to v4 + adopt CLI code (#12501)

Nessie 0.107.9

Choose a tag to compare

@github-actions github-actions released this 04 Jun 16:44
Immutable release. Only release title and notes can be modified.

Try it

The attached nessie-quarkus-0.107.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.107.9/nessie-quarkus-0.107.9-runner.jar
java -jar nessie-quarkus-0.107.9-runner.jar

Nessie CLI is attached as nessie-cli-0.107.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.107.9.

Nessie GC tool is attached as nessie-gc-0.107.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.107.9 --help.

Nessie Server Admin tool is attached as nessie-server-admin-tool-0.107.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.107.9 --help.

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

New Features

  • Helm chart: support for startupProbe has been added.

Full Changelog (minus renovate commits):

Nessie 0.107.6

Choose a tag to compare

@github-actions github-actions released this 27 May 07:56
Immutable release. Only release title and notes can be modified.

Try it

The attached nessie-quarkus-0.107.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.107.6/nessie-quarkus-0.107.6-runner.jar
java -jar nessie-quarkus-0.107.6-runner.jar

Nessie CLI is attached as nessie-cli-0.107.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.107.6.

Nessie GC tool is attached as nessie-gc-0.107.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.107.6 --help.

Nessie Server Admin tool is attached as nessie-server-admin-tool-0.107.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.107.6 --help.

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

New Features

  • Helm chart: support for startupProbe has been added.

Full Changelog (minus renovate commits):

  • nessie-cli: add --stdout / -S for stream-backed terminal (#10865) (#12431)
  • Add support for startupProbe in helm chart (#12427)
  • Revert Gradle action to v5 (#12430)
  • docs: update outdated eventual consistency wording for cloud object stores (#12424)
  • Bump pymdown-extensions from 10.21.2 to 10.21.3 in /site (#12428)
  • Add --plain / -P alias for the --non-ansi CLI option (#12425)
  • Configurable mavenCentralUrl in DependencyResolver (#12423)
  • Quarkus 3.35 upgrade preparation (#12397)
  • Adapt CacheInvalidationSender + test to dynamic Quarkus management port (#12390)
  • Fix banned-dependency handling wrt detached/copied configuations (#12391)

Nessie 0.107.5

Choose a tag to compare

@github-actions github-actions released this 21 Apr 09:03
Immutable release. Only release title and notes can be modified.

Try it

The attached nessie-quarkus-0.107.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.107.5/nessie-quarkus-0.107.5-runner.jar
java -jar nessie-quarkus-0.107.5-runner.jar

Nessie CLI is attached as nessie-cli-0.107.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.107.5.

Nessie GC tool is attached as nessie-gc-0.107.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.107.5 --help.

Nessie Server Admin tool is attached as nessie-server-admin-tool-0.107.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.107.5 --help.

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

Upgrade notes

  • When using the Google Cloud Secret Manager, you have to explicitly configure
    quarkus.google.cloud.secret-manager-enabled=true.

Full Changelog (minus renovate commits):

  • Remove micrometer simpleclient (#12336)
  • Testing/Vault: set SKIP_SETCAP=true (#12331)
  • Re-enable Authelia Authorization Code test (#12326)
  • Adapt Authelia integration tests to 4.39.19 (#12322)
  • Adapt tests to Keycloak v26.6.0 (#12312)
  • Trino-testing-container: defensive result rows copy (#12313)
  • Client-integration-tests: use fully qualified Authelia version (#12311)
  • Update dependency io.quarkus.platform:quarkus-bom to v3.33.1 (#12309)
  • Fix IntelliJ import (#12308)
  • Renovate: do not auto-merge Gradle action + revert to v5 (#12251)

Nessie 0.107.4

Choose a tag to compare

@github-actions github-actions released this 09 Mar 10:20
Immutable release. Only release title and notes can be modified.

Try it

The attached nessie-quarkus-0.107.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.107.4/nessie-quarkus-0.107.4-runner.jar
java -jar nessie-quarkus-0.107.4-runner.jar

Nessie CLI is attached as nessie-cli-0.107.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.107.4.

Nessie GC tool is attached as nessie-gc-0.107.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.107.4 --help.

Nessie Server Admin tool is attached as nessie-server-admin-tool-0.107.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.107.4 --help.

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

Upgrade notes

  • When using the Google Cloud Secret Manager, you have to explicitly configure
    quarkus.google.cloud.secret-manager-enabled=true.

Full Changelog (minus renovate commits):

  • add spark sql 4.0 extension (#12126)
  • [Site Doc] fix iceberg version in spark-scala jar link (#12169)
  • Add support for extraContainers in helm chart (#12178)
  • Update Helm CI job (#12152)
  • Quarkus: adapt anonymous() "auth" to recent Quarkus changes (#12144)
  • Ninja/Renovate: fix Quarkus extension plugin exclusion

Nessie 0.107.3

Choose a tag to compare

@github-actions github-actions released this 25 Feb 15:38
Immutable release. Only release title and notes can be modified.

Try it

The attached nessie-quarkus-0.107.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.107.3/nessie-quarkus-0.107.3-runner.jar
java -jar nessie-quarkus-0.107.3-runner.jar

Nessie CLI is attached as nessie-cli-0.107.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.107.3.

Nessie GC tool is attached as nessie-gc-0.107.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.107.3 --help.

Nessie Server Admin tool is attached as nessie-server-admin-tool-0.107.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.107.3 --help.

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

Upgrade notes

  • When using the Google Cloud Secret Manager, you have to explicitly configure
    quarkus.google.cloud.secret-manager-enabled=true.

Full Changelog (minus renovate commits):

  • Commit-log should stop at "latest-hash" (#12135)
  • Ninja/Renovate: also ignore io.quarkus.extension to prefer the Quarkus Platform BOM
  • Fix typo from #12105
  • Remove jitpack.io repo (#12117)
  • Remove superfluous JRE11 check and assumption (#12106)
  • Renovate: Bump only Quarkus platform BOM (#12105)
  • Do not let Renovate query repository.a.o/.../snapshots (#12099)
  • Site: add a script to remove versioned-docs with identical content (#12046)
  • Fixes S3Exception/AccessDeniedExcepiton assertion (#12073)
  • Remove Minio handling from Renovate config (#12059)