From 3b31fa018eab3c4352ddf768f4e7ff06dd735d5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 23:04:04 +0000 Subject: [PATCH 1/2] Bump dotnet-sdk from 9.0.304 to 9.0.305 Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 9.0.304 to 9.0.305. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](https://github.com/dotnet/sdk/compare/v9.0.304...v9.0.305) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-version: 9.0.305 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 7a16cf42b1..2655d1a8a6 100644 --- a/global.json +++ b/global.json @@ -2,6 +2,6 @@ "sdk": { "rollForward": "latestFeature", "allowPrerelease": false, - "version": "9.0.304" + "version": "9.0.305" } } From e7a2f9e8bedbec0784b08b03bc4981df1424108b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kie=C5=82kowicz?= Date: Thu, 11 Sep 2025 06:25:14 +0200 Subject: [PATCH 2/2] Bump .NET SDK do 9.0.305/8.0.414 --- test/OpenTelemetry.Instrumentation.Cassandra.Tests/Dockerfile | 4 ++-- .../Dockerfile | 4 ++-- .../Dockerfile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test/OpenTelemetry.Instrumentation.Cassandra.Tests/Dockerfile b/test/OpenTelemetry.Instrumentation.Cassandra.Tests/Dockerfile index 979ead3991..4b4705e140 100644 --- a/test/OpenTelemetry.Instrumentation.Cassandra.Tests/Dockerfile +++ b/test/OpenTelemetry.Instrumentation.Cassandra.Tests/Dockerfile @@ -5,8 +5,8 @@ ARG BUILD_SDK_VERSION=9.0 ARG TEST_SDK_VERSION=9.0 -FROM mcr.microsoft.com/dotnet/sdk:8.0.413@sha256:7fd287cec03e027e39be13fb06ca1347f1338c7a6ab4ad305d94d91852693f70 AS dotnet-sdk-8.0 -FROM mcr.microsoft.com/dotnet/sdk:9.0.304@sha256:ae000be75dac94fc40e00f0eee903289e985995cc06dac3937469254ce5b60b6 AS dotnet-sdk-9.0 +FROM mcr.microsoft.com/dotnet/sdk:8.0.414@sha256:3cef19377b2ef2a0171e930a24627677447c3e41b5f2eab84ff4895f1b15d254 AS dotnet-sdk-8.0 +FROM mcr.microsoft.com/dotnet/sdk:9.0.305@sha256:bb42ae2c058609d1746baf24fe6864ecab0686711dfca1f4b7a99e367ab17162 AS dotnet-sdk-9.0 FROM dotnet-sdk-${BUILD_SDK_VERSION} AS build ARG PUBLISH_CONFIGURATION=Release diff --git a/test/OpenTelemetry.Instrumentation.ConfluentKafka.Tests/Dockerfile b/test/OpenTelemetry.Instrumentation.ConfluentKafka.Tests/Dockerfile index cb8e68a126..44d00ce3cb 100644 --- a/test/OpenTelemetry.Instrumentation.ConfluentKafka.Tests/Dockerfile +++ b/test/OpenTelemetry.Instrumentation.ConfluentKafka.Tests/Dockerfile @@ -5,8 +5,8 @@ ARG BUILD_SDK_VERSION=9.0 ARG TEST_SDK_VERSION=9.0 -FROM mcr.microsoft.com/dotnet/sdk:8.0.413@sha256:7fd287cec03e027e39be13fb06ca1347f1338c7a6ab4ad305d94d91852693f70 AS dotnet-sdk-8.0 -FROM mcr.microsoft.com/dotnet/sdk:9.0.304@sha256:ae000be75dac94fc40e00f0eee903289e985995cc06dac3937469254ce5b60b6 AS dotnet-sdk-9.0 +FROM mcr.microsoft.com/dotnet/sdk:8.0.414@sha256:3cef19377b2ef2a0171e930a24627677447c3e41b5f2eab84ff4895f1b15d254 AS dotnet-sdk-8.0 +FROM mcr.microsoft.com/dotnet/sdk:9.0.305@sha256:bb42ae2c058609d1746baf24fe6864ecab0686711dfca1f4b7a99e367ab17162 AS dotnet-sdk-9.0 FROM dotnet-sdk-${BUILD_SDK_VERSION} AS build ARG PUBLISH_CONFIGURATION=Release diff --git a/test/OpenTelemetry.Instrumentation.StackExchangeRedis.Tests/Dockerfile b/test/OpenTelemetry.Instrumentation.StackExchangeRedis.Tests/Dockerfile index 5fe1764039..e0231d0d55 100644 --- a/test/OpenTelemetry.Instrumentation.StackExchangeRedis.Tests/Dockerfile +++ b/test/OpenTelemetry.Instrumentation.StackExchangeRedis.Tests/Dockerfile @@ -5,8 +5,8 @@ ARG BUILD_SDK_VERSION=9.0 ARG TEST_SDK_VERSION=9.0 -FROM mcr.microsoft.com/dotnet/sdk:8.0.413@sha256:7fd287cec03e027e39be13fb06ca1347f1338c7a6ab4ad305d94d91852693f70 AS dotnet-sdk-8.0 -FROM mcr.microsoft.com/dotnet/sdk:9.0.304@sha256:ae000be75dac94fc40e00f0eee903289e985995cc06dac3937469254ce5b60b6 AS dotnet-sdk-9.0 +FROM mcr.microsoft.com/dotnet/sdk:8.0.414@sha256:3cef19377b2ef2a0171e930a24627677447c3e41b5f2eab84ff4895f1b15d254 AS dotnet-sdk-8.0 +FROM mcr.microsoft.com/dotnet/sdk:9.0.305@sha256:bb42ae2c058609d1746baf24fe6864ecab0686711dfca1f4b7a99e367ab17162 AS dotnet-sdk-9.0 FROM dotnet-sdk-${BUILD_SDK_VERSION} AS build ARG PUBLISH_CONFIGURATION=Release