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 other group with 7 updates #650

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the other group with 7 updates:

Package From To
Azure.Security.KeyVault.Keys 4.5.0 4.6.0
Azure.Security.KeyVault.Secrets 4.5.0 4.6.0
Google.Cloud.Firestore 3.5.0 3.5.1
Sendgrid 9.29.1 9.29.2
Npgsql 8.0.1 8.0.2
OpenTelemetry.Instrumentation.AspNetCore 1.7.0 1.7.1
BenchmarkDotNet 0.13.9 0.13.12

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 Azure.Security.KeyVault.Secrets from 4.5.0 to 4.6.0

Release notes

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

Azure.Security.KeyVault.Secrets_4.6.0

4.6.0 (2024-02-14)

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

Breaking Changes

  • Renamed tags reported on SecretClient activities to follow OpenTelemetry attribute naming conventions:
    • secret to az.keyvault.secret.name
    • version to az.keyvault.secret.version

Other Changes

  • The default service version is now "7.5".
  • Distributed tracing with ActivitySource is stable and no longer requires the Experimental feature-flag.
  • When a Key Vault is moved to another tenant, the client is reauthenticated.
Commits

Updates Google.Cloud.Firestore from 3.5.0 to 3.5.1

Release notes

Sourced from Google.Cloud.Firestore's releases.

Google.Cloud.Firestore version 3.5.1

Changes in Google.Cloud.Firestore version 3.5.1:

Bug fixes

  • Restore the use of "legacy" routing headers until the newer header is fully supported in the Firestore emulator. (commit 6a5e369)

Changes in Google.Cloud.Firestore.V1 version 3.5.1:

Bug fixes

  • Restore the use of "legacy" routing headers until the newer header is fully supported in the Firestore emulator. (commit 6a5e369)

Packages in this release:

  • Release Google.Cloud.Firestore version 3.5.1
  • Release Google.Cloud.Firestore.V1 version 3.5.1
Commits
  • 5d04d5b Release Firestore libraries version 3.5.1 (#11732)
  • d99a961 chore(deps): update dependency nuget.protocol to v6.9.1
  • a359c07 feat: Add application field to finding's list of attributes
  • c53462b docs: Finish a sentence with a period
  • 0c2c601 docs: Clarify that the parent field in the CreateBillingAccountRequest must b...
  • 4cfbeae tests: Use a project reference for Firestore in the Issue11653 ad hoc test
  • 8c4773a tests: Add test for issue 11653, but with Datastore
  • 6a5e369 chore: Revert "chore: Stop sending legacy routing header."
  • 693b0da tests: Unskip previously failing test.
  • 174b0bc feat: Add UnenrollDataSources API which gives users a programmatic way to une...
  • Additional commits viewable in compare view

Updates Sendgrid from 9.29.1 to 9.29.2

Release notes

Sourced from Sendgrid's releases.

9.29.2

Release Notes

Library - Chore

NuGet

Changelog

Sourced from Sendgrid's changelog.

[2024-02-14] Version 9.29.2

Library - Chore

Commits

Updates Npgsql from 8.0.1 to 8.0.2

Release notes

Sourced from Npgsql's releases.

v8.0.2

8.0.2 contains quite a few fixes, everyone is strongly encouraged to upgrade.

The full list of changes is available here.

Commits
  • 9e4ff8c Add a factory mechanism for the factories called by the chain builder (#5561)
  • 9e24837 Support writing IList<T> impls again (#5558)
  • ab7bf09 Remove tiny bit of code bloat
  • 26e205a Improve no IO expected message details (#5568)
  • 7691c95 Bring UnsupportedTypeInfoResolver up-to-date with current mechanics (#5556)
  • 5d4609d Make test check on invariant culture
  • 1f6451b Add ifdef for decimal scale
  • c70e5a2 Default to invariant culture when using static NpgsqlSnakeCaseNameTranslator....
  • fa583c3 Fix NpgsqlBox behaves incorrectly with negative coordinates (#5502)
  • 6c2f1b7 Composite fixes (#5553)
  • Additional commits viewable in compare view

Updates OpenTelemetry.Instrumentation.AspNetCore from 1.7.0 to 1.7.1

Commits
  • 303ab7a Update changelog for #5252 (#5341)
  • 8b88f43 [GrpcNetClient] Clarify impact to SuppressDownstreamInstrumentation (#5340)
  • a2f85dc Release instrumentation packages 1.7.1/1.7.0-beta.1 (#5322)
  • f1a1835 [sdk-metrics] Remove some reflection used by tests (#5338)
  • 8325786 Add MinVerTagPrefix for SQL and gRPC instrumentation (#5337)
  • f6c31f3 [Editorial] Update the docs based on Copilot review feedback (#5332)
  • cf00e42 [sdk-metrics] Obsolete SetMaxMetricPointsPerMetricStream + standarize on "Car...
  • f214d27 [Instrumentation.SqlClient] Improve changelog (#5327)
  • 93038e2 Dispose loggerFactory in benchmark (#5330)
  • 5ac06dd Clean up guidance docs (#5329)
  • Additional commits viewable in compare view

Updates BenchmarkDotNet from 0.13.9 to 0.13.12

Release notes

Sourced from BenchmarkDotNet's releases.

0.13.12

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.12.html

Highlights

The biggest highlight of this release if our new VSTest Adapter, which allows to run benchmarks as unit tests in your favorite IDE! The detailed guide can be found here.

This release also includes to a minor bug fix that caused incorrect job id generation: fixed job id generation (#2491).

Also, the target framework in the BenchmarkDotNet templates was bumped to .NET 8.0.

0.13.11

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.11.html

In the v0.13.11 scope, 4 issues were resolved and 8 pull requests were merged. This release includes 28 commits by 7 contributors.

Resolved issues (4)

  • #2060 NativeAOT benchmark started from .Net Framework host doesn't have all intrinsics enabled (assignee: @​adamsitnik)
  • #2233 Q: Include hardware counters in XML output (assignee: @​nazulg)
  • #2388 Include AVX512 in listed HardwareIntrinsics
  • #2463 Bug. Native AOT .NET 7.0 doesn't work. System.NotSupportedException: X86Serialize (assignee: @​adamsitnik)

Merged pull requests (8)

Commits (28)

... (truncated)

Commits
  • cdce32f Prepare v0.13.12 changelog
  • 0159b88 [docs] Update vstest
  • 2990951 [Bug Fix] Custom SimpleJob Id ignored (#2491)
  • 06fb242 Use different FQNs for parameterized cases in TestAdapter, fix #2494
  • b67b6b1 Update pack files layout for BenchmarkDotNet.TestAdapter, fix #2492
  • 9f74923 [build] Add test-pack job in run-tests workflow, see #2492
  • 8b6badb [build] In the release workflow, automatically generate an announcement discu...
  • 5c46537 [build] Bump Octokit: 9.0.0->9.1.0
  • 41b23b7 Update default framework version to net8.0 (LTS)
  • 91f3f7e Add a VSTest Adapter (#2438)
  • Additional commits viewable in compare view

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 other group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [Azure.Security.KeyVault.Keys](https://github.com/Azure/azure-sdk-for-net) | `4.5.0` | `4.6.0` |
| [Azure.Security.KeyVault.Secrets](https://github.com/Azure/azure-sdk-for-net) | `4.5.0` | `4.6.0` |
| [Google.Cloud.Firestore](https://github.com/googleapis/google-cloud-dotnet) | `3.5.0` | `3.5.1` |
| [Sendgrid](https://github.com/sendgrid/sendgrid-csharp) | `9.29.1` | `9.29.2` |
| [Npgsql](https://github.com/npgsql/npgsql) | `8.0.1` | `8.0.2` |
| [OpenTelemetry.Instrumentation.AspNetCore](https://github.com/open-telemetry/opentelemetry-dotnet) | `1.7.0` | `1.7.1` |
| [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) | `0.13.9` | `0.13.12` |


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 `Azure.Security.KeyVault.Secrets` 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.Secrets_4.5.0...Azure.Security.KeyVault.Secrets_4.6.0)

Updates `Google.Cloud.Firestore` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/googleapis/google-cloud-dotnet/releases)
- [Commits](googleapis/google-cloud-dotnet@Google.Cloud.Firestore-3.5.0...Google.Cloud.Firestore-3.5.1)

Updates `Sendgrid` from 9.29.1 to 9.29.2
- [Release notes](https://github.com/sendgrid/sendgrid-csharp/releases)
- [Changelog](https://github.com/sendgrid/sendgrid-csharp/blob/main/CHANGELOG.md)
- [Commits](sendgrid/sendgrid-csharp@9.29.1...9.29.2)

Updates `Npgsql` from 8.0.1 to 8.0.2
- [Release notes](https://github.com/npgsql/npgsql/releases)
- [Commits](npgsql/npgsql@v8.0.1...v8.0.2)

Updates `OpenTelemetry.Instrumentation.AspNetCore` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Commits](open-telemetry/opentelemetry-dotnet@core-1.7.0...Instrumentation.Http-1.7.1)

Updates `BenchmarkDotNet` from 0.13.9 to 0.13.12
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
- [Commits](dotnet/BenchmarkDotNet@v0.13.9...v0.13.12)

---
updated-dependencies:
- dependency-name: Azure.Security.KeyVault.Keys
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: Azure.Security.KeyVault.Secrets
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: Google.Cloud.Firestore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: Sendgrid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: Npgsql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: OpenTelemetry.Instrumentation.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: BenchmarkDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 15, 2024
Copy link

codecov bot commented Feb 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2065ab0) 65.56% compared to head (b74c11c) 65.56%.
Report is 4 commits behind head on v8.1-preview.

Additional details and impacted files
@@              Coverage Diff              @@
##           v8.1-preview     #650   +/-   ##
=============================================
  Coverage         65.56%   65.56%           
=============================================
  Files               263      263           
  Lines              6032     6032           
  Branches            381      381           
=============================================
  Hits               3955     3955           
  Misses             1967     1967           
  Partials            110      110           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 19, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 19, 2024
@dependabot dependabot bot deleted the dependabot/nuget/other-5983795c69 branch February 19, 2024 16:45
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