-
Notifications
You must be signed in to change notification settings - Fork 562
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 5 updates #6711
Conversation
f5eb8ea
to
b0dfad0
Compare
Bumps the opentelemetry group with 5 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.Extensions.Configuration.Binder](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.0` | | [OpenTelemetry.Exporter.OpenTelemetryProtocol](https://github.com/open-telemetry/opentelemetry-dotnet) | `1.9.0` | `1.10.0` | | [Microsoft.Extensions.Hosting.Abstractions](https://github.com/dotnet/runtime) | `9.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 9.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...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 9.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.0) Updates `Microsoft.Extensions.Hosting.Abstractions` from 9.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.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-patch 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-patch dependency-group: opentelemetry - dependency-name: Microsoft.Extensions.Hosting.Abstractions dependency-type: direct:production update-type: version-update:semver-patch 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] <support@github.com>
b0dfad0
to
c463e40
Compare
We don't want these updates. We are choosing to stay on 8.
<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.
@joperezr - I assume we want to stay on the current 1.9 version until [bug] targets other than net9.0 shouldn't be forced to use 9.0 dependencies (open-telemetry/opentelemetry-dotnet#5973) is sorted out.
Maybe we should close this PR until then?
@@ -129,9 +129,9 @@ | |||
<PackageVersion Include="Yarp.ReverseProxy" Version="2.2.0" /> | |||
<!-- Open Telemetry --> | |||
<PackageVersion Include="Npgsql.OpenTelemetry" Version="8.0.6" /> | |||
<PackageVersion Include="OpenTelemetry.Exporter.InMemory" Version="1.9.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.
We should also update the templates if we are taking this change.
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the opentelemetry group with 5 updates:
9.0.0
9.0.0
1.9.0
1.10.0
9.0.0
9.0.0
1.9.0
1.10.0
1.9.0
1.10.0
Updates
Microsoft.Extensions.Configuration.Binder
from 9.0.0 to 9.0.0Commits
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 9.0.0 to 9.0.0Commits
Updates
Microsoft.Extensions.Hosting.Abstractions
from 9.0.0 to 9.0.0Commits
Updates
OpenTelemetry.Extensions.Hosting
from 1.9.0 to 1.10.0Release notes
Sourced from OpenTelemetry.Extensions.Hosting's releases.
... (truncated)
Changelog
Sourced from OpenTelemetry.Extensions.Hosting'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
OpenTelemetry.Exporter.InMemory
from 1.9.0 to 1.10.0Release notes
Sourced from OpenTelemetry.Exporter.InMemory's releases.
... (truncated)
Changelog
Sourced from OpenTelemetry.Exporter.InMemory'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)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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions