Skip to content

Commit 306e33f

Browse files
authored
Drop support for Alpine 3.18 (#9864)
1 parent e875de3 commit 306e33f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

release-notes/8.0/supported-os.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"channel-version": "8.0",
3-
"last-updated": "2025-04-22",
3+
"last-updated": "2025-04-23",
44
"families": [
55
{
66
"name": "Android",
@@ -128,10 +128,10 @@
128128
"supported-versions": [
129129
"3.21",
130130
"3.20",
131-
"3.19",
132-
"3.18"
131+
"3.19"
133132
],
134133
"unsupported-versions": [
134+
"3.18",
135135
"3.17",
136136
"3.16"
137137
]

release-notes/8.0/supported-os.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# .NET 8.0 - Supported OS versions
22

3-
Last Updated: 2025/04/22; Support phase: Active
3+
Last Updated: 2025/04/23; Support phase: Active
44

55
[.NET 8.0](README.md) is an [LTS](../../release-policies.md) release and [is supported](../../support.md) on multiple operating systems per their lifecycle policy.
66

@@ -42,7 +42,7 @@ Notes:
4242

4343
| OS | Versions | Architectures | Lifecycle |
4444
| ----------------------------- | --------------------------- | --------------------- | -------------------- |
45-
| [Alpine][6] | 3.21, 3.20, 3.19, 3.18 | Arm32, Arm64, x64 | [Lifecycle][7] |
45+
| [Alpine][6] | 3.21, 3.20, 3.19 | Arm32, Arm64, x64 | [Lifecycle][7] |
4646
| [Azure Linux][8] | 3.0 | Arm64, x64 | None |
4747
| [CentOS Stream][9] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] |
4848
| [Debian][11] | 12 | Arm32, Arm64, x64 | [Lifecycle][12] |
@@ -115,6 +115,7 @@ The following operating system versions are no longer supported.
115115

116116
| OS | Version | Date |
117117
| --------------------- | ------------- | -------------------- |
118+
| Alpine | 3.18 | [2025-05-09](https://alpinelinux.org/posts/Alpine-3.17.10-3.18.9-3.19.4-3.20.3-released.html) |
118119
| Alpine | 3.17 | [2024-11-22](https://alpinelinux.org/posts/Alpine-3.17.10-3.18.9-3.19.4-3.20.3-released.html) |
119120
| Alpine | 3.16 | [2024-05-23](https://alpinelinux.org/posts/Alpine-3.16.9-3.17.7-3.18.6-released.html) |
120121
| Android | 11 | 2024-02-05 |

0 commit comments

Comments
 (0)