-
Notifications
You must be signed in to change notification settings - Fork 533
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
Bump the opentelemetry group with 8 updates #7266
Conversation
Bumps the opentelemetry group with 8 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.Extensions.Configuration.Binder](https://github.com/dotnet/runtime) | `8.0.2` | `9.0.0` | | [OpenTelemetry.Exporter.OpenTelemetryProtocol](https://github.com/open-telemetry/opentelemetry-dotnet) | `1.9.0` | `1.10.0` | | [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) | `8.0.2` | `9.0.0` | | [Microsoft.Extensions.Hosting.Abstractions](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.0` | | [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) | `8.0.2` | `9.0.0` | | [Microsoft.Extensions.Primitives](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` | | [OpenTelemetry.Extensions.Hosting](https://github.com/open-telemetry/opentelemetry-dotnet) | `1.9.0` | `1.10.0` | | [OpenTelemetry.Exporter.InMemory](https://github.com/open-telemetry/opentelemetry-dotnet) | `1.9.0` | `1.10.0` | Updates `Microsoft.Extensions.Configuration.Binder` from 8.0.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.2...v9.0.0) Updates `OpenTelemetry.Exporter.OpenTelemetryProtocol` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/RELEASENOTES.md) - [Commits](open-telemetry/opentelemetry-dotnet@core-1.9.0...core-1.10.0) Updates `Microsoft.Extensions.Configuration.Binder` from 8.0.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.2...v9.0.0) Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 8.0.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.2...v9.0.0) Updates `Microsoft.Extensions.Hosting.Abstractions` from 8.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.0) Updates `Microsoft.Extensions.Logging.Abstractions` from 8.0.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.2...v9.0.0) Updates `Microsoft.Extensions.Primitives` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v9.0.0) Updates `OpenTelemetry.Extensions.Hosting` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/RELEASENOTES.md) - [Commits](open-telemetry/opentelemetry-dotnet@core-1.9.0...core-1.10.0) Updates `OpenTelemetry.Exporter.InMemory` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/RELEASENOTES.md) - [Commits](open-telemetry/opentelemetry-dotnet@core-1.9.0...core-1.10.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.Binder dependency-type: direct:production update-type: version-update:semver-major dependency-group: opentelemetry - dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol dependency-type: direct:production update-type: version-update:semver-minor dependency-group: opentelemetry - dependency-name: Microsoft.Extensions.Configuration.Binder dependency-type: direct:production update-type: version-update:semver-major dependency-group: opentelemetry - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-type: direct:production update-type: version-update:semver-major dependency-group: opentelemetry - dependency-name: Microsoft.Extensions.Hosting.Abstractions dependency-type: direct:production update-type: version-update:semver-major dependency-group: opentelemetry - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-major dependency-group: opentelemetry - dependency-name: Microsoft.Extensions.Primitives dependency-type: direct:production update-type: version-update:semver-major dependency-group: opentelemetry - dependency-name: OpenTelemetry.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-minor dependency-group: opentelemetry - dependency-name: OpenTelemetry.Exporter.InMemory dependency-type: direct:production update-type: version-update:semver-minor dependency-group: opentelemetry ... Signed-off-by: dependabot[bot] <[email protected]>
8e47071
to
42286ac
Compare
|
@sebastienros or someone could you please sign off on my minor fixes |
<PackageVersion Include="OpenTelemetry.Exporter.InMemory" Version="1.9.0" /> | ||
<PackageVersion Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.9.0" /> | ||
<PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.9.0" /> | ||
<PackageVersion Include="OpenTelemetry.Exporter.InMemory" Version="1.10.0" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Starting with 1.10 (there is a 1.11.1 btw) the net8.0 target depends on
Microsoft.Extensions.Diagnostics.Abstractions (>= 9.0.0)
Microsoft.Extensions.Logging.Configuration (>= 9.0.0)
System.Diagnostics.DiagnosticSource (>= 9.0.0)
@eerhardt Do we need to split this for net8.0 and net9.0
@@ -90,14 +90,14 @@ | |||
<MicrosoftExtensionsDiagnosticsHealthChecksLTSVersion>8.0.12</MicrosoftExtensionsDiagnosticsHealthChecksLTSVersion> | |||
<MicrosoftExtensionsFeaturesLTSVersion>8.0.12</MicrosoftExtensionsFeaturesLTSVersion> | |||
<!-- Runtime --> | |||
<MicrosoftExtensionsHostingAbstractionsLTSVersion>8.0.1</MicrosoftExtensionsHostingAbstractionsLTSVersion> | |||
<MicrosoftExtensionsHostingAbstractionsLTSVersion>9.0.0</MicrosoftExtensionsHostingAbstractionsLTSVersion> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are the LTS versions, so they should not be bumped to 9.0. There is the <MicrosoftExtensionsHostingAbstractions>
tag that tracks it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah - didn't think of support angle. @eerhardt I think you were already looking at this, perhaps I should clsoe this PR
See .NET Aspire is stuck on OpenTelemetry 1.9.0 (dotnet/aspire#7123). Closing. @danmoseley - if you want, can you disable OTel dependabot updates for now? |
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Bumps the opentelemetry group with 8 updates:
8.0.2
9.0.0
1.9.0
1.10.0
8.0.2
9.0.0
8.0.1
9.0.0
8.0.2
9.0.0
8.0.0
9.0.0
1.9.0
1.10.0
1.9.0
1.10.0
Updates
Microsoft.Extensions.Configuration.Binder
from 8.0.2 to 9.0.0Release notes
Sourced from Microsoft.Extensions.Configuration.Binder's releases.
... (truncated)
Commits
9d5a6a9
Merge commit '7dab903b20269d78c6bc08d5269947db7d35c22b'7dab903
Update dependencies from https://github.com/dotnet/emsdk build 20241028.2 (#1...5f6da41
Merge commit '7b9e6158be5956687564d249afdad36fbc57750e'7b9e615
Bump downlevels for 9.0 (#109288)0456c7e
Merge commit '2b46f3a7eb3d0df99c523e5648f00cc8b53caa05'2b46f3a
[release/9.0] Permit unencrypted key exports from CNG (#109134)2df1137
Merge commit 'f9b6a512f7dea63d0c55648576b11790362c7e12'f9b6a51
Update dependencies from https://github.com/dotnet/emsdk build 20241019.2 (#1...ab1c0fb
Merge commit 'd5baa14e684167fabdd980ee16d307994398f912'd5baa14
[release/9.0] Initialize managed and native values in the ICustomMarshaler ma...Updates
OpenTelemetry.Exporter.OpenTelemetryProtocol
from 1.9.0 to 1.10.0Release notes
Sourced from OpenTelemetry.Exporter.OpenTelemetryProtocol's releases.
... (truncated)
Changelog
Sourced from OpenTelemetry.Exporter.OpenTelemetryProtocol's changelog.
Commits
626b30e
[release] Prepare release core-1.10.0 (#5968)8ae9453
[repo] Updates for .NET 9 release (#5967)6fbae0d
[docs] Add digital signing section with sigstore details (#5961)ae3feb9
[otlp] OTLP Exporter Custom serializer - (Part 2) Histogram and Exponential H...d113ecf
[docs-metrics] Add content for histogram bucket configuration via advice api ...2aae6e1
[tests] Clean up class structure in metrics tests (#5960)6044583
[otlp] OTLP Exporter Custom serializer - (Part 1) Counter and Gauge (#5958)e3b920c
Move Reiley Yang 🐇 to Emeritus👋 (#5959)8c1cd64
[docs] Tweaks for stable metric point reclaim (#5957)112e17f
[sdk-metrics] Stablize MetricPoint reclaim feature for delta aggregation (#5956)Updates
Microsoft.Extensions.Configuration.Binder
from 8.0.2 to 9.0.0Release notes
Sourced from Microsoft.Extensions.Configuration.Binder's releases.
... (truncated)
Commits
9d5a6a9
Merge commit '7dab903b20269d78c6bc08d5269947db7d35c22b'7dab903
Update dependencies from https://github.com/dotnet/emsdk build 20241028.2 (#1...5f6da41
Merge commit '7b9e6158be5956687564d249afdad36fbc57750e'7b9e615
Bump downlevels for 9.0 (#109288)0456c7e
Merge commit '2b46f3a7eb3d0df99c523e5648f00cc8b53caa05'2b46f3a
[release/9.0] Permit unencrypted key exports from CNG (#109134)2df1137
Merge commit 'f9b6a512f7dea63d0c55648576b11790362c7e12'f9b6a51
Update dependencies from https://github.com/dotnet/emsdk build 20241019.2 (#1...ab1c0fb
Merge commit 'd5baa14e684167fabdd980ee16d307994398f912'd5baa14
[release/9.0] Initialize managed and native values in the ICustomMarshaler ma...Updates
Microsoft.Extensions.DependencyInjection.Abstractions
from 8.0.2 to 9.0.0Release notes
Sourced from Microsoft.Extensions.DependencyInjection.Abstractions's releases.
... (truncated)
Commits
9d5a6a9
Merge commit '7dab903b20269d78c6bc08d5269947db7d35c22b'7dab903
Update dependencies from https://github.com/dotnet/emsdk build 20241028.2 (#1...5f6da41
Merge commit '7b9e6158be5956687564d249afdad36fbc57750e'7b9e615
Bump downlevels for 9.0 (#109288)0456c7e
Merge commit '2b46f3a7eb3d0df99c523e5648f00cc8b53caa05'2b46f3a
[release/9.0] Permit unencrypted key exports from CNG (#109134)2df1137
Merge commit 'f9b6a512f7dea63d0c55648576b11790362c7e12'f9b6a51
Update dependencies from https://github.com/dotnet/emsdk build 20241019.2 (#1...ab1c0fb
Merge commit 'd5baa14e684167fabdd980ee16d307994398f912'd5baa14
[release/9.0] Initialize managed and native values in the ICustomMarshaler ma...Updates
Microsoft.Extensions.Hosting.Abstractions
from 8.0.1 to 9.0.0Release notes
Sourced from Microsoft.Extensions.Hosting.Abstractions's releases.
... (truncated)
Commits
9d5a6a9
Merge commit '7dab903b20269d78c6bc08d5269947db7d35c22b'7dab903
Update dependencies from https://github.com/dotnet/emsdk build 20241028.2 (#1...5f6da41
Merge commit '7b9e6158be5956687564d249afdad36fbc57750e'