Skip to content

Commit e875de3

Browse files
authored
Update Ubuntu and Fedora versions (#9861)
1 parent 5b97245 commit e875de3

File tree

6 files changed

+20
-16
lines changed

6 files changed

+20
-16
lines changed

release-notes/10.0/supported-os.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"channel-version": "10.0",
3-
"last-updated": "2025-04-17",
3+
"last-updated": "2025-04-22",
44
"families": [
55
{
66
"name": "Android",
@@ -158,6 +158,7 @@
158158
"x64"
159159
],
160160
"supported-versions": [
161+
"42",
161162
"41"
162163
]
163164
},
@@ -349,4 +350,4 @@
349350
"The [QEMU](https://www.qemu.org/) emulator is not supported to run .NET apps. QEMU is used, for example, to emulate Arm64 containers on x64, and vice versa.",
350351
"Microsoft-provided portable Arm32 glibc builds are supported on distro versions with a [Y2038 compatible glibc](https://github.com/dotnet/core/discussions/9285), for example Debian 12, Ubuntu 22.04, and higher versions."
351352
]
352-
}
353+
}

release-notes/10.0/supported-os.md

Lines changed: 2 additions & 2 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/17; Support phase: Preview
3+
Last Updated: 2025/04/22; 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

@@ -46,7 +46,7 @@ Notes:
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] | 41 | 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 | Arm64, ppc64le, s390x, x64 | [Lifecycle][18] |
5252
| [SUSE Enterprise Linux][19] | 15.6 | Arm64, x64 | [Lifecycle][20] |

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-17",
3+
"last-updated": "2025-04-22",
44
"families": [
55
{
66
"name": "Android",
@@ -192,6 +192,7 @@
192192
"x64"
193193
],
194194
"supported-versions": [
195+
"42",
195196
"41",
196197
"40"
197198
],
@@ -270,10 +271,10 @@
270271
"25.04",
271272
"24.10",
272273
"24.04",
273-
"22.04",
274-
"20.04"
274+
"22.04"
275275
],
276276
"unsupported-versions": [
277+
"20.04",
277278
"23.10",
278279
"23.04"
279280
]
@@ -402,4 +403,4 @@
402403
"The [QEMU](https://www.qemu.org/) emulator is not supported to run .NET apps. QEMU is used, for example, to emulate Arm64 containers on x64, and vice versa.",
403404
"Microsoft-provided portable Arm32 glibc builds are supported on distro versions with a [Y2038 incompatible glibc](https://github.com/dotnet/core/discussions/9285) or a Y2038 compatible glibc with [_TIME_BITS](https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html) set to 32-bit, for example Debian 12, Ubuntu 22.04, and lower versions."
404405
]
405-
}
406+
}

release-notes/8.0/supported-os.md

Lines changed: 5 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/17; Support phase: Active
3+
Last Updated: 2025/04/22; 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

@@ -46,11 +46,11 @@ Notes:
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] | 41, 40 | Arm32, Arm64, x64 | [Lifecycle][14] |
49+
| [Fedora][13] | 42, 41, 40 | 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, 20.04 | Arm32, Arm64, x64 | [Lifecycle][22] |
53+
| [Ubuntu][21] | 25.04, 24.10, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] |
5454

5555
Notes:
5656

@@ -137,7 +137,8 @@ The following operating system versions are no longer supported.
137137
| tvOS | 14 | 2021-09-20 |
138138
| tvOS | 13 | 2020-09-16 |
139139
| tvOS | 12.2 | - |
140-
| Ubuntu | 23.10 | 2024-07-11 |
140+
| Ubuntu | 20.04 | 2025-05-31 |
141+
| Ubuntu | 23.10 | 2024-07-12 |
141142
| Ubuntu | 23.04 | 2024-01-20 |
142143
| Windows | 11 22H2 (W) | [2024-10-08](https://learn.microsoft.com/windows/release-health/windows11-release-information) |
143144
| Windows | 11 21H2 (E) | [2024-10-08](https://learn.microsoft.com/windows/release-health/windows11-release-information) |

release-notes/9.0/supported-os.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"channel-version": "9.0",
3-
"last-updated": "2025-04-17",
3+
"last-updated": "2025-04-22",
44
"families": [
55
{
66
"name": "Android",
@@ -176,6 +176,7 @@
176176
"x64"
177177
],
178178
"supported-versions": [
179+
"42",
179180
"41",
180181
"40"
181182
]
@@ -372,4 +373,4 @@
372373
"The [QEMU](https://www.qemu.org/) emulator is not supported to run .NET apps. QEMU is used, for example, to emulate Arm64 containers on x64, and vice versa.",
373374
"Microsoft-provided portable Arm32 glibc builds are supported on distro versions with a [Y2038 compatible glibc](https://github.com/dotnet/core/discussions/9285), for example Debian 12, Ubuntu 22.04, and higher versions."
374375
]
375-
}
376+
}

release-notes/9.0/supported-os.md

Lines changed: 2 additions & 2 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/17; Support phase: Active
3+
Last Updated: 2025/04/22; 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

@@ -46,7 +46,7 @@ Notes:
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] | 41, 40 | Arm32, Arm64, x64 | [Lifecycle][14] |
49+
| [Fedora][13] | 42, 41, 40 | 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] |

0 commit comments

Comments
 (0)