Skip to content

Conversation

@opentelemetrybot
Copy link
Contributor

Note: This PR was opened automatically by the prepare release workflow.

Requested by: @rajkumar-rangaraj

Changes

  • CHANGELOG files updated for projects being released.
  • Public API files updated for projects being released (only performed for stable releases).

Commands

/UpdateReleaseDates: Use to update release dates in CHANGELOGs before merging [approvers, maintainers]
/UpdateReleaseNotes: Use to update RELEASENOTES.md before merging [approvers, maintainers]
/CreateReleaseTag: Use after merging to push the release tag and trigger the job to create packages [approvers, maintainers]
/PushPackages: Use after the created packages have been validated to push to NuGet [maintainers]

@opentelemetrybot opentelemetrybot added the release Related to the release process label Apr 29, 2025
@opentelemetrybot opentelemetrybot requested a review from a team as a code owner April 29, 2025 18:07
@opentelemetrybot
Copy link
Contributor Author

I noticed this PR is releasing a stable version of core packages but there isn't any content in RELEASENOTES.md for the version being released.

It is important to update RELEASENOTES.md before creating the release tag because a permalink will become part of the package(s).

Post a comment with "/UpdateReleaseNotes" in the body if you would like me to update release notes.

Note: In the comment everything below "/UpdateReleaseNotes" will be added to RELEASENOTES.md for the version being released. If something is already there it will be replaced.

@github-actions github-actions bot added pkg:OpenTelemetry.Api.ProviderBuilderExtensions Issues related to OpenTelemetry.Api.ProviderBuilderExtensions NuGet package pkg:OpenTelemetry.Api Issues related to OpenTelemetry.Api NuGet package pkg:OpenTelemetry.Exporter.Console Issues related to OpenTelemetry.Exporter.Console NuGet package pkg:OpenTelemetry.Exporter.InMemory Issues related to OpenTelemetry.Exporter.InMemory NuGet package pkg:OpenTelemetry.Exporter.OpenTelemetryProtocol Issues related to OpenTelemetry.Exporter.OpenTelemetryProtocol NuGet package pkg:OpenTelemetry.Exporter.Zipkin Issues related to OpenTelemetry.Exporter.Zipkin NuGet package pkg:OpenTelemetry.Extensions.Hosting Issues related to OpenTelemetry.Extensions.Hosting NuGet package pkg:OpenTelemetry.Extensions.Propagators Issues related to OpenTelemetry.Extensions.Propagators NuGet package pkg:OpenTelemetry Issues related to OpenTelemetry NuGet package labels Apr 29, 2025
@codecov
Copy link

codecov bot commented Apr 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.43%. Comparing base (ceebd45) to head (6a6bfae).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #6268      +/-   ##
==========================================
- Coverage   86.44%   86.43%   -0.01%     
==========================================
  Files         258      258              
  Lines       11794    11794              
==========================================
- Hits        10195    10194       -1     
- Misses       1599     1600       +1     
Flag Coverage Δ
unittests-Project-Experimental 86.31% <ø> (-0.04%) ⬇️
unittests-Project-Stable 86.15% <ø> (-0.18%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@rajkumar-rangaraj
Copy link
Member

/UpdateReleaseNotes

  • Breaking Change: OpenTelemetry.Exporter.OpenTelemetryProtocol now
    defaults to using OTLP/HTTP instead of OTLP/gRPC when targeting .NET Framework
    and .NET Standard. This change may cause telemetry export to fail unless
    appropriate adjustments are made. Explicitly setting OTLP/gRPC may result in a
    NotSupportedException unless further configuration is applied. See
    #6209 for
    full details and mitigation guidance. #6229

@opentelemetrybot
Copy link
Contributor Author

I updated RELEASENOTES.md.

@github-actions github-actions bot added the documentation Documentation related label Apr 29, 2025
@rajkumar-rangaraj rajkumar-rangaraj merged commit a67acd8 into main Apr 29, 2025
39 checks passed
@rajkumar-rangaraj rajkumar-rangaraj deleted the release/prepare-core-1.12.0-release branch April 29, 2025 20:45
@opentelemetrybot
Copy link
Contributor Author

I noticed this PR was merged.

Post a comment with "/CreateReleaseTag" in the body if you would like me to create the release tag core-1.12.0 for the merge commit which will trigger the package workflow.

@open-telemetry open-telemetry locked and limited conversation to collaborators Apr 29, 2025
@rajkumar-rangaraj
Copy link
Member

/CreateReleaseTag

@opentelemetrybot
Copy link
Contributor Author

I just pushed the core-1.12.0 tag.

The package workflow should begin momentarily.

@opentelemetrybot
Copy link
Contributor Author

The packages for core-1.12.0 are now available: https://github.com/open-telemetry/opentelemetry-dotnet/actions/runs/14741025213/artifacts/3033190548.

Once these packages have been validated have a maintainer post a comment with "/PushPackages" in the body if you would like me to push to NuGet.

@rajkumar-rangaraj
Copy link
Member

/PushPackages

@opentelemetrybot
Copy link
Contributor Author

I am uploading the packages for core-1.12.0 to NuGet and then I will publish the release.

@open-telemetry open-telemetry unlocked this conversation Apr 30, 2025
@opentelemetrybot
Copy link
Contributor Author

The release core-1.12.0 has been published and packages should be available on NuGet momentarily.

Have a nice day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Documentation related pkg:OpenTelemetry.Api.ProviderBuilderExtensions Issues related to OpenTelemetry.Api.ProviderBuilderExtensions NuGet package pkg:OpenTelemetry.Api Issues related to OpenTelemetry.Api NuGet package pkg:OpenTelemetry.Exporter.Console Issues related to OpenTelemetry.Exporter.Console NuGet package pkg:OpenTelemetry.Exporter.InMemory Issues related to OpenTelemetry.Exporter.InMemory NuGet package pkg:OpenTelemetry.Exporter.OpenTelemetryProtocol Issues related to OpenTelemetry.Exporter.OpenTelemetryProtocol NuGet package pkg:OpenTelemetry.Exporter.Zipkin Issues related to OpenTelemetry.Exporter.Zipkin NuGet package pkg:OpenTelemetry.Extensions.Hosting Issues related to OpenTelemetry.Extensions.Hosting NuGet package pkg:OpenTelemetry.Extensions.Propagators Issues related to OpenTelemetry.Extensions.Propagators NuGet package pkg:OpenTelemetry Issues related to OpenTelemetry NuGet package release Related to the release process

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants