Skip to content

Bump OpenTelemetry.Instrumentation.AspNetCore from 1.13.0 to 1.15.2#11

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/OpenTelemetry.Instrumentation.AspNetCore-1.15.2
Closed

Bump OpenTelemetry.Instrumentation.AspNetCore from 1.13.0 to 1.15.2#11
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/OpenTelemetry.Instrumentation.AspNetCore-1.15.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Updated OpenTelemetry.Instrumentation.AspNetCore from 1.13.0 to 1.15.2.

Release notes

Sourced from OpenTelemetry.Instrumentation.AspNetCore's releases.

1.15.2

1.15.1

1.15.1-beta.2

1.15.1-beta.1

1.15.1-alpha.1

1.15.0

1.15.0-rc.1

1.15.0-beta.2

1.15.0-beta.1

1.15.0-alpha.1

1.14.2

1.14.1

1.14.0

1.14.0-rc.1

  • NuGet: OpenTelemetry.Instrumentation.SqlClient v1.14.0-rc.1

    • Remove support for the OTEL_SEMCONV_STABILITY_OPT_IN configuration option.
      Previously, the old conventions were emitted by default with the option to emit
      the stable conventions. Now, only the stable conventions are supported.
      (#​3592)

    • Improve SQL parsing for sanitization and summary generation. Support additional
      cases for escaped identifiers. Optimize performance of parsing logic.
      (#​3627)

    • Improve SQL parsing for sanitization for Unicode string literals.
      (#​3662)

    • Sanitize the object name for SQL query text using the LOGIN or USER keywords and
      remove from query summaries.
      (#​3663)

    • Improve SQL parsing to generate query summaries for more T-SQL keywords.
      (#​3671)

    • Make additional attributes available on Activity start. The full list of
      attributes available at time of sampling now conforms with the
      semantic conventions.
      (#​3675)

    • Metrics and spans report telemetry schema URL v1.33.0.
      (#​3680)

    See CHANGELOG for details.

1.14.0-beta.2

1.14.0-alpha.1

Commits viewable in compare view.

Dependabot compatibility score

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

---
updated-dependencies:
- dependency-name: OpenTelemetry.Instrumentation.AspNetCore
  dependency-version: 1.15.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jun 1, 2026

Labels

The following labels could not be found: dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

ShortArrow added a commit that referenced this pull request Jun 4, 2026
…#4 #5)

Subsumes dependabot PRs #1-5 in a single Batch Z-equivalent push.

- actions/checkout: v4.2.2 → v6.0.2
- actions/download-artifact: v4.1.8 → v8.0.1
- actions/upload-artifact: v4.4.3 → v7.0.1
- actions/setup-dotnet: v4.1.0 → v5.3.0
- amannn/action-semantic-pull-request: v5.5.3 → v6.1.1

Closes the Node.js 20 deprecation warning that was firing on every
job run (force-migration deadline 2026-09-16). All five actions
ship Node.js 24-compatible bundles in the new majors.

Also configures dependabot's NuGet ecosystem to use the
`chore(deps):` commit-message prefix (the github-actions ecosystem
already emits `build(deps):` which the pr.yml semantic-PR check
already accepts). Without this, NuGet PRs landed with bare
"Bump X" titles and failed the title-check before the build job
could run — visible in #6 / #7 / #8 / #11 / #13.

The five original PRs will be closed once this lands; future
dependabot regenerations will use the new prefix and pass the
title check.
@ShortArrow
Copy link
Copy Markdown
Owner

Subsumed by direct main commits d3a3567 (GitHub Actions bumps) and d0e2d4f (NuGet bumps). The original PRs were against the pre-v0.1.0 main and could not be merged without manual rebase; merging directly was faster than rebasing five stale dependabot PRs while a sixth (semantic-PR check) was failing the title gate. Dependabot will pick up new updates on its next weekly cycle and now uses the corrected \ prefix (see .github/dependabot.yml change in d3a3567) so future PRs pass the title check on first try.

@ShortArrow ShortArrow closed this Jun 4, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jun 4, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@ShortArrow ShortArrow deleted the dependabot/nuget/OpenTelemetry.Instrumentation.AspNetCore-1.15.2 branch June 4, 2026 00:57
ShortArrow added a commit that referenced this pull request Jun 4, 2026
#13

Manual rebase + apply of the five outstanding NuGet PRs that were
sitting against the pre-v0.1.0 main and could no longer be merged
straight. All five PRs' version bumps are folded into a single
commit so the lock files refresh in lockstep:

- Microsoft.Extensions.Logging.Abstractions 10.0.0 → 10.0.8
- Microsoft.Extensions.TimeProvider.Testing 9.7.0 → 10.6.0
- (transitive consistency) Microsoft.Extensions.DependencyInjection /
  .Abstractions / .Hosting / .Logging all → 10.0.8 so the central
  pinning doesn't downgrade Logging.Abstractions' transitive deps
- Serilog 4.2.0 → 4.3.0 + Serilog.Extensions.Hosting 9.0.0 → 10.0.0
- TestableIO.System.IO.Abstractions + Wrappers + TestingHelpers
  22.1.0 → 22.1.1
- OpenTelemetry.Instrumentation.AspNetCore 1.13.0 → 1.15.2
- Microsoft.NET.Test.Sdk 17.14.1 → 18.6.0
- coverlet.collector 6.0.4 → 10.0.1
- Verify.Xunit 28.5.0 → 31.12.5

All 25 packages.lock.json files regenerated via
`dotnet restore --force-evaluate`. Suite stays at 623 passing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant