From 0b0f728a079dfae880d7b044d20ffe4aac01a362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 13:01:08 +0000 Subject: [PATCH] Bump .NET to 8.0.201 (#3280) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump dotnet/sdk in /docker Bumps dotnet/sdk from 8.0.200-bookworm-slim to 8.0.201-bookworm-slim. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump .NET to 8.0.201 in other places --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Kiełkowicz --- .github/workflows/build-nuget-packages.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/ci.yml | 8 ++++---- .github/workflows/dotnet-format.yml | 2 +- .github/workflows/release-publish.yml | 4 ++-- .github/workflows/verify-test.yml | 2 +- docker/alpine.dockerfile | 2 +- docker/debian.dockerfile | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build-nuget-packages.yml b/.github/workflows/build-nuget-packages.yml index 1f08253cfa..2dde76d8d2 100644 --- a/.github/workflows/build-nuget-packages.yml +++ b/.github/workflows/build-nuget-packages.yml @@ -31,7 +31,7 @@ jobs: dotnet-version: | 6.0.419 7.0.406 - 8.0.200 + 8.0.201 - name: Check for NuGet packages cache uses: actions/cache@v4.0.0 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb253f1ef0..d312725309 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: dotnet-version: | 6.0.419 7.0.406 - 8.0.200 + 8.0.201 - name: Check for NuGet packages cache uses: actions/cache@v4.0.0 id: nuget-cache diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6112648989..76e7024ad8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: dotnet-version: | 6.0.419 7.0.406 - 8.0.200 + 8.0.201 - name: Check for NuGet packages cache uses: actions/cache@v4.0.0 id: nuget-cache @@ -101,7 +101,7 @@ jobs: dotnet-version: | 6.0.419 7.0.406 - 8.0.200 + 8.0.201 - name: Check for NuGet packages cache uses: actions/cache@v4.0.0 id: nuget-cache @@ -133,7 +133,7 @@ jobs: dotnet-version: | 6.0.419 7.0.406 - 8.0.200 + 8.0.201 - name: Check for NuGet packages cache uses: actions/cache@v4.0.0 id: nuget-cache @@ -208,7 +208,7 @@ jobs: dotnet-version: | 6.0.419 7.0.406 - 8.0.200 + 8.0.201 - name: Check for NuGet packages cache uses: actions/cache@v4.0.0 id: nuget-cache diff --git a/.github/workflows/dotnet-format.yml b/.github/workflows/dotnet-format.yml index bd35562cae..6cdcb5a29c 100644 --- a/.github/workflows/dotnet-format.yml +++ b/.github/workflows/dotnet-format.yml @@ -25,7 +25,7 @@ jobs: - name: Setup .NET 8 uses: actions/setup-dotnet@v4.0.0 with: - dotnet-version: 8.0.200 + dotnet-version: 8.0.201 - name: dotnet format run: dotnet format .\OpenTelemetry.AutoInstrumentation.sln --no-restore --verify-no-changes diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index e3a3b7795a..696a656680 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -13,7 +13,7 @@ jobs: dotnet-version: | 6.0.419 7.0.406 - 8.0.200 + 8.0.201 - name: Test the PowerShell module instructions from README.md shell: powershell run: | @@ -58,7 +58,7 @@ jobs: dotnet-version: | 6.0.419 7.0.406 - 8.0.200 + 8.0.201 - run: brew install coreutils if: ${{ runner.os == 'macOS' }} - name: Create test directory diff --git a/.github/workflows/verify-test.yml b/.github/workflows/verify-test.yml index 9021a1ffeb..897d1b4c2c 100644 --- a/.github/workflows/verify-test.yml +++ b/.github/workflows/verify-test.yml @@ -32,7 +32,7 @@ jobs: dotnet-version: | 6.0.419 7.0.406 - 8.0.200 + 8.0.201 - run: ./build.cmd BuildTracer ManagedTests --containers ${{ matrix.containers }} --test-project "${{ github.event.inputs.testProject }}" --test-name '"${{ github.event.inputs.testName }}"' --test-count ${{ github.event.inputs.count }} - name: Upload logs uses: actions/upload-artifact@v4.3.1 diff --git a/docker/alpine.dockerfile b/docker/alpine.dockerfile index 479f5f1e13..eeeffdc8d6 100644 --- a/docker/alpine.dockerfile +++ b/docker/alpine.dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:8.0.200-alpine3.18 +FROM mcr.microsoft.com/dotnet/sdk:8.0.201-alpine3.18 RUN apk update \ && apk upgrade \ && apk add --no-cache --update \ diff --git a/docker/debian.dockerfile b/docker/debian.dockerfile index 7ea2c199c5..73234656ba 100644 --- a/docker/debian.dockerfile +++ b/docker/debian.dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:8.0.200-bookworm-slim +FROM mcr.microsoft.com/dotnet/sdk:8.0.201-bookworm-slim RUN wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb && \ dpkg -i packages-microsoft-prod.deb && \