stratio-automotive / Stratio.Extensions.Configuration.Vault

Simplifying Secrets Management in .NET using Hashicorp Vault (powered by Stratio)
https://www.stratioautomotive.com
GNU Lesser General Public License v3.0
23 stars 1 forks source link

build(deps): bump VaultSharp from 1.13.0.1 to 1.17.5.1 in /src/Stratio.Extensions.Configuration.Vault #21

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps VaultSharp from 1.13.0.1 to 1.17.5.1.

Release notes

Sourced from VaultSharp's releases.

VaultSharp 1.17.5.1

Please see change log for full details: https://github.com/rajanadar/VaultSharp/blob/master/CHANGELOG.md

VaultSharp 1.17.5

Please see change log for full details: https://github.com/rajanadar/VaultSharp/blob/master/CHANGELOG.md

Changelog

Sourced from VaultSharp's changelog.

1.17.5.1 (September 18, 2024)

BUG FIXES:

  • ReadConnectionConfigAsync method uses the correct model object.

1.17.5 (September 16, 2024)

BREAKING CHANGES:

  • NewBackendConfig class is removed and instead BackendConfig class has been enhanced.

BUG FIXES:

  • GH-315 Fix exception in secret database readrole api due to ttl conversion issues
  • GH-337 kv2/metadata: ReadSecretPathsAsync allows empty path value to list all secrets on the mountPoint
  • GH-346 Serialized SigninKeyRequest can be invalid due to missing JsonIgnore
  • GH-348 JWTAuthMethodProvider should pass unauthenticated: true for callback requests

FEATURES:

  • GH-309 identity/oidc/key: create, read, update and delete apis.
  • GH-309 identity/oidc/role: create, read, update and delete apis.
  • GH-317 pki: Add support for the read ca chain Api
  • GH-333 ldap: Add support for role apis, dynamic credentials etc.
  • GH-342 /sys/policies/password/:name/generate password generation api.
  • GH-356 Add support for .NET 8.0
  • GH-362 secrets/database: Connection Apis with additional postgresql support

IMROVEMENTS:

  • GH-309 auth/approle: PullNewSecretIdAsync allows for reponse wrapping using wrapTimeToLive parameter
  • GH-318 pki: Add RemoveRootsFromChain field to SignCertificatesRequestOptions
  • GH-329 kv2/metadata: ReadSecretPathsAsync to use HTTP GET method and ?list=true instead of non-standard HTTP verb LIST
  • GH-336 approle: Allow updating of app role by ignoring local_secret_ids
  • GH-356 Reduce dependency on System.Text.Json for .net 7.
  • Health Status now adds the new fields enterprise, echo_duration_ms, clock_skew_ms & replication_primary_canary_age_ms
Commits


Dependabot compatibility score

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)