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

Bump VaultSharp from 1.7.0.4 to 1.13.0.1 in /src/Stratio.Extensions.Configuration.Vault #6

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps VaultSharp from 1.7.0.4 to 1.13.0.1.

Release notes

Sourced from VaultSharp's releases.

VaultSharp 1.13.0.1

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

VaultSharp 1.13.0

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

VaultSharp 1.12.2.1

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

VaultSharp 1.12.2

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

VaultSharp 1.8.12

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

VaultSharp 1.7.2.2

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

VaultSharp 1.7.2.1

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

VaultSharp 1.7.2

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

VaultSharp 1.7.0.5

[GH-223](https://github.com/rajanadar/VaultSharp/issues/223) Implemented support for Ed25519 Key type (Vault 1.9+ only)
[GH-251](https://github.com/rajanadar/VaultSharp/issues/251) Implemented remaining Transit endpoints
[GH-253](https://github.com/rajanadar/VaultSharp/issues/253) Update delete metadata async
[GH-239](https://github.com/rajanadar/VaultSharp/issues/239) Ensure awaits are configured
[GH-241](https://github.com/rajanadar/VaultSharp/issues/241) Enforce await configuration (CA2007)
[GH-246](https://github.com/rajanadar/VaultSharp/issues/246) Added create, read, list & delete token role APIs
Changelog

Sourced from VaultSharp's changelog.

1.13.0.1 (April 03, 2023)

BUG FIXES:

  • GH-312 Fix rotation_period deserialization issues in System.Text.Json. And all such duration fields that Vault allows in string and integer form.

1.13.0.1-beta1 (April 01, 2023)

BUG FIXES:

  • GH-312 Fix rotation_period deserialization issues in System.Text.Json. And all such duration fields that Vault allows in string and integer form.

1.13.0 (March 25, 2023)

BREAKING CHANGES:

  • GH-300 Remove support for EOL .NET 4.5
  • Remove support for EOL .NET 4.6, .NET 4.6.1
  • Remove support for .NET Standard 1.3
  • GH-300 Remove Newtonsoft.Json dependency

IMROVEMENTS:

  • GH-301 Add support for reading a secret backend
  • Add support for .NET 7.0
  • GH-300 Use System.Text.Json as the JSON provider instead of Newtonsoft.Json

1.12.2.1 (January 23, 2023)

BREAKING CHANGES:

  • secret/transit: Minor field changes across the apis to make it consistent with other backends. No functional changes.
  • Backend APIs to tune mount config now take the NewBackendConfig object instead of BackendConfig object.
  • auth/approle: PullSecretIdAsync method is renamed to PullNewSecretIdAsync
  • auth/approle: ReadRoleAsync method uses a new type AppRoleRoleModel instead of AppRoleInfo.
  • secret/alicloud: The GetCredentialsAsync method for assumed role changed the data type of Expiration field in AliCloudCredentials class from type string to DateTimeOffset
  • secret/kv2: Minor field changes to FullSecretMetadata object. No functional changes.

FEATURES:

  • secret/pki: Add new api to list revoked certificates
  • secret/pki: Add new api to auto tidy certificates
  • secret/pki: Add new api to get tidy status
  • secret/pki: Add new api to cancel the tidy operation
  • GH-293 secret/kv2: Add new api for create metadata
  • GH-293 secret/kv2: Add new api for update metadata
  • GH-294 secret/aws: All management apis
  • auth/alicloud: All the AliCloud Auth apis.
  • auth/approle: All the AppRole Auth apis.
  • secret/alicloud: All the AliCloud Secret apis.

... (truncated)

Commits


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.