Skip to content

Bump Azure.Monitor.OpenTelemetry.Exporter from 1.6.0 to 1.8.0#174

Open
dependabot[bot] wants to merge 3 commits intomainfrom
dependabot/nuget/Azure.Monitor.OpenTelemetry.Exporter-1.8.0
Open

Bump Azure.Monitor.OpenTelemetry.Exporter from 1.6.0 to 1.8.0#174
dependabot[bot] wants to merge 3 commits intomainfrom
dependabot/nuget/Azure.Monitor.OpenTelemetry.Exporter-1.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Updated Azure.Monitor.OpenTelemetry.Exporter from 1.6.0 to 1.8.0.

Release notes

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

1.8.0

1.8.0 (2026-04-29)

Other Changes

  • Pulled in OpenTelemetry dependency updates.

1.6.2

1.6.2 (2026-04-28)

Other Changes

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: Azure.Monitor.OpenTelemetry.Exporter
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 4, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 4, 2026

Test Results

0 tests   - 401   0 ✅  - 401   0s ⏱️ - 2m 4s
0 suites  -   5   0 💤 ±  0 
0 files    -   5   0 ❌ ±  0 

Results for commit 6729f66. ± Comparison against base commit 40ab9cd.

♻️ This comment has been updated with latest results.

@jodavis jodavis enabled auto-merge (rebase) May 5, 2026 21:06
@jodavis
Copy link
Copy Markdown
Owner

jodavis commented May 8, 2026

@copilot See if you can figure out why there are conflicts after upgrading this package, and fix them. Make sure the entire solution builds with no warnings or errors and that all tests pass, especially the headless E2E tests.

auto-merge was automatically disabled May 9, 2026 00:06

Head branch was pushed to by a user without write access

Copy link
Copy Markdown
Contributor

Copilot AI commented May 9, 2026

@copilot See if you can figure out why there are conflicts after upgrading this package, and fix them. Make sure the entire solution builds with no warnings or errors and that all tests pass, especial...

Fixed in commit fd073ae.

I tracked the CI failure to two conflict issues from the merge/update: duplicate PackageVersion entries and an Azure.Identity type collision (CS0433) after the exporter bump. I removed the duplicate package entries, removed the direct Azure.Identity reference causing the collision, and pinned a safe Nerdbank.MessagePack version to satisfy restore/build vulnerability checks.

Validation run:

  • dotnet build src/AdaptiveRemote.App/AdaptiveRemote.App.csproj /warnaserror
  • dotnet test ./scripts/validate-e2e-tests.proj -m:1 ✅ (12 headless E2E tests passed)
  • parallel_validation ✅ (no review findings / no CodeQL issues)

A new GitHub Build and Test run was triggered for this commit but is currently in action_required state before jobs start, so once approved it should run the full Windows workflow end-to-end.

Copilot finished work on behalf of jodavis May 9, 2026 00:08
Copilot AI requested a review from jodavis May 9, 2026 00:08
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.

2 participants