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

Release 1.10.0 #4000

Merged
merged 5 commits into from
Feb 5, 2025
Merged

Release 1.10.0 #4000

merged 5 commits into from
Feb 5, 2025

Conversation

Kielek
Copy link
Contributor

@Kielek Kielek commented Feb 3, 2025

1.10.0

This release include all changes from 1.10.0-beta.1
release.

Changed

Dependency updates

  • Updated Core components:
    1.11.1.
  • Following packages updated
    • OpenTelemetry.Instrumentation.GrpcNetClient from 1.10.0-beta.1 to 1.11.0-beta.1
    • OpenTelemetry.Instrumentation.Http from 1.10.0 to 1.11.0,
    • OpenTelemetry.Instrumentation.Process from 1.10.0-beta.1 to 1.11.0-beta.1,
    • OpenTelemetry.Instrumentation.Quartz from 1.10.0-beta.1 to 1.11.0-beta.1,
    • OpenTelemetry.Instrumentation.Runtime from 1.10.0 to 1.11.0,
    • OpenTelemetry.Instrumentation.SqlClient from 1.10.0-beta.1 to 1.11.0-beta.1,
    • OpenTelemetry.Instrumentation.Wcf from 1.10.0-beta.1 to 1.11.0-beta.1,
    • OpenTelemetry.Resources.Azure from 1.10.0-beta.1 to 1.11.0-beta.1,
    • OpenTelemetry.Resources.Container from 1.10.0-beta.1 to 1.11.0-beta.1,
    • OpenTelemetry.Resources.Host from 1.10.0-beta.1 to 1.11.0-beta.1,
    • OpenTelemetry.Resources.OperatingSystem from 1.10.0-beta.1 to 1.11.0-beta.1,
    • OpenTelemetry.Resources.Process from 1.10.0-beta.1 to 1.11.0-beta.1,
    • OpenTelemetry.Resources.ProcessRuntime from 1.10.0-beta.1 to 1.11.0-beta.1.
  • .NET only, following packages updated
    • OpenTelemetry.Instrumentation.AspNetCore from 1.10.1 to 1.11.0,
    • OpenTelemetry.Instrumentation.EntityFrameworkCore from 1.10.0-beta.1 to 1.11.0-beta.1,
    • OpenTelemetry.Instrumentation.StackExchangeRedis from 1.10.0-beta.1 to 1.11.0-beta.1.
  • .NET Framework only, following packages updated
    • Microsoft.Bcl.AsyncInterfaces updated from 9.0.0 to 9.0.1,
    • Microsoft.Extensions.Configuration updated from 9.0.0 to 9.0.1,
    • Microsoft.Extensions.Configuration.Abstractions updated from 9.0.0 to 9.0.1,
    • Microsoft.Extensions.Configuration.Binder updated from 9.0.0 to 9.0.1,
    • Microsoft.Extensions.DependencyInjection updated from 9.0.0 to 9.0.1,
    • Microsoft.Extensions.DependencyInjection.Abstractions
      updated from 9.0.0 to 9.0.1,
    • Microsoft.Extensions.Diagnostics.Abstractions updated from 9.0.0 to 9.0.1,
    • Microsoft.Extensions.Logging updated from 9.0.0 to 9.0.1,
    • Microsoft.Extensions.Logging.Abstractions updated from 9.0.0 to 9.0.1,
    • Microsoft.Extensions.Logging.Configuration updated from 9.0.0 to 9.0.1,
    • Microsoft.Extensions.Options updated from 9.0.0 to 9.0.1,
    • Microsoft.Extensions.Options.ConfigurationExtensions
      updated from 9.0.0 to 9.0.1,
    • Microsoft.Extensions.Primitives updated from 9.0.0 to 9.0.1,
    • OpenTelemetry.Instrumentation.AspNet from 1.10.0-beta.1 to 1.11.0-beta.1,
    • System.IO.Pipelines updated from 9.0.0 to 9.0.1,
    • System.Diagnostics.DiagnosticSource updated from 9.0.0 to 9.0.1,
    • System.Text.Encodings.Web update from 9.0.0 to 9.0.1,
    • System.Text.Json update from 9.0.0 to 9.0.1,
    • System.Threading.Tasks.Extensions" update from 4.5.4 to 4.6.0.

Removed

Dependency removals

  • Following packages removed
    • Google.Protobuf.
  • .NET only, following packages removed
    • Grpc.Core.Api.
    • Grpc.Net.Client.
    • Grpc.Net.Common.dll.

Tests

  • CI
  • MacOS with Linux Containers
  • Windows with Linux Containers

Checklist

  • CHANGELOG.md is updated.
  • Documentation is updated.
  • New features are covered by tests.

@Kielek Kielek marked this pull request as ready for review February 3, 2025 08:10
@Kielek Kielek requested a review from a team as a code owner February 3, 2025 08:10
@pellared
Copy link
Member

pellared commented Feb 3, 2025

When running nuke Workflow on macOS 15 with x64 I get very frequent failures from IntegrationTests.RabbitMqTests.SubmitsTraces and IntegrationTests.ContinuousProfilerTests.ExportAllocationSamples. After running about 5 times one or both of these failed.

17:31:46 [DBG] [xUnit.net 00:16:38.54] IntegrationTests: --- FAIL: IntegrationTests.RabbitMqTests.SubmitsTraces(6.0.0) (68,17s)
17:31:46 [DBG] [xUnit.net 00:16:38.54] IntegrationTests: === RUN   IntegrationTests.RabbitMqTests.SubmitsTraces(7.0.0)
17:31:46 [DBG]   Niepowodzenie IntegrationTests.RabbitMqTests.SubmitsTraces(packageVersion: "6.0.0") [1 m 8 s]
17:31:46 [DBG]   Komunikat o błędzie:
17:31:46 [DBG]
17:31:46 [DBG] Missing expectations:
17:31:46 [DBG]   - "<no description> Instrumentation Scope Name: 'OpenTelemetry.AutoInstrumentation.RabbitMq', predicate is null: 'False'"
10:49:59 [DBG] [xUnit.net 00:21:27.83] IntegrationTests: === RUN   IntegrationTests.ContinuousProfilerTests.ExportAllocationSamples()
10:50:13 [DBG] [xUnit.net 00:21:41.21] IntegrationTests: --- FAIL: IntegrationTests.ContinuousProfilerTests.ExportAllocationSamples() (13,33s)
10:50:13 [DBG]   Niepowodzenie IntegrationTests.ContinuousProfilerTests.ExportAllocationSamples [13 s]
10:50:13 [DBG]   Komunikat o błędzie:
10:50:13 [DBG]    Resource attribute "os.build_id" was not found
10:50:13 [DBG] Resource attribute "os.description" was not found
10:50:13 [DBG] Resource attribute "os.name" was not found
10:50:13 [DBG] Resource attribute "os.version" was not found

@Kielek
Copy link
Contributor Author

Kielek commented Feb 4, 2025

Windows nuke Workflow passed with Kafka tests disabled due to #4005. All Kafka tests are passing when executed synchronously.

@Kielek
Copy link
Contributor Author

Kielek commented Feb 4, 2025

Windows: After merging #4006, everything passed locally.

Copy link
Member

@pellared pellared left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I created:

None of the flaky tests seems like a release blocker to me.

@Kielek Kielek merged commit 4f0fe4c into open-telemetry:main Feb 5, 2025
38 checks passed
@Kielek Kielek deleted the release-1.10.0 branch February 5, 2025 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants