Skip to content

Commit 8b9a7d8

Browse files
Bump OpenTelemetry.Instrumentation.AspNetCore from 1.17.0 to 1.18.0 (#1318)
Updated [OpenTelemetry.Instrumentation.AspNetCore](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) from 1.17.0 to 1.18.0. <details> <summary>Release notes</summary> _Sourced from [OpenTelemetry.Instrumentation.AspNetCore's releases](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases)._ ## 1.18.0 * NuGet: [OpenTelemetry.Exporter.OneCollector v1.18.0](https://www.nuget.org/packages/OpenTelemetry.Exporter.OneCollector/1.18.0) * Updated OpenTelemetry core component version(s) to `1.18.0`. ([#​5022](open-telemetry/opentelemetry-dotnet-contrib#5022)) See [CHANGELOG](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/blob/Exporter.OneCollector-1.18.0/src/OpenTelemetry.Exporter.OneCollector/CHANGELOG.md) for details. ## 1.18.0-rc.1 * NuGet: [OpenTelemetry.Instrumentation.Process v1.18.0-rc.1](https://www.nuget.org/packages/OpenTelemetry.Instrumentation.Process/1.18.0-rc.1) * Updated OpenTelemetry core component version(s) to `1.18.0`. ([#​5022](open-telemetry/opentelemetry-dotnet-contrib#5022)) See [CHANGELOG](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/blob/Instrumentation.Process-1.18.0-rc.1/src/OpenTelemetry.Instrumentation.Process/CHANGELOG.md) for details. ## 1.18.0-beta.2 * NuGet: [OpenTelemetry.Exporter.Geneva v1.18.0-beta.2](https://www.nuget.org/packages/OpenTelemetry.Exporter.Geneva/1.18.0-beta.2) * Updated OpenTelemetry core component version(s) to `1.18.0`. ([#​5022](open-telemetry/opentelemetry-dotnet-contrib#5022)) See [CHANGELOG](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/blob/Exporter.Geneva-1.18.0-beta.2/src/OpenTelemetry.Exporter.Geneva/CHANGELOG.md) for details. ## 1.18.0-beta.1 * NuGet: [OpenTelemetry.Exporter.Geneva v1.18.0-beta.1](https://www.nuget.org/packages/OpenTelemetry.Exporter.Geneva/1.18.0-beta.1) * Fixed a metric TLV serialization issue where an exemplar whose filtered tags serialized to more than 255 bytes caused the payload to be corrupted. ([#​4856](open-telemetry/opentelemetry-dotnet-contrib#4856)) * Renamed the `PrivatePreviewEnableOtlpProtobufEncoding` connection string switch to `EnableOtlpProtobufEncoding`. The old `PrivatePreviewEnableOtlpProtobufEncoding` switch is no longer supported. ([#​4920](open-telemetry/opentelemetry-dotnet-contrib#4920)) * Fixed a regression introduced in `1.17.0` where `EtwDataTransport` prepended a synthetic 4-byte length field to the ETW payload for logs and traces, causing the agent to reject the data with "Bad forward protocol format". The raw payload is once again written as a single unframed field. ([#​4941](open-telemetry/opentelemetry-dotnet-contrib#4941)) See [CHANGELOG](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/blob/Exporter.Geneva-1.18.0-beta.1/src/OpenTelemetry.Exporter.Geneva/CHANGELOG.md) for details. ## 1.18.0-alpha.1 * NuGet: [OpenTelemetry.Instrumentation.EventCounters v1.18.0-alpha.1](https://www.nuget.org/packages/OpenTelemetry.Instrumentation.EventCounters/1.18.0-alpha.1) * Added argument validation for EventCounter source names and refresh intervals. ([#​5012](open-telemetry/opentelemetry-dotnet-contrib#5012)) * Updated OpenTelemetry core component version(s) to `1.18.0`. ([#​5022](open-telemetry/opentelemetry-dotnet-contrib#5022)) See [CHANGELOG](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/blob/Instrumentation.EventCounters-1.18.0-alpha.1/src/OpenTelemetry.Instrumentation.EventCounters/CHANGELOG.md) for details. Commits viewable in [compare view](open-telemetry/opentelemetry-dotnet-contrib@Exporter.Geneva-1.17.0...Exporter.OneCollector-1.18.0). </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=OpenTelemetry.Instrumentation.AspNetCore&package-manager=nuget&previous-version=1.17.0&new-version=1.18.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b6e23c9 commit 8b9a7d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<PackageVersion Include="OpenAI" Version="2.12.0" />
6363
<PackageVersion Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.18.0" />
6464
<PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.17.0" />
65-
<PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.17.0" />
65+
<PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.18.0" />
6666
<PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.17.0" />
6767
<PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.17.0" />
6868
<PackageVersion Include="OpenTelemetry.Instrumentation.SqlClient" Version="1.17.0" />

0 commit comments

Comments
 (0)