halkyonio / primaza-poc

Quarkus Primaza Application - POC
1 stars 7 forks source link

Bump quarkus-vault.version from 3.5.0 to 4.0.1 #470

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps quarkus-vault.version from 3.5.0 to 4.0.1. Updates io.quarkiverse.vault:quarkus-vault from 3.5.0 to 4.0.1

Release notes

Sourced from io.quarkiverse.vault:quarkus-vault's releases.

4.0.1

What's Changed

Full Changelog: https://github.com/quarkiverse/quarkus-vault/compare/4.0.0...4.0.1

4.0.0

What's Changed

Full Changelog: https://github.com/quarkiverse/quarkus-vault/compare/3.5.0...4.0.0

Upgrading from 3.5

This is a major refactoring allowing to support more easily Vault APIs using the new standalone client, See the documentation for more information. Class io.quarkus.vault.VaultException has been moved to package io.quarkus.vault.client. If you are catching this exception, modify accordingly.

4.0.0-alpha.2 - New Client

First release of the new client that powers the quarkus extension itself. The client was designed to be easily usable standalone outside Quarkus and also to provide more dynamic usage inside Quarkus (e.g. customizable mount points).

There should be little to no change for applications using the supported Quarkus Vault extension interfaces. Any use of the internal or backend types will require a rewrite to use the new client directly; the new client supports all of the previous functionality and much more, in an much easier to use package.

What's Changed

Full Changelog: https://github.com/quarkiverse/quarkus-vault/commits/4.0.0-alpha.2

Commits
  • 4d9983a Update stable version for documentation
  • 69ddbfd [maven-release-plugin] prepare release 4.0.1
  • fb3eacd Merge pull request #275 from quarkiverse/rel/4.0.1
  • 7093fca Prepare release 4.0.1
  • 44ea518 Revert "Prepare release 4.0.1"
  • 15b41de Prepare release 4.0.1
  • 563429f Commit doc changes
  • ea5de5f Merge pull request #274 from quarkiverse/dependabot/maven/quarkus.version-3.9.4
  • e07acbd Bump quarkus.version from 3.9.3 to 3.9.4
  • ab3ae30 Commit doc updates
  • Additional commits viewable in compare view


Updates io.quarkiverse.vault:quarkus-test-vault from 3.5.0 to 4.0.1

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 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)
aureamunoz commented 4 months ago

@dependabot rebase

aureamunoz commented 4 months ago

@dependabot rebase

dependabot[bot] commented 4 months ago

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.