Skip to content

chore(deps): update opentelemetry#5647

Merged
thomhurst merged 1 commit intomainfrom
renovate/opentelemetry
Apr 21, 2026
Merged

chore(deps): update opentelemetry#5647
thomhurst merged 1 commit intomainfrom
renovate/opentelemetry

Conversation

@thomhurst
Copy link
Copy Markdown
Owner

@thomhurst thomhurst commented Apr 21, 2026

This PR contains the following updates:

Package Type Update Change
OpenTelemetry.Instrumentation.AspNetCore (source) nuget patch 1.15.11.15.2
OpenTelemetry.Instrumentation.Http (source) nuget patch 1.15.01.15.1
OpenTelemetry.Instrumentation.Runtime (source) nuget patch 1.15.01.15.1

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file PATCH renovate-bot labels Apr 21, 2026
@thomhurst thomhurst enabled auto-merge (squash) April 21, 2026 12:31
Copy link
Copy Markdown
Contributor

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This is a Renovate Bot patch update bumping OpenTelemetry.Instrumentation.AspNetCore from 1.15.11.15.2 across three files:

  • Directory.Packages.props (central version pin)
  • TUnit.Templates/.../ExampleNamespace.ServiceDefaults.csproj
  • examples/CloudShop/.../CloudShop.ServiceDefaults.csproj

Assessment: LGTM — this is a clean, minimal patch update with no design or architectural concerns.

A few observations worth noting:

  • The central Directory.Packages.props pin is updated, which is the correct pattern for centralized package management. However, the two .csproj files still carry explicit version attributes (Version="1.15.2") rather than deferring to the central pin. This is an existing inconsistency in the repo layout rather than something introduced here, but it means future updates will continue needing 3-file changes instead of 1.
  • No functional code changes — this is purely a version bump following a patch semver increment, which should carry only bug fixes and no breaking changes per OTel's versioning policy.
  • Auto-merge (squash) is enabled, which is appropriate for automated dependency patches like this.

No issues to block this PR.

@codacy-production
Copy link
Copy Markdown

codacy-production Bot commented Apr 21, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

@thomhurst thomhurst force-pushed the renovate/opentelemetry branch from b289e94 to f4c393d Compare April 21, 2026 12:56
@thomhurst thomhurst changed the title chore(deps): update dependency opentelemetry.instrumentation.aspnetcore to 1.15.2 chore(deps): update opentelemetry Apr 21, 2026
Copy link
Copy Markdown
Contributor

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review: Patch Dependency Update — OpenTelemetry Instrumentation

This is a clean, automated Renovate Bot patch update. All changes are pure version bumps:

Package Old New
OpenTelemetry.Instrumentation.AspNetCore 1.15.1 1.15.2
OpenTelemetry.Instrumentation.Http 1.15.0 1.15.1
OpenTelemetry.Instrumentation.Runtime 1.15.0 1.15.1

Assessment: LGTM — no logic, API, or behavioral changes. Patch semver increments carry only bug fixes per OTel's versioning policy.

Observation (pre-existing, not introduced here): OpenTelemetry.Instrumentation.Runtime is absent from Directory.Packages.props, meaning the two downstream .csproj files (ExampleNamespace.ServiceDefaults.csproj and CloudShop.ServiceDefaults.csproj) carry explicit version attributes instead of deferring to the central pin. This creates a small maintenance burden — future updates to Runtime won't be consolidated in one place. Worth addressing in a follow-up by adding a <PackageVersion> entry for it in Directory.Packages.props and removing the inline version overrides. Not a blocker for this PR.

Auto-merge (squash) is appropriate for this type of automated patch update.

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 PATCH renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants