Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the otel group with 7 updates #1025

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps the otel group with 7 updates:

Package From To
OpenTelemetry.Exporter.OpenTelemetryProtocol 1.6.0 1.7.0
Microsoft.Extensions.DependencyInjection.Abstractions 7.0.0 8.0.0
Microsoft.Extensions.Options 7.0.1 8.0.0
Microsoft.Extensions.Options.ConfigurationExtensions 7.0.0 8.0.0
OpenTelemetry.Extensions.Hosting 1.6.0 1.7.0
Microsoft.Extensions.DependencyInjection.Abstractions 7.0.0 8.0.0
Microsoft.Extensions.Options 7.0.1 8.0.0
Microsoft.Extensions.Options.ConfigurationExtensions 7.0.0 8.0.0
OpenTelemetry.Instrumentation.AspNetCore 1.5.0-beta.1 1.7.0
Microsoft.Extensions.DependencyInjection.Abstractions 7.0.0 8.0.0
Microsoft.Extensions.Options 7.0.1 8.0.0
OpenTelemetry.Instrumentation.Http 1.5.0-beta.1 1.7.0
Microsoft.Extensions.Options 7.0.1 8.0.0
Microsoft.Extensions.DependencyInjection.Abstractions 7.0.0 8.0.0

Updates OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.6.0 to 1.7.0

Release notes

Sourced from OpenTelemetry.Exporter.OpenTelemetryProtocol's releases.

1.7.0 of AspNetCore and Http instrumentation libraries

From a feature standpoint, 1.7.0 release of these two instrumentation libraries don't have any additional changes on top of the respective 1.6.0 version packages. The major difference in 1.7.0 is that it depends on 1.7.0 version of OpenTelemetry.Api.ProviderBuilderExtensions which brings in >=8.0.0 version of System.Diagnostics.DiagnosticSource.

If you're interested in knowing all of the changes that went into 1.6.0 release, please go through the Release notes of all the previous pre-release versions for 1.6.0 for these two packages.

Commits
  • f69c025 Update CHANGLEOG for 1.7.0 (#5149)
  • ecef81d [api-extensions-logs] ExperimentalAttribute decoration for experimental APIs ...
  • f075128 Solve 404 error in unit test (#5145)
  • f5c1160 [api-logs] Define OTEL1000 & OTEL1001 diagnostics and decorate APIs (#4963)
  • 93fd7d3 Doc fix for RecordException (#5143)
  • 58e8f24 Add grpc instrumentation with experimental feature flag (#5130)
  • ff39563 Bump actions/stale from 8 to 9 (#5142)
  • ac56c9f Update documentation comments for `OpenTelemetryDependencyInjectionMeterProvi...
  • 57ee852 Simplify copyright disclaimer (#5140)
  • 7419d85 Export OpenMetrics format for prometheus exporters (#5107)
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.DependencyInjection.Abstractions from 7.0.0 to 8.0.0

Release notes

Sourced from Microsoft.Extensions.DependencyInjection.Abstractions's releases.

.NET 8.0.0

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Extensions.Options from 7.0.1 to 8.0.0

Release notes

Sourced from Microsoft.Extensions.Options's releases.

.NET 8.0.0

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Extensions.Options.ConfigurationExtensions from 7.0.0 to 8.0.0

Release notes

Sourced from Microsoft.Extensions.Options.ConfigurationExtensions's releases.

.NET 8.0.0

Release

What's Changed

... (truncated)

Commits

Updates OpenTelemetry.Extensions.Hosting from 1.6.0 to 1.7.0

Release notes

Sourced from OpenTelemetry.Extensions.Hosting's releases.

1.7.0 of AspNetCore and Http instrumentation libraries

From a feature standpoint, 1.7.0 release of these two instrumentation libraries don't have any additional changes on top of the respective 1.6.0 version packages. The major difference in 1.7.0 is that it depends on 1.7.0 version of OpenTelemetry.Api.ProviderBuilderExtensions which brings in >=8.0.0 version of System.Diagnostics.DiagnosticSource.

If you're interested in knowing all of the changes that went into 1.6.0 release, please go through the Release notes of all the previous pre-release versions for 1.6.0 for these two packages.

Commits
  • f69c025 Update CHANGLEOG for 1.7.0 (#5149)
  • ecef81d [api-extensions-logs] ExperimentalAttribute decoration for experimental APIs ...
  • f075128 Solve 404 error in unit test (#5145)
  • f5c1160 [api-logs] Define OTEL1000 & OTEL1001 diagnostics and decorate APIs (#4963)
  • 93fd7d3 Doc fix for RecordException (#5143)
  • 58e8f24 Add grpc instrumentation with experimental feature flag (#5130)
  • ff39563 Bump actions/stale from 8 to 9 (#5142)
  • ac56c9f Update documentation comments for `OpenTelemetryDependencyInjectionMeterProvi...
  • 57ee852 Simplify copyright disclaimer (#5140)
  • 7419d85 Export OpenMetrics format for prometheus exporters (#5107)
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.DependencyInjection.Abstractions from 7.0.0 to 8.0.0

Release notes

Sourced from Microsoft.Extensions.DependencyInjection.Abstractions's releases.

.NET 8.0.0

Release

What's Changed

... (truncated)

Commits

Bumps the otel group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [OpenTelemetry.Exporter.OpenTelemetryProtocol](https://github.com/open-telemetry/opentelemetry-dotnet) | `1.6.0` | `1.7.0` |
| [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) | `7.0.0` | `8.0.0` |
| [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) | `7.0.1` | `8.0.0` |
| [Microsoft.Extensions.Options.ConfigurationExtensions](https://github.com/dotnet/runtime) | `7.0.0` | `8.0.0` |
| [OpenTelemetry.Extensions.Hosting](https://github.com/open-telemetry/opentelemetry-dotnet) | `1.6.0` | `1.7.0` |
| [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) | `7.0.0` | `8.0.0` |
| [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) | `7.0.1` | `8.0.0` |
| [Microsoft.Extensions.Options.ConfigurationExtensions](https://github.com/dotnet/runtime) | `7.0.0` | `8.0.0` |
| [OpenTelemetry.Instrumentation.AspNetCore](https://github.com/open-telemetry/opentelemetry-dotnet) | `1.5.0-beta.1` | `1.7.0` |
| [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) | `7.0.0` | `8.0.0` |
| [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) | `7.0.1` | `8.0.0` |
| [OpenTelemetry.Instrumentation.Http](https://github.com/open-telemetry/opentelemetry-dotnet) | `1.5.0-beta.1` | `1.7.0` |
| [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) | `7.0.1` | `8.0.0` |
| [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) | `7.0.0` | `8.0.0` |


Updates `OpenTelemetry.Exporter.OpenTelemetryProtocol` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Commits](open-telemetry/opentelemetry-dotnet@core-1.6.0...core-1.7.0)

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

Updates `Microsoft.Extensions.Options` from 7.0.1 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.1...v8.0.0)

Updates `Microsoft.Extensions.Options.ConfigurationExtensions` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

Updates `OpenTelemetry.Extensions.Hosting` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Commits](open-telemetry/opentelemetry-dotnet@core-1.6.0...core-1.7.0)

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

Updates `Microsoft.Extensions.Options` from 7.0.1 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.1...v8.0.0)

Updates `Microsoft.Extensions.Options.ConfigurationExtensions` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

Updates `OpenTelemetry.Instrumentation.AspNetCore` from 1.5.0-beta.1 to 1.7.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Commits](open-telemetry/opentelemetry-dotnet@1.5.0-beta.1...core-1.7.0)

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

Updates `Microsoft.Extensions.Options` from 7.0.1 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.1...v8.0.0)

Updates `OpenTelemetry.Instrumentation.Http` from 1.5.0-beta.1 to 1.7.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Commits](open-telemetry/opentelemetry-dotnet@1.5.0-beta.1...core-1.7.0)

Updates `Microsoft.Extensions.Options` from 7.0.1 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.1...v8.0.0)

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: otel
- dependency-name: Microsoft.Extensions.Options
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: otel
- dependency-name: Microsoft.Extensions.Options.ConfigurationExtensions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: otel
- dependency-name: OpenTelemetry.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: otel
- dependency-name: Microsoft.Extensions.Options
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: otel
- dependency-name: Microsoft.Extensions.Options.ConfigurationExtensions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: otel
- dependency-name: OpenTelemetry.Instrumentation.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: otel
- dependency-name: Microsoft.Extensions.Options
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: otel
- dependency-name: OpenTelemetry.Instrumentation.Http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: Microsoft.Extensions.Options
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: otel
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: otel
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Dec 18, 2023
@dependabot dependabot bot requested a review from VMelnalksnis December 18, 2023 19:17
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 14, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 14, 2024
@dependabot dependabot bot deleted the dependabot/nuget/otel-c8b058d245 branch January 14, 2024 11:51
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.

1 participant