Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Bump OTelInstrumentationVersion from 1.0.0-rc9.2 to 1.0.0-rc9.4 #41

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 6, 2022

Bumps OTelInstrumentationVersion from 1.0.0-rc9.2 to 1.0.0-rc9.4.
Updates OpenTelemetry.Extensions.Hosting from 1.0.0-rc9.2 to 1.0.0-rc9.4

Release notes

Sourced from OpenTelemetry.Extensions.Hosting's releases.

1.0.0-rc9.4 of all non core

All packages is updated to refer to 1.3.0 of the core API/.SDK. Rest of the changelog is below:

OpenTelemetry.Exporter.ZPages

  • Removes .NET Framework 4.6.1. The minimum .NET Framework version supported is .NET 4.6.2. (#3190)

OpenTelemetry.Extensions.Hosting

OpenTelemetry.Extensions.Propagators

Use own EventSource named "OpenTelemetry.Extensions.Propagators" for internal logging.

OpenTelemetry.Instrumentation.AspNet

OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule

OpenTelemetry.Instrumentation.AspNetCore

  • Added additional metric dimensions. (3247)

  • Removes net5.0 target as .NET 5.0 is going out of support. The package keeps netstandard2.1 target, so it can still be used with .NET5.0 apps. (#3147)

OpenTelemetry.Instrumentation.GrpcNetClient

  • Add netstandard2.0 target enabling the Grpc.Net.Client instrumentation to be consumed by .NET Framework applications. (#3105)

OpenTelemetry.Instrumentation.Http

OpenTelemetry.Instrumentation.SqlClient

OpenTelemetry.Instrumentation.StackExchangeRedis

OpenTelemetry.Shims.OpenTracing

  • Removes .NET Framework 4.6.1. The minimum .NET Framework version supported is .NET 4.6.2. (#3190)
Commits

Updates OpenTelemetry.Instrumentation.AspNetCore from 1.0.0-rc9.2 to 1.0.0-rc9.4

Release notes

Sourced from OpenTelemetry.Instrumentation.AspNetCore's releases.

1.0.0-rc9.4 of all non core

All packages is updated to refer to 1.3.0 of the core API/.SDK. Rest of the changelog is below:

OpenTelemetry.Exporter.ZPages

  • Removes .NET Framework 4.6.1. The minimum .NET Framework version supported is .NET 4.6.2. (#3190)

OpenTelemetry.Extensions.Hosting

OpenTelemetry.Extensions.Propagators

Use own EventSource named "OpenTelemetry.Extensions.Propagators" for internal logging.

OpenTelemetry.Instrumentation.AspNet

OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule

OpenTelemetry.Instrumentation.AspNetCore

  • Added additional metric dimensions. (3247)

  • Removes net5.0 target as .NET 5.0 is going out of support. The package keeps netstandard2.1 target, so it can still be used with .NET5.0 apps. (#3147)

OpenTelemetry.Instrumentation.GrpcNetClient

  • Add netstandard2.0 target enabling the Grpc.Net.Client instrumentation to be consumed by .NET Framework applications. (#3105)

OpenTelemetry.Instrumentation.Http

OpenTelemetry.Instrumentation.SqlClient

OpenTelemetry.Instrumentation.StackExchangeRedis

OpenTelemetry.Shims.OpenTracing

  • Removes .NET Framework 4.6.1. The minimum .NET Framework version supported is .NET 4.6.2. (#3190)
Commits

Updates OpenTelemetry.Instrumentation.Http from 1.0.0-rc9.2 to 1.0.0-rc9.4

Release notes

Sourced from OpenTelemetry.Instrumentation.Http's releases.

1.0.0-rc9.4 of all non core

All packages is updated to refer to 1.3.0 of the core API/.SDK. Rest of the changelog is below:

OpenTelemetry.Exporter.ZPages

  • Removes .NET Framework 4.6.1. The minimum .NET Framework version supported is .NET 4.6.2. (#3190)

OpenTelemetry.Extensions.Hosting

OpenTelemetry.Extensions.Propagators

Use own EventSource named "OpenTelemetry.Extensions.Propagators" for internal logging.

OpenTelemetry.Instrumentation.AspNet

OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule

OpenTelemetry.Instrumentation.AspNetCore

  • Added additional metric dimensions. (3247)

  • Removes net5.0 target as .NET 5.0 is going out of support. The package keeps netstandard2.1 target, so it can still be used with .NET5.0 apps. (#3147)

OpenTelemetry.Instrumentation.GrpcNetClient

  • Add netstandard2.0 target enabling the Grpc.Net.Client instrumentation to be consumed by .NET Framework applications. (#3105)

OpenTelemetry.Instrumentation.Http

OpenTelemetry.Instrumentation.SqlClient

OpenTelemetry.Instrumentation.StackExchangeRedis

OpenTelemetry.Shims.OpenTracing

  • Removes .NET Framework 4.6.1. The minimum .NET Framework version supported is .NET 4.6.2. (#3190)
Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps `OTelInstrumentationVersion` from 1.0.0-rc9.2 to 1.0.0-rc9.4.

Updates `OpenTelemetry.Extensions.Hosting` from 1.0.0-rc9.2 to 1.0.0-rc9.4
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Commits](open-telemetry/opentelemetry-dotnet@1.0.0-rc9.2...1.0.0-rc9.4)

Updates `OpenTelemetry.Instrumentation.AspNetCore` from 1.0.0-rc9.2 to 1.0.0-rc9.4
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Commits](open-telemetry/opentelemetry-dotnet@1.0.0-rc9.2...1.0.0-rc9.4)

Updates `OpenTelemetry.Instrumentation.Http` from 1.0.0-rc9.2 to 1.0.0-rc9.4
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Commits](open-telemetry/opentelemetry-dotnet@1.0.0-rc9.2...1.0.0-rc9.4)

---
updated-dependencies:
- dependency-name: OpenTelemetry.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: OpenTelemetry.Instrumentation.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: OpenTelemetry.Instrumentation.Http
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 6, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 17, 2023

Superseded by #77.

@dependabot dependabot bot closed this Jan 17, 2023
@dependabot dependabot bot deleted the dependabot/nuget/OTelInstrumentationVersion-1.0.0-rc9.4 branch January 17, 2023 14:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants