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 AspNetCore.HealthChecks.Redis, Microsoft.Extensions.Configuration.Abstractions, Microsoft.Extensions.DependencyInjection.Abstractions and StackExchange.Redis #367

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Bumps AspNetCore.HealthChecks.Redis, Microsoft.Extensions.Configuration.Abstractions, Microsoft.Extensions.DependencyInjection.Abstractions and StackExchange.Redis. These dependencies needed to be updated together.
Updates AspNetCore.HealthChecks.Redis from 8.0.1 to 9.0.0

Commits
  • 2b47b15 Migrate HealthChecks.Npgsql tests to Testcontainers (#2349)
  • 69fa668 Reusable GH action for Redis ci (#2350)
  • 05f5ba4 Migrate HealthChecks.SqlServer tests to Testcontainers (#2348)
  • f54852f Migrate Redis tests to Testcontainers (#2345)
  • b32acbb Fix labeler.yml (#2344)
  • b3e8417 Remove private static cache from RabbitMQHealthCheck (#2343)
  • c291a6a Use recommended NATS.Net client for Nats package (#2336)
  • 4fe6a0a Upgrade SurrealDb.Net to v0.7.0 (#2342)
  • 133ff15 Re-design Azure IoTHub health checks to allow for managed identity and other ...
  • b68d35a stop using preview version of Pomelo driver for EF. fixes #2127 (#2341)
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.Configuration.Abstractions from 9.0.0 to 8.0.0

Commits

Updates Microsoft.Extensions.DependencyInjection.Abstractions from 9.0.0 to 8.0.2

Commits
  • 1381d5e Merge in 'release/8.0' changes
  • c987e4f [release/8.0] Fix Options Source Gen RangeAttribute Thread Safety (#97110)
  • 441c91d Merge in 'release/8.0' changes
  • c93800e Merge pull request #97065 from carlossanlop/release/8.0-staging
  • c2d2bb3 Merge branch 'release/8.0' into release/8.0-staging
  • 6d35e39 [release/8.0-staging] UInt64.CreateSaturating<Int128> truncates instead of sa...
  • 96b0a55 [release/8.0-staging] macOS: Set certificate as a dependency of private key h...
  • 85c2772 [release/8.0] Fix server-side OCSP stapling on Linux (#96838)
  • 683da71 [release/8.0-staging] Gen0 segment should always be reported as Gen0 for DacH...
  • f9d0a7b [release/8.0-staging] Fix Crossgen2 PDB generation (again) (#96566)
  • Additional commits viewable in compare view

Updates StackExchange.Redis from 2.8.22 to 2.7.4

Changelog

Sourced from StackExchange.Redis's changelog.

2.8.22

2.8.16

  • Fix: PhysicalBridge: Always perform "last read" check in heartbeat when HeartbeatConsistencyChecks is enabled (#2795 by NickCraver)

2.8.14

2.8.12

2.8.0

2.7.33

2.7.27

  • Support HeartbeatConsistencyChecks and HeartbeatInterval in Clone() (#2658 by mgravell)
  • Add AddLibraryNameSuffix to multiplexer; allows usage-specific tokens to be appended after connect (#2659 by mgravell)

2.7.23

  • Fix #2653: Client library metadata should validate contents (#2654 by mgravell)
  • Add HeartbeatConsistencyChecks option (opt-in) to enabled per-heartbeat (defaults to once per second) checks to be sent to ensure no network stream corruption has occurred (#2656 by NickCraver)

2.7.20

  • Fix #2642: Detect and support multi-DB pseudo-cluster/proxy scenarios (#2646 by mgravell)

2.7.17

... (truncated)

Commits

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 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)

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Dec 30, 2024
…n.Abstractions, Microsoft.Extensions.DependencyInjection.Abstractions and StackExchange.Redis

Bumps [AspNetCore.HealthChecks.Redis](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks), [Microsoft.Extensions.Configuration.Abstractions](https://github.com/dotnet/runtime), [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) and [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis). These dependencies needed to be updated together.

Updates `AspNetCore.HealthChecks.Redis` from 8.0.1 to 9.0.0
- [Release notes](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/releases)
- [Changelog](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/ui-changelog.md)
- [Commits](Xabaril/AspNetCore.Diagnostics.HealthChecks@release-all-8.0.1...release-all-9.0.0)

Updates `Microsoft.Extensions.Configuration.Abstractions` from 9.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v8.0.0)

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 9.0.0 to 8.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v8.0.2)

Updates `StackExchange.Redis` from 2.8.22 to 2.7.4
- [Release notes](https://github.com/StackExchange/StackExchange.Redis/releases)
- [Changelog](https://github.com/StackExchange/StackExchange.Redis/blob/main/docs/ReleaseNotes.md)
- [Commits](StackExchange/StackExchange.Redis@2.8.22...2.7.4)

---
updated-dependencies:
- dependency-name: AspNetCore.HealthChecks.Redis
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Configuration.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: StackExchange.Redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/multi-73aac90cb8 branch from 2acebff to 1a789da Compare January 3, 2025 09:07
Copy link

github-actions bot commented Jan 3, 2025

Code Coverage

Package Line Rate Branch Rate Health
NKZSoft.Template.Application 71% 81%
NKZSoft.Template.Common 68% 50%
NKZSoft.Template.Common.Tests 95% 72%
NKZSoft.Template.Domain 34% 0%
NKZSoft.Template.EFCore.Caching.Redis 97% 100%
NKZSoft.Template.Events 50% 100%
NKZSoft.Template.Infrastructure.Core 82% 100%
NKZSoft.Template.MessageBrokers.RabbitMq 83% 100%
NKZSoft.Template.Persistence.PostgreSQL 88% 70%
NKZSoft.Template.Persistence.Redis 85% 75%
NKZSoft.Template.Presentation.GraphQL 93% 100%
NKZSoft.Template.Presentation.Grpc 79% 35%
NKZSoft.Template.Presentation.Rest 54% 20%
NKZSoft.Template.Presentation.SignalR 100% 100%
NKZSoft.Template.Presentation.Starter 93% 50%
Summary 77% (1137 / 1482) 51% (107 / 208)

Minimum allowed line rate is 50%

@nkz-soft nkz-soft merged commit a02c9a4 into main Jan 3, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/nuget/multi-73aac90cb8 branch January 3, 2025 09:34
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.

1 participant