Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group with 4 updates #669

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 4 updates: [AWSSDK.Route53](https://github.com/aws/aws-sdk-net), [Azure.Security.KeyVault.Certificates](https://github.com/Azure/azure-sdk-for-net), [Azure.Security.KeyVault.Keys](https://github.com/Azure/azure-sdk-for-net) and Microsoft.Extensions.Http.


Updates `AWSSDK.Route53` from 3.7.302.9 to 3.7.302.19
- [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

Updates `Azure.Security.KeyVault.Certificates` from 4.5.1 to 4.6.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Security.KeyVault.Certificates_4.5.1...Azure.Security.KeyVault.Certificates_4.6.0)

Updates `Azure.Security.KeyVault.Keys` from 4.5.0 to 4.6.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Security.KeyVault.Keys_4.5.0...Azure.Security.KeyVault.Keys_4.6.0)

Updates `Microsoft.Extensions.Http` from 2.2.0 to 8.0.0

---
updated-dependencies:
- dependency-name: AWSSDK.Route53
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Azure.Security.KeyVault.Certificates
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Azure.Security.KeyVault.Keys
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Microsoft.Extensions.Http
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 19, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 21, 2024

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

@dependabot dependabot bot closed this Feb 21, 2024
@dependabot dependabot bot deleted the dependabot/nuget/dependencies-eb4eacc19a branch February 21, 2024 17:21
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants