Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 11, 2026

Bumps nessie from 0.106.0 to 0.106.1.
Updates org.projectnessie.nessie:nessie-client from 0.106.0 to 0.106.1

Release notes

Sourced from org.projectnessie.nessie:nessie-client's releases.

Nessie 0.106.1

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 to true) 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

... (truncated)

Changelog

Sourced from org.projectnessie.nessie:nessie-client's changelog.

Nessie Changelog

The Nessie changelog is used to give users and contributors more information than just the list of commits. Entries are grouped in sections like Highlights or Upgrade notes, the provided sections can be adjusted as necessary. Empty sections will not end in the release notes.

[Unreleased]

Highlights

Upgrade notes

Breaking changes

New Features

Changes

Deprecations

Fixes

Commits

Commits
  • d2e205e [release] release nessie-0.106.1
  • 7519e76 fix(deps): update dependency org.projectnessie.cel:cel-bom to v0.6.0 (#11803)
  • 468630a fix(deps): update dependency com.puppycrawl.tools:checkstyle to v13 (#11802)
  • f3c1081 fix(deps): update dependency software.amazon.awssdk:bom to v2.41.1 (#11801)
  • a469375 fix(deps): update dependency com.github.nagyesta.lowkey-vault:lowkey-vault-cl...
  • 1dc5cad chore(deps): update docker.io/nagyesta/lowkey-vault docker tag to v7 (#11794)
  • b1c8b9d fix(deps): update dependency com.github.nagyesta.lowkey-vault:lowkey-vault-te...
  • e4fda49 chore(deps): update dependency pymdown-extensions to v10.20 (#11799)
  • ab9a0f3 chore(deps): update plugin nmcp to v1.4.3 (#11798)
  • b939ce5 chore(deps): update docker.io/redocly/cli docker tag to v2.14.3 (#11797)
  • Additional commits viewable in compare view

Updates org.projectnessie.nessie:nessie-jaxrs-testextension from 0.106.0 to 0.106.1

Release notes

Sourced from org.projectnessie.nessie:nessie-jaxrs-testextension's releases.

Nessie 0.106.1

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 to true) 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

... (truncated)

Changelog

Sourced from org.projectnessie.nessie:nessie-jaxrs-testextension's changelog.

Nessie Changelog

The Nessie changelog is used to give users and contributors more information than just the list of commits. Entries are grouped in sections like Highlights or Upgrade notes, the provided sections can be adjusted as necessary. Empty sections will not end in the release notes.

[Unreleased]

Highlights

Upgrade notes

Breaking changes

New Features

Changes

Deprecations

Fixes

Commits

Commits
  • d2e205e [release] release nessie-0.106.1
  • 7519e76 fix(deps): update dependency org.projectnessie.cel:cel-bom to v0.6.0 (#11803)
  • 468630a fix(deps): update dependency com.puppycrawl.tools:checkstyle to v13 (#11802)
  • f3c1081 fix(deps): update dependency software.amazon.awssdk:bom to v2.41.1 (#11801)
  • a469375 fix(deps): update dependency com.github.nagyesta.lowkey-vault:lowkey-vault-cl...
  • 1dc5cad chore(deps): update docker.io/nagyesta/lowkey-vault docker tag to v7 (#11794)
  • b1c8b9d fix(deps): update dependency com.github.nagyesta.lowkey-vault:lowkey-vault-te...
  • e4fda49 chore(deps): update dependency pymdown-extensions to v10.20 (#11799)
  • ab9a0f3 chore(deps): update plugin nmcp to v1.4.3 (#11798)
  • b939ce5 chore(deps): update docker.io/redocly/cli docker tag to v2.14.3 (#11797)
  • Additional commits viewable in compare view

Updates org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests from 0.106.0 to 0.106.1

Release notes

Sourced from org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests's releases.

Nessie 0.106.1

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 to true) 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

... (truncated)

Changelog

Sourced from org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests's changelog.

Nessie Changelog

The Nessie changelog is used to give users and contributors more information than just the list of commits. Entries are grouped in sections like Highlights or Upgrade notes, the provided sections can be adjusted as necessary. Empty sections will not end in the release notes.

[Unreleased]

Highlights

Upgrade notes

Breaking changes

New Features

Changes

Deprecations

Fixes

Commits

Commits
  • d2e205e [release] release nessie-0.106.1
  • 7519e76 fix(deps): update dependency org.projectnessie.cel:cel-bom to v0.6.0 (#11803)
  • 468630a fix(deps): update dependency com.puppycrawl.tools:checkstyle to v13 (#11802)
  • f3c1081 fix(deps): update dependency software.amazon.awssdk:bom to v2.41.1 (#11801)
  • a469375 fix(deps): update dependency com.github.nagyesta.lowkey-vault:lowkey-vault-cl...
  • 1dc5cad chore(deps): update docker.io/nagyesta/lowkey-vault docker tag to v7 (#11794)
  • b1c8b9d fix(deps): update dependency com.github.nagyesta.lowkey-vault:lowkey-vault-te...
  • e4fda49 chore(deps): update dependency pymdown-extensions to v10.20 (#11799)
  • ab9a0f3 chore(deps): update plugin nmcp to v1.4.3 (#11798)
  • b939ce5 chore(deps): update docker.io/redocly/cli docker tag to v2.14.3 (#11797)
  • Additional commits viewable in compare view

Updates org.projectnessie.nessie:nessie-versioned-storage-testextension from 0.106.0 to 0.106.1

Release notes

Sourced from org.projectnessie.nessie:nessie-versioned-storage-testextension's releases.

Nessie 0.106.1

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 to true) 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

... (truncated)

Changelog

Sourced from org.projectnessie.nessie:nessie-versioned-storage-testextension's changelog.

Nessie Changelog

The Nessie changelog is used to give users and contributors more information than just the list of commits. Entries are grouped in sections like Highlights or Upgrade notes, the provided sections can be adjusted as necessary. Empty sections will not end in the release notes.

[Unreleased]

Highlights

Upgrade notes

Breaking changes

New Features

Changes

Deprecations

Fixes

Commits

Commits
  • d2e205e [release] release nessie-0.106.1
  • 7519e76 fix(deps): update dependency org.projectnessie.cel:cel-bom to v0.6.0 (#11803)
  • 468630a fix(deps): update dependency com.puppycrawl.tools:checkstyle to v13 (#11802)
  • f3c1081 fix(deps): update dependency software.amazon.awssdk:bom to v2.41.1 (#11801)
  • a469375 fix(deps): update dependency com.github.nagyesta.lowkey-vault:lowkey-vault-cl...
  • 1dc5cad chore(deps): update docker.io/nagyesta/lowkey-vault docker tag to v7 (#11794)
  • b1c8b9d fix(deps): update dependency com.github.nagyesta.lowkey-vault:lowkey-vault-te...
  • e4fda49 chore(deps): update dependency pymdown-extensions to v10.20 (#11799)
  • ab9a0f3 chore(deps): update plugin nmcp to v1.4.3 (#11798)
  • b939ce5 chore(deps): update docker.io/redocly/cli docker tag to v2.14.3 (#11797)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `nessie` from 0.106.0 to 0.106.1.

Updates `org.projectnessie.nessie:nessie-client` from 0.106.0 to 0.106.1
- [Release notes](https://github.com/projectnessie/nessie/releases)
- [Changelog](https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md)
- [Commits](projectnessie/nessie@nessie-0.106.0...nessie-0.106.1)

Updates `org.projectnessie.nessie:nessie-jaxrs-testextension` from 0.106.0 to 0.106.1
- [Release notes](https://github.com/projectnessie/nessie/releases)
- [Changelog](https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md)
- [Commits](projectnessie/nessie@nessie-0.106.0...nessie-0.106.1)

Updates `org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests` from 0.106.0 to 0.106.1
- [Release notes](https://github.com/projectnessie/nessie/releases)
- [Changelog](https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md)
- [Commits](projectnessie/nessie@nessie-0.106.0...nessie-0.106.1)

Updates `org.projectnessie.nessie:nessie-versioned-storage-testextension` from 0.106.0 to 0.106.1
- [Release notes](https://github.com/projectnessie/nessie/releases)
- [Changelog](https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md)
- [Commits](projectnessie/nessie@nessie-0.106.0...nessie-0.106.1)

---
updated-dependencies:
- dependency-name: org.projectnessie.nessie:nessie-client
  dependency-version: 0.106.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.projectnessie.nessie:nessie-jaxrs-testextension
  dependency-version: 0.106.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests
  dependency-version: 0.106.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.projectnessie.nessie:nessie-versioned-storage-testextension
  dependency-version: 0.106.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant