shibayan / keyvault-acmebot

Automated ACME SSL/TLS certificates issuer for Azure Key Vault (App Service / Container Apps / App Gateway / Front Door / CDN / others)
Apache License 2.0
891 stars 233 forks source link

Bump the dependencies group with 4 updates #669

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps the dependencies group with 4 updates: AWSSDK.Route53, Azure.Security.KeyVault.Certificates, Azure.Security.KeyVault.Keys and Microsoft.Extensions.Http.

Updates AWSSDK.Route53 from 3.7.302.9 to 3.7.302.19

Commits


Updates Azure.Security.KeyVault.Certificates from 4.5.1 to 4.6.0

Release notes

Sourced from Azure.Security.KeyVault.Certificates's releases.

Azure.Security.KeyVault.Certificates_4.6.0

4.6.0 (2024-02-14)

Changes from both the last release and the last beta include:

Features Added

  • Added CertificateProperties.X509ThumbprintString to return the hexadecimal string representation of the SHA-1 hash of the certificate. CertificateProperties.X509Thumbprint has been hidden but is still available.

Breaking Changes

  • Renamed tags reported on CertificateClient activities to following OpenTelemetry attribute naming conventions:
    • certificate to az.keyvault.certificate.name
    • version to az.keyvault.certificate.version
    • issuer to az.keyvault.certificate.issuer.name

Bugs Fixed

  • When a Key Vault is moved to another tenant, the client is reauthenticated.

Other Changes

  • The default service version is now "7.5".
  • Distributed tracing with ActivitySource is stable and no longer requires the Experimental feature-flag.
Commits


Updates Azure.Security.KeyVault.Keys from 4.5.0 to 4.6.0

Release notes

Sourced from Azure.Security.KeyVault.Keys's releases.

Azure.Security.KeyVault.Keys_4.6.0

4.6.0 (2024-02-14)

Changes from both the last release and the last beta include:

Features Added

  • Added CryptographyClient.CreateRSA and CreateRSAAsync to create an RSA implementation backed by Key Vault or Managed HSM. Use this anywhere an RSA or AsymmetricAlgorithm is required. (#3545)
  • Added KeyProperties.HsmPlatform to get the underlying HSM platform.

Breaking Changes

  • Renamed tags reported on KeyClient, KeyResolver, CryptographyClient, and RemoteCryptographyClient activities to follow OpenTelemetry attribute naming conventions:
    • key to az.keyvault.key.id or az.keyvault.key.name depending on the value being reported
    • version to az.keyvault.key.version

Bugs Fixed

  • When a Key Vault is moved to another tenant, the client is reauthenticated.
  • KeyRotationPolicyAction performs case-insensitive comparisons since Key Vault and Managed HSM return different cases for "rotate".

Other Changes

  • The default service version is now "7.5".
  • Distributed tracing with ActivitySource is stable and no longer requires the Experimental feature-flag.
Commits


Updates Microsoft.Extensions.Http from 2.2.0 to 8.0.0

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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 6 months ago

Looks like these dependencies are up-to-date now, so this is no longer needed.