Skip to content

Commit 8120e95

Browse files
Merge branch 'main' into dotnet10-p5
2 parents e7aab44 + a032fea commit 8120e95

File tree

6 files changed

+32
-24
lines changed

6 files changed

+32
-24
lines changed

release-notes/10.0/supported-os.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"channel-version": "10.0",
3-
"last-updated": "2025-04-22",
3+
"last-updated": "2025-06-02",
44
"families": [
55
{
66
"name": "Android",
@@ -101,7 +101,7 @@
101101
"x64"
102102
],
103103
"supported-versions": [
104-
"3.21"
104+
"3.22"
105105
]
106106
},
107107
{
@@ -158,8 +158,7 @@
158158
"x64"
159159
],
160160
"supported-versions": [
161-
"42",
162-
"41"
161+
"42"
163162
]
164163
},
165164
{
@@ -219,7 +218,6 @@
219218
],
220219
"supported-versions": [
221220
"25.04",
222-
"24.10",
223221
"24.04",
224222
"22.04"
225223
]

release-notes/10.0/supported-os.md

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

3-
Last Updated: 2025/04/22; Support phase: Preview
3+
Last Updated: 2025/06/02; Support phase: Preview
44

55
[.NET 10.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,15 +42,15 @@ Notes:
4242

4343
| OS | Versions | Architectures | Lifecycle |
4444
| ----------------------------- | --------------------------- | --------------------- | -------------------- |
45-
| [Alpine][6] | 3.21 | Arm32, Arm64, x64 | [Lifecycle][7] |
45+
| [Alpine][6] | 3.22 | 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] | 13, 12 | Arm32, Arm64, x64 | [Lifecycle][12] |
49-
| [Fedora][13] | 42, 41 | Arm32, Arm64, x64 | [Lifecycle][14] |
49+
| [Fedora][13] | 42 | Arm32, Arm64, x64 | [Lifecycle][14] |
5050
| [openSUSE Leap][15] | 15.6 | Arm64, x64 | [Lifecycle][16] |
5151
| [Red Hat Enterprise Linux][17] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][18] |
5252
| [SUSE Enterprise Linux][19] | 15.6 | Arm64, x64 | [Lifecycle][20] |
53-
| [Ubuntu][21] | 25.04, 24.10, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] |
53+
| [Ubuntu][21] | 25.04, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] |
5454

5555
Notes:
5656

release-notes/8.0/supported-os.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"channel-version": "8.0",
3-
"last-updated": "2025-04-23",
3+
"last-updated": "2025-06-02",
44
"families": [
55
{
66
"name": "Android",
@@ -126,6 +126,7 @@
126126
"x64"
127127
],
128128
"supported-versions": [
129+
"3.22",
129130
"3.21",
130131
"3.20",
131132
"3.19"
@@ -193,10 +194,10 @@
193194
],
194195
"supported-versions": [
195196
"42",
196-
"41",
197-
"40"
197+
"41"
198198
],
199199
"unsupported-versions": [
200+
"40",
200201
"39",
201202
"38",
202203
"37"
@@ -269,11 +270,11 @@
269270
],
270271
"supported-versions": [
271272
"25.04",
272-
"24.10",
273273
"24.04",
274274
"22.04"
275275
],
276276
"unsupported-versions": [
277+
"24.10",
277278
"20.04",
278279
"23.10",
279280
"23.04"

release-notes/8.0/supported-os.md

Lines changed: 6 additions & 4 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/23; Support phase: Active
3+
Last Updated: 2025/06/02; 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,15 +42,15 @@ Notes:
4242

4343
| OS | Versions | Architectures | Lifecycle |
4444
| ----------------------------- | --------------------------- | --------------------- | -------------------- |
45-
| [Alpine][6] | 3.21, 3.20, 3.19 | Arm32, Arm64, x64 | [Lifecycle][7] |
45+
| [Alpine][6] | 3.22, 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] |
49-
| [Fedora][13] | 42, 41, 40 | Arm32, Arm64, x64 | [Lifecycle][14] |
49+
| [Fedora][13] | 42, 41 | Arm32, Arm64, x64 | [Lifecycle][14] |
5050
| [openSUSE Leap][15] | 15.6 | Arm64, x64 | [Lifecycle][16] |
5151
| [Red Hat Enterprise Linux][17] | 10, 9, 8 | Arm64, ppc64le, s390x, x64 | [Lifecycle][18] |
5252
| [SUSE Enterprise Linux][19] | 15.6 | Arm64, x64 | [Lifecycle][20] |
53-
| [Ubuntu][21] | 25.04, 24.10, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] |
53+
| [Ubuntu][21] | 25.04, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] |
5454

5555
Notes:
5656

@@ -120,6 +120,7 @@ The following operating system versions are no longer supported.
120120
| Alpine | 3.16 | [2024-05-23](https://alpinelinux.org/posts/Alpine-3.16.9-3.17.7-3.18.6-released.html) |
121121
| Android | 11 | 2024-02-05 |
122122
| Debian | 11 | [2024-08-14](https://lists.debian.org/debian-release/2024/06/msg00700.html) |
123+
| Fedora | 40 | 2025-05-13 |
123124
| Fedora | 39 | 2024-11-26 |
124125
| Fedora | 38 | 2024-05-21 |
125126
| Fedora | 37 | 2023-12-05 |
@@ -138,6 +139,7 @@ The following operating system versions are no longer supported.
138139
| tvOS | 14 | 2021-09-20 |
139140
| tvOS | 13 | 2020-09-16 |
140141
| tvOS | 12.2 | - |
142+
| Ubuntu | 24.10 | 2025-07-10 |
141143
| Ubuntu | 20.04 | 2025-05-31 |
142144
| Ubuntu | 23.10 | 2024-07-12 |
143145
| Ubuntu | 23.04 | 2024-01-20 |

release-notes/9.0/supported-os.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"channel-version": "9.0",
3-
"last-updated": "2025-04-22",
3+
"last-updated": "2025-06-02",
44
"families": [
55
{
66
"name": "Android",
@@ -118,6 +118,7 @@
118118
"x64"
119119
],
120120
"supported-versions": [
121+
"3.22",
121122
"3.21",
122123
"3.20",
123124
"3.19"
@@ -177,7 +178,9 @@
177178
],
178179
"supported-versions": [
179180
"42",
180-
"41",
181+
"41"
182+
],
183+
"unsupported-versions": [
181184
"40"
182185
]
183186
},
@@ -242,9 +245,11 @@
242245
],
243246
"supported-versions": [
244247
"25.04",
245-
"24.10",
246248
"24.04",
247249
"22.04"
250+
],
251+
"unsupported-versions": [
252+
"24.10"
248253
]
249254
}
250255
]

release-notes/9.0/supported-os.md

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

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

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

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

4343
| OS | Versions | Architectures | Lifecycle |
4444
| ----------------------------- | --------------------------- | --------------------- | -------------------- |
45-
| [Alpine][6] | 3.21, 3.20, 3.19 | Arm32, Arm64, x64 | [Lifecycle][7] |
45+
| [Alpine][6] | 3.22, 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] |
49-
| [Fedora][13] | 42, 41, 40 | Arm32, Arm64, x64 | [Lifecycle][14] |
49+
| [Fedora][13] | 42, 41 | Arm32, Arm64, x64 | [Lifecycle][14] |
5050
| [openSUSE Leap][15] | 15.6 | Arm64, x64 | [Lifecycle][16] |
5151
| [Red Hat Enterprise Linux][17] | 10, 9, 8 | Arm64, ppc64le, s390x, x64 | [Lifecycle][18] |
5252
| [SUSE Enterprise Linux][19] | 15.6 | Arm64, x64 | [Lifecycle][20] |
53-
| [Ubuntu][21] | 25.04, 24.10, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] |
53+
| [Ubuntu][21] | 25.04, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] |
5454

5555
Notes:
5656

@@ -116,6 +116,7 @@ The following operating system versions are no longer supported.
116116

117117
| OS | Version | Date |
118118
| --------------------- | ------------- | -------------------- |
119+
| Fedora | 40 | 2025-05-13 |
119120
| iOS | 16 | [2025-03-31](https://support.apple.com/HT213407) |
120121
| iPadOS | 16 | [2025-03-31](https://developer.apple.com/documentation/ios-ipados-release-notes/ipados-16-release-notes) |
121122
| openSUSE Leap | 15.5 | 2024-12-31 |
@@ -124,6 +125,7 @@ The following operating system versions are no longer supported.
124125
| tvOS | 14 | 2021-09-20 |
125126
| tvOS | 13 | 2020-09-16 |
126127
| tvOS | 12.2 | - |
128+
| Ubuntu | 24.10 | 2025-07-10 |
127129

128130
## About
129131

0 commit comments

Comments
 (0)