open-telemetry / opentelemetry-dotnet-contrib

This repository contains set of components extending functionality of the OpenTelemetry .NET SDK. Instrumentation libraries, exporters, and other components can find their home here.
https://opentelemetry.io
Apache License 2.0
473 stars 282 forks source link

[release request] Release latest changes for OpenTelemetry.Extensions.AWS #2097

Closed Dreamescaper closed 1 month ago

Dreamescaper commented 1 month ago

Component

OpenTelemetry.Extensions.AWS

Version

1.3.0-beta.2

Additional context

Hi! Would it be possible to release the latest changes to OpenTelemetry.Extensions.AWS component? System.Net.Http dependency causes vulnaribility warnings (due to System.Private.Uri dependency). While it is possible to add newer system.private.uri package manually, I would prefer not to do that.

Thanks!

opentelemetrybot commented 1 month ago

@srprash @ppittle @open-telemetry/dotnet-approvers @open-telemetry/dotnet-maintainers

Post a comment with "/PrepareRelease" in the body if you would like me to execute the prepare release script for the component and version listed in the description.

opentelemetrybot commented 1 month ago

@srprash @ppittle @open-telemetry/dotnet-approvers @open-telemetry/dotnet-maintainers

Post a comment with "/PrepareRelease" in the body if you would like me to execute the prepare release script for the component and version listed in the description.

opentelemetrybot commented 1 month ago

@srprash @ppittle @open-telemetry/dotnet-approvers @open-telemetry/dotnet-maintainers

Post a comment with "/PrepareRelease" in the body if you would like me to execute the prepare release script for the component and version listed in the description.

opentelemetrybot commented 1 month ago

@srprash @ppittle @open-telemetry/dotnet-approvers @open-telemetry/dotnet-maintainers

Post a comment with "/PrepareRelease" in the body if you would like me to execute the prepare release script for the component and version listed in the description.

ppittle commented 1 month ago

/PrepareRelease

opentelemetrybot commented 1 month ago

I executed the prepare release script for OpenTelemetry.Extensions.AWS version 1.3.0-beta.2 because @ppittle is a component owner.

ppittle commented 1 month ago

@Dreamescaper - release is live on nuget: https://www.nuget.org/packages/OpenTelemetry.Extensions.AWS/1.3.0-beta.2

Dreamescaper commented 1 month ago

Thanks!