-
Notifications
You must be signed in to change notification settings - Fork 168
Bump the dotnet group with 5 updates #5717
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 dotnet group with 5 updates #5717
Conversation
Bumps OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.13.1 to 1.14.0 Bumps OpenTelemetry.Extensions.Hosting from 1.13.1 to 1.14.0 Bumps OpenTelemetry.Instrumentation.AspNetCore from 1.13.0 to 1.14.0 Bumps OpenTelemetry.Instrumentation.Http from 1.13.0 to 1.14.0 Bumps OpenTelemetry.Instrumentation.Runtime from 1.13.0 to 1.14.0 --- updated-dependencies: - dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: OpenTelemetry.Extensions.Hosting dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: OpenTelemetry.Instrumentation.AspNetCore dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: OpenTelemetry.Instrumentation.Http dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: OpenTelemetry.Instrumentation.Runtime dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com>
b3eddcb to
025d307
Compare
|
Superseded by #5721. |
|
Superseded by #5720. |
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.
Approved; this PR will merge when all status checks pass.
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.
Approved; this PR will merge when all status checks pass.
|
Superseded by #5719. |
Updated OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.13.1 to 1.14.0.
Release notes
Sourced from OpenTelemetry.Exporter.OpenTelemetryProtocol's releases.
1.14.0
For highlights and announcements pertaining to this release see: Release Notes > 1.14.0.
The following changes are from the previous release 1.14.0-rc.1.
NuGet: OpenTelemetry v1.14.0
Breaking Change NuGet packages now use the Sigstore bundle format
(
.sigstore.json) for digital signatures instead of separate signature(
.sig) and certificate (.pem) files. This requires cosign 3.0 or laterfor verification. See the Digital signing
section for updated verification instructions.
(#6623)
Update to stable versions for .NET 10.0 NuGet packages.
(#6667)
Update
Microsoft.Extensions.*dependencies to10.0.0for .NET Frameworkand .NET Standard.
(#6667)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.14.0
Breaking Change NuGet packages now use the Sigstore bundle format
(
.sigstore.json) for digital signatures instead of separate signature(
.sig) and certificate (.pem) files. This requires cosign 3.0 or laterfor verification. See the Digital signing
section for updated verification instructions.
(#6623)
Update
System.Diagnostics.DiagnosticSourcedependency to10.0.0for all target frameworks.
(#6667)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.14.0
Breaking Change NuGet packages now use the Sigstore bundle format
(
.sigstore.json) for digital signatures instead of separate signature(
.sig) and certificate (.pem) files. This requires cosign 3.0 or laterfor verification. See the Digital signing
section for updated verification instructions.
(#6623)
Update to stable versions for .NET 10.0 NuGet packages.
(#6667)
Update
Microsoft.Extensions.*dependencies to10.0.0for .NET Framework... (truncated)
1.14.0-rc.1
The following changes are from the previous release 1.13.1.
NuGet: OpenTelemetry v1.14.0-rc.1
Breaking Change When targeting
net8.0, the package now depends on version8.0.0of theMicrosoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.Diagnostics.AbstractionsandMicrosoft.Extensions.Logging.ConfigurationNuGet packages.(#6327)
Add support for .NET 10.0.
(#6307)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.14.0-rc.1
Add support for .NET 10.0.
(#6307)
Update
System.Diagnostics.DiagnosticSourcedependency to10.0.0for all target frameworks.
(#6307)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.14.0-rc.1
Breaking Change When targeting
net8.0, the package now depends on version8.0.0of theMicrosoft.Extensions.DependencyInjection.AbstractionsNuGet package.(#6327)
Add support for .NET 10.0.
(#6307)
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Console v1.14.0-rc.1
Breaking Change When targeting
net8.0, the package now depends on version8.0.0of theMicrosoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.Diagnostics.AbstractionsandMicrosoft.Extensions.Logging.ConfigurationNuGet packages.(#6327)
Add support for .NET 10.0.
(#6307)
See CHANGELOG for details.
... (truncated)
1.14.0-beta.1
The following changes are from the previous release 1.13.1-beta.1.
NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.14.0-beta.1
Breaking Change When targeting
net8.0, the package now depends on version8.0.0of theMicrosoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.Diagnostics.AbstractionsandMicrosoft.Extensions.Logging.ConfigurationNuGet packages.(#6327)
Add support for .NET 10.0.
(#6307)
Added the possibility to disable timestamps via the
PrometheusAspNetCoreOptions.(#6600)
Breaking Change NuGet packages now use the Sigstore bundle format
(
.sigstore.json) for digital signatures instead of separate signature(
.sig) and certificate (.pem) files. This requires cosign 3.0 or laterfor verification. See the Digital signing
section for updated verification instructions.
(#6623)
Updated OpenTelemetry core component version(s) to
1.14.0.(#6689)
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Prometheus.HttpListener v1.14.0-beta.1
Breaking Change When targeting
net8.0, the package now depends on version8.0.0of theMicrosoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.Diagnostics.AbstractionsandMicrosoft.Extensions.Logging.ConfigurationNuGet packages.(#6327)
Add support for .NET 10.0.
(#6307)
Added the possibility to disable timestamps via the
PrometheusHttpListenerOptions.(#6600)
Breaking Change NuGet packages now use the Sigstore bundle format
(
.sigstore.json) for digital signatures instead of separate signature(
.sig) and certificate (.pem) files. This requires cosign 3.0 or laterfor verification. See the Digital signing
section for updated verification instructions.
(#6623)
Updated OpenTelemetry core component version(s) to
1.14.0.... (truncated)
Commits viewable in compare view.
Updated OpenTelemetry.Extensions.Hosting from 1.13.1 to 1.14.0.
Release notes
Sourced from OpenTelemetry.Extensions.Hosting's releases.
1.14.0
For highlights and announcements pertaining to this release see: Release Notes > 1.14.0.
The following changes are from the previous release 1.14.0-rc.1.
NuGet: OpenTelemetry v1.14.0
Breaking Change NuGet packages now use the Sigstore bundle format
(
.sigstore.json) for digital signatures instead of separate signature(
.sig) and certificate (.pem) files. This requires cosign 3.0 or laterfor verification. See the Digital signing
section for updated verification instructions.
(#6623)
Update to stable versions for .NET 10.0 NuGet packages.
(#6667)
Update
Microsoft.Extensions.*dependencies to10.0.0for .NET Frameworkand .NET Standard.
(#6667)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.14.0
Breaking Change NuGet packages now use the Sigstore bundle format
(
.sigstore.json) for digital signatures instead of separate signature(
.sig) and certificate (.pem) files. This requires cosign 3.0 or laterfor verification. See the Digital signing
section for updated verification instructions.
(#6623)
Update
System.Diagnostics.DiagnosticSourcedependency to10.0.0for all target frameworks.
(#6667)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.14.0
Breaking Change NuGet packages now use the Sigstore bundle format
(
.sigstore.json) for digital signatures instead of separate signature(
.sig) and certificate (.pem) files. This requires cosign 3.0 or laterfor verification. See the Digital signing
section for updated verification instructions.
(#6623)
Update to stable versions for .NET 10.0 NuGet packages.
(#6667)
Update
Microsoft.Extensions.*dependencies to10.0.0for .NET Framework... (truncated)
1.14.0-rc.1
The following changes are from the previous release 1.13.1.
NuGet: OpenTelemetry v1.14.0-rc.1
Breaking Change When targeting
net8.0, the package now depends on version8.0.0of theMicrosoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.Diagnostics.AbstractionsandMicrosoft.Extensions.Logging.ConfigurationNuGet packages.(#6327)
Add support for .NET 10.0.
(#6307)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.14.0-rc.1
Add support for .NET 10.0.
(#6307)
Update
System.Diagnostics.DiagnosticSourcedependency to10.0.0for all target frameworks.
(#6307)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.14.0-rc.1
Breaking Change When targeting
net8.0, the package now depends on version8.0.0of theMicrosoft.Extensions.DependencyInjection.AbstractionsNuGet package.(#6327)
Add support for .NET 10.0.
(#6307)
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Console v1.14.0-rc.1
Breaking Change When targeting
net8.0, the package now depends on version8.0.0of theMicrosoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.Diagnostics.AbstractionsandMicrosoft.Extensions.Logging.ConfigurationNuGet packages.(#6327)
Add support for .NET 10.0.
(#6307)
See CHANGELOG for details.
... (truncated)
1.14.0-beta.1
The following changes are from the previous release 1.13.1-beta.1.
NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.14.0-beta.1
Breaking Change When targeting
net8.0, the package now depends on version8.0.0of theMicrosoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.Diagnostics.AbstractionsandMicrosoft.Extensions.Logging.ConfigurationNuGet packages.(#6327)
Add support for .NET 10.0.
(#6307)
Added the possibility to disable timestamps via the
PrometheusAspNetCoreOptions.(#6600)
Breaking Change NuGet packages now use the Sigstore bundle format
(
.sigstore.json) for digital signatures instead of separate signature(
.sig) and certificate (.pem) files. This requires cosign 3.0 or laterfor verification. See the Digital signing
section for updated verification instructions.
(#6623)
Updated OpenTelemetry core component version(s) to
1.14.0.(#6689)
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Prometheus.HttpListener v1.14.0-beta.1
Breaking Change When targeting
net8.0, the package now depends on version8.0.0of theMicrosoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.Diagnostics.AbstractionsandMicrosoft.Extensions.Logging.ConfigurationNuGet packages.(#6327)
Add support for .NET 10.0.
(#6307)
Added the possibility to disable timestamps via the
PrometheusHttpListenerOptions.(#6600)
Breaking Change NuGet packages now use the Sigstore bundle format
(
.sigstore.json) for digital signatures instead of separate signature(
.sig) and certificate (.pem) files. This requires cosign 3.0 or laterfor verification. See the Digital signing
section for updated verification instructions.
(#6623)
Updated OpenTelemetry core component version(s) to
1.14.0.... (truncated)
Commits viewable in compare view.
Updated OpenTelemetry.Instrumentation.AspNetCore from 1.13.0 to 1.14.0.
Release notes
Sourced from OpenTelemetry.Instrumentation.AspNetCore's releases.
1.14.0
NuGet: OpenTelemetry.Exporter.Geneva v1.14.0
Add support for .NET 10.0.
(#2822)
Update .NET 10.0 NuGet package versions from
10.0.0-rc.2.25502.107to10.0.0.(#3403)
Updated OpenTelemetry core component version(s) to
1.14.0.(#3403)
See CHANGELOG for details.
1.14.0-rc.1
NuGet: OpenTelemetry.Instrumentation.AspNetCore v1.14.0-rc.1
(#2822)
See CHANGELOG for details.
1.14.0-beta.1
NuGet: OpenTelemetry.Extensions v1.14.0-beta.1
Add support for .NET 10.0.
(#2822)
Update .NET 10.0 NuGet package versions from
10.0.0-rc.2.25502.107to10.0.0.(#3403)
Updated OpenTelemetry core component version(s) to
1.14.0.(#3403)
See CHANGELOG for details.
1.14.0-alpha.1
NuGet: OpenTelemetry.Instrumentation.EventCounters v1.14.0-alpha.1
1.14.0.(#3403)
See CHANGELOG for details.
1.13.1
NuGet: OpenTelemetry.Exporter.Geneva v1.13.1
service.name,service.instanceId, and custom attributes.(#3214)
(#3360)
See CHANGELOG for details.
Commits viewable in compare view.
Updated OpenTelemetry.Instrumentation.Http from 1.13.0 to 1.14.0.
Release notes
Sourced from OpenTelemetry.Instrumentation.Http's releases.
1.14.0
NuGet: OpenTelemetry.Exporter.Geneva v1.14.0
Add support for .NET 10.0.
(#2822)
Update .NET 10.0 NuGet package versions from
10.0.0-rc.2.25502.107to10.0.0.(#3403)
Updated OpenTelemetry core component version(s) to
1.14.0.(#3403)
See CHANGELOG for details.
1.14.0-rc.1
NuGet: OpenTelemetry.Instrumentation.AspNetCore v1.14.0-rc.1
(#2822)
See CHANGELOG for details.
1.14.0-beta.1
NuGet: OpenTelemetry.Extensions v1.14.0-beta.1
Add support for .NET 10.0.
(#2822)
Update .NET 10.0 NuGet package versions from
10.0.0-rc.2.25502.107to10.0.0.(#3403)
Updated OpenTelemetry core component version(s) to
1.14.0.(#3403)
See CHANGELOG for details.
1.14.0-alpha.1
NuGet: OpenTelemetry.Instrumentation.EventCounters v1.14.0-alpha.1
1.14.0.(#3403)
See CHANGELOG for details.
1.13.1
NuGet: OpenTelemetry.Exporter.Geneva v1.13.1
service.name,service.instanceId, and custom attributes.(#3214)
(#3360)
See CHANGELOG for details.
Commits viewable in compare view.
Updated OpenTelemetry.Instrumentation.Runtime from 1.13.0 to 1.14.0.
Release notes
Sourced from OpenTelemetry.Instrumentation.Runtime's releases.
1.14.0
NuGet: OpenTelemetry.Exporter.Geneva v1.14.0
Add support for .NET 10.0.
(#2822)
Update .NET 10.0 NuGet package versions from
10.0.0-rc.2.25502.107to10.0.0.(#3403)
Updated OpenTelemetry core component version(s) to
1.14.0.(#3403)
See CHANGELOG for details.
1.14.0-rc.1
NuGet: OpenTelemetry.Instrumentation.AspNetCore v1.14.0-rc.1
(#2822)
See CHANGELOG for details.
1.14.0-beta.1
NuGet: OpenTelemetry.Extensions v1.14.0-beta.1
Add support for .NET 10.0.
(#2822)
Update .NET 10.0 NuGet package versions from
10.0.0-rc.2.25502.107to10.0.0.(#3403)
Updated OpenTelemetry core component version(s) to
1.14.0.(#3403)
See CHANGELOG for details.
1.14.0-alpha.1
NuGet: OpenTelemetry.Instrumentation.EventCounters v1.14.0-alpha.1
1.14.0.(#3403)
See CHANGELOG for details.
1.13.1
NuGet: OpenTelemetry.Exporter.Geneva v1.13.1
service.name,service.instanceId, and custom attributes.(#3214)
(#3360)
See CHANGELOG for details.
Commits viewable in compare view.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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