Skip to content

Bump the version-updates group with 2 updates#776

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/nuget/version-updates-e0fb2e9745
May 5, 2026
Merged

Bump the version-updates group with 2 updates#776
github-actions[bot] merged 1 commit intomainfrom
dependabot/nuget/version-updates-e0fb2e9745

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Updated Azure.Monitor.OpenTelemetry.AspNetCore from 1.4.0 to 1.5.0.

Release notes

Sourced from Azure.Monitor.OpenTelemetry.AspNetCore's releases.

1.5.0

1.5.0 (2026-04-30)

Features Added

  • Add ability to specify EnableStandardMetrics and EnablePerformanceCounters
    (#​56438)

Breaking Changes

  • Default Sampler Changed: The default sampling behavior has been changed from
    ApplicationInsightsSampler with 100% sampling (all traces sampled) to
    RateLimitedSampler with 5.0 traces per second. This change significantly
    reduces telemetry volume for high-traffic applications and provides better
    cost optimization out of the box.
    Impact: Applications with more than 5 requests per second will see fewer
    traces exported by default.
    Migration: To maintain the previous behavior (100% sampling), explicitly
    configure the sampler:
// Option 1: Set SamplingRatio and clear TracesPerSecond
builder.Services.AddOpenTelemetry()
    .UseAzureMonitor(options =>
    {
        options.SamplingRatio = 1.0f;
        options.TracesPerSecond = null;
    });
// Option 2: Use environment variables
// OTEL_TRACES_SAMPLER=microsoft.fixed_percentage
// OTEL_TRACES_SAMPLER_ARG=1.0

Bugs Fixed

  • Fixed an issue where Azure Container Apps instances were showing VM instance GUIDs
    instead of replica names in the Role Instance field.
    (#​54586)

1.5.0-beta.1

1.5.0-beta.1 (2026-04-28)

Features Added

1.4.2

1.4.2 (2026-04-28)

Other Changes

  • Upgraded dependent Azure.Core to 1.54.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

1.4.1

1.4.1 (2026-04-27)

Other Changes

  • Upgraded dependent Azure.Core to 1.54.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

Commits viewable in compare view.

Updated Microsoft.Identity.Client from 4.83.3 to 4.84.0.

Release notes

Sourced from Microsoft.Identity.Client's releases.

No release notes found for this version range.

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 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 Azure.Monitor.OpenTelemetry.AspNetCore from 1.4.0 to 1.5.0
Bumps Microsoft.Identity.Client from 4.83.3 to 4.84.0

---
updated-dependencies:
- dependency-name: Azure.Monitor.OpenTelemetry.AspNetCore
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: Microsoft.Identity.Client
  dependency-version: 4.84.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-updates
...

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 May 5, 2026
@dependabot dependabot Bot requested a review from AndrewMcLachlan as a code owner May 5, 2026 01:38
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .net code labels May 5, 2026
@github-actions github-actions Bot enabled auto-merge May 5, 2026 01:38
@github-actions github-actions Bot merged commit f3a0b08 into main May 5, 2026
20 checks passed
@github-actions github-actions Bot deleted the dependabot/nuget/version-updates-e0fb2e9745 branch May 5, 2026 01:40
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Summary

Line coverage Branch coverage

Assembly Line coverage Branch coverage
Asm.MooBank 67.3% 68.6%
Asm.MooBank.Domain 90.9% 81.8%
Asm.MooBank.Infrastructure 80.1% 76.8%
Asm.MooBank.Models 86.2% 80%
Asm.MooBank.Modules.Accounts 66.6% 72.9%
Asm.MooBank.Modules.Assets 59% 83.3%
Asm.MooBank.Modules.Bills 88.2% 82%
Asm.MooBank.Modules.Budgets 74.5% 92%
Asm.MooBank.Modules.Families 68.9% 100%
Asm.MooBank.Modules.Forecast 81.1% 83.3%
Asm.MooBank.Modules.Groups 72.3% 100%
Asm.MooBank.Modules.Institutions 66.2% 100%
Asm.MooBank.Modules.Instruments 70.6% 68%
Asm.MooBank.Modules.Reports 84.2% 81.8%
Asm.MooBank.Modules.Stocks 73.3% 77.5%
Asm.MooBank.Modules.Tags 75.1% 72.2%
Asm.MooBank.Modules.Transactions 69.5% 62.5%
Asm.MooBank.Modules.Users 68.3% 100%
Asm.MooBank.Security 52.2% 68.9%

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