Skip to content

Commit 71f2b0e

Browse files
Bump dotnet/sdk from 9.0.203-bookworm-slim to 9.0.300-bookworm-slim in /docker (#4208)
* Bump dotnet/sdk in /docker Bumps dotnet/sdk from 9.0.203-bookworm-slim to 9.0.300-bookworm-slim. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 9.0.300-bookworm-slim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump .NET SDK to 9.0.300/8.0.408 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Kiełkowicz <[email protected]>
1 parent 485fabc commit 71f2b0e

14 files changed

+43
-41
lines changed

.github/workflows/build-nuget-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
3434
with:
3535
dotnet-version: |
36-
8.0.408
37-
9.0.203
36+
8.0.409
37+
9.0.300
3838
3939
- name: Check for NuGet packages cache
4040
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag: v4.2.3

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
3737
with:
3838
dotnet-version: |
39-
8.0.408
40-
9.0.203
39+
8.0.409
40+
9.0.300
4141
4242
- name: Check for NuGet packages cache
4343
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag: v4.2.3

.github/workflows/check-sdk-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup .NET
2222
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
2323
with:
24-
dotnet-version: 9.0.203
24+
dotnet-version: 9.0.300
2525

2626
- name: Run VerifySdkVersions
2727
run: ./build.cmd VerifySdkVersions

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
6565
with:
6666
dotnet-version: |
67-
8.0.408
68-
9.0.203
67+
8.0.409
68+
9.0.300
6969
7070
- name: Check for NuGet packages cache
7171
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag: v4.2.3
@@ -119,8 +119,8 @@ jobs:
119119
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
120120
with:
121121
dotnet-version: |
122-
8.0.408
123-
9.0.203
122+
8.0.409
123+
9.0.300
124124
125125
- name: Check for NuGet packages cache
126126
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag: v4.2.3
@@ -158,8 +158,8 @@ jobs:
158158
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
159159
with:
160160
dotnet-version: |
161-
8.0.408
162-
9.0.203
161+
8.0.409
162+
9.0.300
163163
164164
- name: Check for NuGet packages cache
165165
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag: v4.2.3
@@ -257,8 +257,8 @@ jobs:
257257
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
258258
with:
259259
dotnet-version: |
260-
8.0.408
261-
9.0.203
260+
8.0.409
261+
9.0.300
262262
263263
- name: Check for NuGet packages cache
264264
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag: v4.2.3

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
7979
with:
8080
dotnet-version: |
81-
8.0.408
82-
9.0.203
81+
8.0.409
82+
9.0.300
8383
8484
# If the analyze step fails for one of the languages you are analyzing with
8585
# "We were unable to automatically build your code", modify the matrix above

.github/workflows/dotnet-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup .NET
2929
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
3030
with:
31-
dotnet-version: 9.0.203
31+
dotnet-version: 9.0.300
3232

3333
- name: dotnet format
3434
run: dotnet format .\OpenTelemetry.AutoInstrumentation.sln --no-restore --verify-no-changes

.github/workflows/release-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
1717
with:
1818
dotnet-version: |
19-
8.0.408
20-
9.0.203
19+
8.0.409
20+
9.0.300
2121
2222
- name: Test the PowerShell module instructions from README.md
2323
shell: powershell
@@ -65,8 +65,8 @@ jobs:
6565
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
6666
with:
6767
dotnet-version: |
68-
8.0.408
69-
9.0.203
68+
8.0.409
69+
9.0.300
7070
7171
- name: Install MacOS CoreUtils
7272
if: ${{ runner.os == 'macOS' }}

.github/workflows/verify-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
4040
with:
4141
dotnet-version: |
42-
8.0.408
43-
9.0.203
42+
8.0.409
43+
9.0.300
4444
4545
- name: Run BuildTracer and ManagedTests
4646
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 }}

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h
1212
- Support for [`Npgsql`](https://www.nuget.org/packages/Npgsql/)
1313
metrics instrumentation for versions `6.0.0`+.
1414
- In install script, Install-OpenTelemetryCore accepts optional argument RegisterAssembliesInGAC,
15-
which is true by default. When set to false, assemblies would not be installed in GAC.
16-
- In install script, new function added: Register-AssembliesInGAC. It installs OpenTelemetry assemblies
17-
and dependencies in GAC.
15+
which is true by default. When set to false, assemblies would not be installed
16+
in GAC.
17+
- In install script, new function added: Register-AssembliesInGAC. It installs
18+
OpenTelemetry assemblies and dependencies in GAC.
1819

1920
### Changed
2021

22+
- Musl-based (Alpine) libraries are compiled on Alpine v3.21.
2123
- `otel-dotnet-auto-install.sh` now optionally uses `wget` instead of `curl`,
2224
improving compatibility with `mcr.microsoft.com/dotnet/runtime` Alpine images.
2325
- Non-default application domains will be forced to load with LoaderOptimization.SingleDomain

docker/alpine.dockerfile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:9.0.203-alpine3.20@sha256:823a26bb53762a51795dbcdcf67659360d6f62823f5a83dc380cbef226d4ded3
1+
FROM mcr.microsoft.com/dotnet/sdk:9.0.300-alpine3.21@sha256:2244f80ac7179b0feaf83ffca8fe82d31fbced5b7e353755bf9515a420eba711
22
RUN apk update \
33
&& apk upgrade \
44
&& apk add --no-cache --update \
5-
clang=17.0.6-r1 \
6-
cmake=3.29.3-r0 \
5+
clang=19.1.4-r0 \
6+
cmake=3.31.1-r0 \
77
make=4.4.1-r2 \
8-
bash=5.2.26-r0 \
9-
alpine-sdk=1.0-r1 \
10-
protobuf=24.4-r1 \
11-
protobuf-dev=24.4-r1 \
12-
grpc=1.62.1-r0 \
13-
grpc-plugins=1.62.1-r0
8+
bash=5.2.37-r0 \
9+
alpine-sdk=1.1-r0 \
10+
protobuf=24.4-r4 \
11+
protobuf-dev=24.4-r4 \
12+
grpc=1.62.1-r2 \
13+
grpc-plugins=1.62.1-r2
1414

1515
ENV IsAlpine=true
1616
ENV PROTOBUF_PROTOC=/usr/bin/protoc
@@ -21,7 +21,7 @@ RUN curl -sSL https://dot.net/v1/dotnet-install.sh --output dotnet-install.sh \
2121
&& echo "SHA256: $(sha256sum dotnet-install.sh)" \
2222
&& echo "19b0a7890c371201b944bf0f8cdbb6460d053d63ddbea18cfed3e4199769ce17 dotnet-install.sh" | sha256sum -c \
2323
&& chmod +x ./dotnet-install.sh \
24-
&& ./dotnet-install.sh -v 8.0.408 --install-dir /usr/share/dotnet --no-path \
24+
&& ./dotnet-install.sh -v 8.0.409 --install-dir /usr/share/dotnet --no-path \
2525
&& rm dotnet-install.sh
2626

2727
WORKDIR /project

0 commit comments

Comments
 (0)