From 560ad9e6f5f6f68169b8f1daa318ac64c56f0d25 Mon Sep 17 00:00:00 2001 From: "Kraemer, Benjamin" Date: Fri, 17 Oct 2025 09:24:51 +0200 Subject: [PATCH 1/6] Update OSes --- release-notes/10.0/supported-os.json | 20 ++-- release-notes/10.0/supported-os.md | 64 ++++++------- release-notes/8.0/supported-os.json | 33 ++++--- release-notes/8.0/supported-os.md | 132 ++++++++++++++------------- release-notes/9.0/supported-os.json | 33 +++++-- release-notes/9.0/supported-os.md | 92 ++++++++++--------- 6 files changed, 209 insertions(+), 165 deletions(-) diff --git a/release-notes/10.0/supported-os.json b/release-notes/10.0/supported-os.json index 237465f0b7..74181c7863 100644 --- a/release-notes/10.0/supported-os.json +++ b/release-notes/10.0/supported-os.json @@ -11,7 +11,7 @@ "link": "https://www.android.com/", "lifecycle": "https://support.google.com/android", "architectures": ["Arm32", "Arm64", "x64"], - "supported-versions": ["15", "14", "13", "12.1", "12"], + "supported-versions": ["16", "15", "14", "13"], "notes": ["API 21 is used as the minimum SDK target."] } ] @@ -24,7 +24,7 @@ "name": "iOS", "link": "https://developer.apple.com/ios/", "architectures": ["Arm64"], - "supported-versions": ["18"], + "supported-versions": ["26", "18"], "notes": ["iOS 12.2 is used as the minimum SDK target."] }, { @@ -32,14 +32,14 @@ "name": "iPadOS", "link": "https://developer.apple.com/ipados/", "architectures": ["Arm64"], - "supported-versions": ["18"] + "supported-versions": ["26", "18"] }, { "id": "macos", "name": "macOS", "link": "https://developer.apple.com/macos/", "architectures": ["Arm64", "x64"], - "supported-versions": ["15", "14"], + "supported-versions": ["26", "15", "14"], "notes": [ "The iOS and tvOS simulators are supported on macOS Arm64 and x64.", "The x64 emulator (Rosetta 2) is supported on macOS Arm64.", @@ -51,7 +51,7 @@ "name": "tvOS", "link": "https://developer.apple.com/tvos/", "architectures": ["Arm64"], - "supported-versions": ["18"] + "supported-versions": ["26"] } ] }, @@ -103,7 +103,7 @@ "link": "https://www.opensuse.org/", "lifecycle": "https://en.opensuse.org/Lifetime", "architectures": ["Arm64", "x64"], - "supported-versions": ["15.6"] + "supported-versions": ["16.0", "15.6"] }, { "id": "rhel", @@ -122,7 +122,7 @@ "link": "https://www.suse.com/", "lifecycle": "https://www.suse.com/lifecycle/", "architectures": ["Arm64", "x64"], - "supported-versions": ["15.6"] + "supported-versions": ["15.7", "15.6"] }, { "id": "ubuntu", @@ -130,7 +130,7 @@ "link": "https://ubuntu.com/", "lifecycle": "https://wiki.ubuntu.com/Releases", "architectures": ["Arm32", "Arm64", "x64"], - "supported-versions": ["25.04", "24.04", "22.04"] + "supported-versions": ["25.10", "25.04", "24.04", "22.04"] } ] }, @@ -152,14 +152,14 @@ "lifecycle": "https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet", "architectures": ["Arm64", "x64", "x86"], "supported-versions": [ + "11-25h2-e", + "11-25h2-w", "11-24h2-iot-lts", "11-24h2-e-lts", "11-24h2-e", "11-24h2-w", "11-23h2-e", "11-23h2-w", - "11-22h2-e", - "10-22h2", "10-21h2-e-lts", "10-21h2-iot-lts", "10-1809-e-lts", diff --git a/release-notes/10.0/supported-os.md b/release-notes/10.0/supported-os.md index 9a75d9fd7f..bfa970073f 100644 --- a/release-notes/10.0/supported-os.md +++ b/release-notes/10.0/supported-os.md @@ -1,14 +1,14 @@ # .NET 10.0 - Supported OS versions -Last Updated: 2025/06/02; Support phase: Preview +Last Updated: 2025/06/02; Support phase: GoLive [.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. ## Android -| OS | Versions | Architectures | Lifecycle | -| ----------------------------- | --------------------------- | --------------------- | -------------------- | -| [Android][0] | 15, 14, 13, 12.1, 12 | Arm32, Arm64, x64 | [Lifecycle][1] | +| OS | Versions | Architectures | Lifecycle | +| ------------ | -------------- | ----------------- | -------------- | +| [Android][0] | 16, 15, 14, 13 | Arm32, Arm64, x64 | [Lifecycle][1] | Notes: @@ -19,12 +19,12 @@ Notes: ## Apple -| OS | Versions | Architectures | Lifecycle | -| ----------------------------- | --------------------------- | --------------------- | -------------------- | -| [iOS][2] | 18 | Arm64 | None | -| [iPadOS][3] | 18 | Arm64 | None | -| [macOS][4] | 15, 14 | Arm64, x64 | None | -| [tvOS][5] | 18 | Arm64 | None | +| OS | Versions | Architectures | Lifecycle | +| ----------- | ---------- | ------------- | --------- | +| [iOS][2] | 26, 18 | Arm64 | None | +| [iPadOS][3] | 26, 18 | Arm64 | None | +| [macOS][4] | 26, 15, 14 | Arm64, x64 | None | +| [tvOS][5] | 26 | Arm64 | None | Notes: @@ -40,17 +40,17 @@ Notes: ## Linux -| OS | Versions | Architectures | Lifecycle | -| ----------------------------- | --------------------------- | --------------------- | -------------------- | -| [Alpine][6] | 3.22 | Arm32, Arm64, x64 | [Lifecycle][7] | -| [Azure Linux][8] | 3.0 | Arm64, x64 | None | -| [CentOS Stream][9] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] | -| [Debian][11] | 13, 12 | Arm32, Arm64, x64 | [Lifecycle][12] | -| [Fedora][13] | 42 | Arm32, Arm64, x64 | [Lifecycle][14] | -| [openSUSE Leap][15] | 15.6 | Arm64, x64 | [Lifecycle][16] | -| [Red Hat Enterprise Linux][17] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][18] | -| [SUSE Enterprise Linux][19] | 15.6 | Arm64, x64 | [Lifecycle][20] | -| [Ubuntu][21] | 25.04, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] | +| OS | Versions | Architectures | Lifecycle | +| ------------------------------ | ---------- | -------------------------- | --------------- | +| [Alpine][6] | 3.22 | Arm32, Arm64, x64 | [Lifecycle][7] | +| [Azure Linux][8] | 3.0 | Arm64, x64 | None | +| [CentOS Stream][9] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] | +| [Debian][11] | 13, 12 | Arm32, Arm64, x64 | [Lifecycle][12] | +| [Fedora][13] | 42 | Arm32, Arm64, x64 | [Lifecycle][14] | +| [openSUSE Leap][15] | 16.0, 15.6 | Arm64, x64 | [Lifecycle][16] | +| [Red Hat Enterprise Linux][17] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][18] | +| [SUSE Enterprise Linux][19] | 15.7, 15.6 | Arm64, x64 | [Lifecycle][20] | +| [Ubuntu][21] | 25.10, 25.04, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] | Notes: @@ -76,12 +76,12 @@ Notes: ## Windows -| OS | Versions | Architectures | Lifecycle | -| ----------------------------- | --------------------------- | --------------------- | -------------------- | -| [Nano Server][23] | 2025, 2022, 2019 | x64 | [Lifecycle][24] | -| [Windows][25] | 11 24H2 (IoT), 11 24H2 (E), 11 24H2, 11 23H2, 11 22H2 (E), 10 22H2, 10 21H2 (E), 10 21H2 (IoT), 10 1809 (E), 10 1607 (E) | Arm64, x64, x86 | [Lifecycle][26] | -| [Windows Server][27] | 2025, 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | -| [Windows Server Core][23] | 2025, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | +| OS | Versions | Architectures | Lifecycle | +| ------------------------- | ----------------------------------------------------------------------------------------------------------- | --------------- | --------------- | +| [Nano Server][23] | 2025, 2022, 2019 | x64 | [Lifecycle][24] | +| [Windows][25] | 11 25H2, 11 24H2 (IoT), 11 24H2 (E), 11 24H2, 11 23H2, 10 21H2 (E), 10 21H2 (IoT), 10 1809 (E), 10 1607 (E) | Arm64, x64, x86 | [Lifecycle][26] | +| [Windows Server][27] | 2025, 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | +| [Windows Server Core][23] | 2025, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | Notes: @@ -99,11 +99,11 @@ Notes: Microsoft-provided [portable Linux builds](../../linux.md) define minimum compatibility primarily via libc version. -| Libc | Version | Architectures | Source | -| ------------- | ------- | --------------------- | ------------ | -| glibc | 2.27 | Arm64, x64 | Ubuntu 18.04 | -| glibc | 2.35 | Arm32 | Ubuntu 22.04 | -| musl | 1.2.3 | Arm32, Arm64, x64 | Alpine 3.17 | +| Libc | Version | Architectures | Source | +| ----- | ------- | ----------------- | ------------ | +| glibc | 2.27 | Arm64, x64 | Ubuntu 18.04 | +| glibc | 2.35 | Arm32 | Ubuntu 22.04 | +| musl | 1.2.3 | Arm32, Arm64, x64 | Alpine 3.17 | ## Notes diff --git a/release-notes/8.0/supported-os.json b/release-notes/8.0/supported-os.json index 3a9813132b..6ea67fa629 100644 --- a/release-notes/8.0/supported-os.json +++ b/release-notes/8.0/supported-os.json @@ -16,13 +16,14 @@ "x64" ], "supported-versions": [ + "16", "15", "14", - "13", - "12.1", - "12" + "13" ], "unsupported-versions": [ + "12.1", + "12", "11" ], "notes": [ @@ -42,10 +43,11 @@ "Arm64" ], "supported-versions": [ - "18", - "17" + "26", + "18" ], "unsupported-versions": [ + "17", "16", "15" ], @@ -61,6 +63,7 @@ "Arm64" ], "supported-versions": [ + "26", "18", "17" ], @@ -78,11 +81,12 @@ "x64" ], "supported-versions": [ + "26", "15", - "14", - "13" + "14" ], "unsupported-versions": [ + "13", "12" ], "notes": [ @@ -99,10 +103,11 @@ "Arm64" ], "supported-versions": [ - "18", - "17" + "26" ], "unsupported-versions": [ + "18", + "17", "16", "15", "14", @@ -176,6 +181,7 @@ "x64" ], "supported-versions": [ + "13", "12" ], "unsupported-versions": [ @@ -213,6 +219,7 @@ "x64" ], "supported-versions": [ + "16.0", "15.6" ], "unsupported-versions": [ @@ -250,6 +257,7 @@ "x64" ], "supported-versions": [ + "15.7", "15.6" ], "unsupported-versions": [ @@ -269,6 +277,7 @@ "x64" ], "supported-versions": [ + "25.10", "25.04", "24.04", "22.04" @@ -310,22 +319,24 @@ "x86" ], "supported-versions": [ + "11-25h2-e", + "11-25h2-w", "11-24h2-iot-lts", "11-24h2-e-lts", "11-24h2-e", "11-24h2-w", "11-23h2-e", "11-23h2-w", - "11-22h2-e", - "10-22h2", "10-21h2-e-lts", "10-21h2-iot-lts", "10-1809-e-lts", "10-1607-e-lts" ], "unsupported-versions": [ + "11-22h2-e", "11-22h2-w", "11-21h2-e", + "10-22h2", "10-21h2-e" ], "notes": [ diff --git a/release-notes/8.0/supported-os.md b/release-notes/8.0/supported-os.md index b31147ec9c..f543e61fe9 100644 --- a/release-notes/8.0/supported-os.md +++ b/release-notes/8.0/supported-os.md @@ -6,9 +6,9 @@ Last Updated: 2025/06/02; Support phase: Active ## Android -| OS | Versions | Architectures | Lifecycle | -| ----------------------------- | --------------------------- | --------------------- | -------------------- | -| [Android][0] | 15, 14, 13, 12.1, 12 | Arm32, Arm64, x64 | [Lifecycle][1] | +| OS | Versions | Architectures | Lifecycle | +| ------------ | -------------- | ----------------- | -------------- | +| [Android][0] | 16, 15, 14, 13 | Arm32, Arm64, x64 | [Lifecycle][1] | Notes: @@ -19,12 +19,12 @@ Notes: ## Apple -| OS | Versions | Architectures | Lifecycle | -| ----------------------------- | --------------------------- | --------------------- | -------------------- | -| [iOS][2] | 18, 17 | Arm64 | None | -| [iPadOS][3] | 18, 17 | Arm64 | None | -| [macOS][4] | 15, 14, 13 | Arm64, x64 | None | -| [tvOS][5] | 18, 17 | Arm64 | None | +| OS | Versions | Architectures | Lifecycle | +| ----------- | ---------- | ------------- | --------- | +| [iOS][2] | 26, 18 | Arm64 | None | +| [iPadOS][3] | 26, 18, 17 | Arm64 | None | +| [macOS][4] | 26, 15, 14 | Arm64, x64 | None | +| [tvOS][5] | 26 | Arm64 | None | Notes: @@ -40,17 +40,17 @@ Notes: ## Linux -| OS | Versions | Architectures | Lifecycle | -| ----------------------------- | --------------------------- | --------------------- | -------------------- | -| [Alpine][6] | 3.22, 3.21, 3.20, 3.19 | Arm32, Arm64, x64 | [Lifecycle][7] | -| [Azure Linux][8] | 3.0 | Arm64, x64 | None | -| [CentOS Stream][9] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] | -| [Debian][11] | 12 | Arm32, Arm64, x64 | [Lifecycle][12] | -| [Fedora][13] | 42, 41 | Arm32, Arm64, x64 | [Lifecycle][14] | -| [openSUSE Leap][15] | 15.6 | Arm64, x64 | [Lifecycle][16] | +| OS | Versions | Architectures | Lifecycle | +| ------------------------------ | -------------------------- | -------------------------- | --------------- | +| [Alpine][6] | 3.22, 3.21, 3.20, 3.19 | Arm32, Arm64, x64 | [Lifecycle][7] | +| [Azure Linux][8] | 3.0 | Arm64, x64 | None | +| [CentOS Stream][9] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] | +| [Debian][11] | 13, 12 | Arm32, Arm64, x64 | [Lifecycle][12] | +| [Fedora][13] | 42, 41 | Arm32, Arm64, x64 | [Lifecycle][14] | +| [openSUSE Leap][15] | 16.0, 15.6 | Arm64, x64 | [Lifecycle][16] | | [Red Hat Enterprise Linux][17] | 10, 9, 8 | Arm64, ppc64le, s390x, x64 | [Lifecycle][18] | -| [SUSE Enterprise Linux][19] | 15.6 | Arm64, x64 | [Lifecycle][20] | -| [Ubuntu][21] | 25.04, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] | +| [SUSE Enterprise Linux][19] | 15.7, 15.6 | Arm64, x64 | [Lifecycle][20] | +| [Ubuntu][21] | 25.10, 25.04, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] | Notes: @@ -76,12 +76,12 @@ Notes: ## Windows -| OS | Versions | Architectures | Lifecycle | -| ----------------------------- | --------------------------- | --------------------- | -------------------- | -| [Nano Server][23] | 2025, 2022, 2019 | x64 | [Lifecycle][24] | -| [Windows][25] | 11 24H2 (IoT), 11 24H2 (E), 11 24H2, 11 23H2, 11 22H2 (E), 10 22H2, 10 21H2 (E), 10 21H2 (IoT), 10 1809 (E), 10 1607 (E) | Arm64, x64, x86 | [Lifecycle][26] | -| [Windows Server][27] | 2025, 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | -| [Windows Server Core][23] | 2025, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | +| OS | Versions | Architectures | Lifecycle | +| ------------------------- | ----------------------------------------------------------------------------------------------------------- | --------------- | --------------- | +| [Nano Server][23] | 2025, 2022, 2019 | x64 | [Lifecycle][24] | +| [Windows][25] | 11 25H2, 11 24H2 (IoT), 11 24H2 (E), 11 24H2, 11 23H2, 10 21H2 (E), 10 21H2 (IoT), 10 1809 (E), 10 1607 (E) | Arm64, x64, x86 | [Lifecycle][26] | +| [Windows Server][27] | 2025, 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | +| [Windows Server Core][23] | 2025, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | Notes: @@ -99,10 +99,10 @@ Notes: Microsoft-provided [portable Linux builds](../../linux.md) define minimum compatibility primarily via libc version. -| Libc | Version | Architectures | Source | -| ------------- | ------- | --------------------- | ------------ | -| glibc | 2.23 | Arm32, Arm64, x64 | Ubuntu 16.04 | -| musl | 1.2.2 | Arm32, Arm64, x64 | Alpine 3.13 | +| Libc | Version | Architectures | Source | +| ----- | ------- | ----------------- | ------------ | +| glibc | 2.23 | Arm32, Arm64, x64 | Ubuntu 16.04 | +| musl | 1.2.2 | Arm32, Arm64, x64 | Alpine 3.13 | ## Notes @@ -113,39 +113,47 @@ Microsoft-provided [portable Linux builds](../../linux.md) define minimum compat The following operating system versions are no longer supported. -| OS | Version | Date | -| --------------------- | ------------- | -------------------- | -| 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) | -| 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) | -| Alpine | 3.16 | [2024-05-23](https://alpinelinux.org/posts/Alpine-3.16.9-3.17.7-3.18.6-released.html) | -| Android | 11 | 2024-02-05 | -| Debian | 11 | [2024-08-14](https://lists.debian.org/debian-release/2024/06/msg00700.html) | -| Fedora | 40 | 2025-05-13 | -| Fedora | 39 | 2024-11-26 | -| Fedora | 38 | 2024-05-21 | -| Fedora | 37 | 2023-12-05 | -| iOS | 16 | [2025-03-31](https://support.apple.com/HT213407) | -| iOS | 15 | [2025-03-31](https://support.apple.com/HT212788) | -| iPadOS | 16 | [2025-03-31](https://developer.apple.com/documentation/ios-ipados-release-notes/ipados-16-release-notes) | -| iPadOS | 15 | [2025-03-31](https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-15-release-notes) | -| macOS | 12 | [2024-09-16](https://support.apple.com/HT212585) | -| openSUSE Leap | 15.5 | 2024-12-31 | -| openSUSE Leap | 15.4 | 2023-12-07 | -| SUSE Enterprise Linux | 15.5 | 2024-12-31 | -| SUSE Enterprise Linux | 12.5 | 2024-10-31 | -| SUSE Enterprise Linux | 15.4 | 2023-12-31 | -| tvOS | 16 | 2023-09-18 | -| tvOS | 15 | 2022-09-12 | -| tvOS | 14 | 2021-09-20 | -| tvOS | 13 | 2020-09-16 | -| tvOS | 12.2 | - | -| Ubuntu | 24.10 | 2025-07-10 | -| Ubuntu | 20.04 | 2025-05-31 | -| Ubuntu | 23.10 | 2024-07-12 | -| Ubuntu | 23.04 | 2024-01-20 | -| Windows | 11 22H2 (W) | [2024-10-08](https://learn.microsoft.com/windows/release-health/windows11-release-information) | -| Windows | 11 21H2 (E) | [2024-10-08](https://learn.microsoft.com/windows/release-health/windows11-release-information) | -| Windows | 10 21H2 (E) | [2024-06-11](https://learn.microsoft.com/lifecycle/products/windows-10-enterprise-and-education) | +| OS | Version | Date | +| ------- | ------- | -------------------------------------------------------------------------------------------------------- | +| 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) | +| 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) | +| Alpine | 3.16 | [2024-05-23](https://alpinelinux.org/posts/Alpine-3.16.9-3.17.7-3.18.6-released.html) | +| Android | 12.1 | [2025-03-03](https://developer.android.com/about/versions/12/12L) | +| Android | 12 | 2025-03-03 | +| Android | 11 | 2024-02-05 | +| Debian | 11 | [2024-08-14](https://lists.debian.org/debian-release/2024/06/msg00700.html) | +| Fedora | 40 | 2025-05-13 | +| Fedora | 39 | 2024-11-26 | +| Fedora | 38 | 2024-05-21 | +| Fedora | 37 | 2023-12-05 | +| iOS | 16 | [2025-03-31](https://developer.apple.com/documentation/ios-ipados-release-notes/ios-16-release-notes) | +| iOS | 15 | 2025-03-31 | +| iOS | 17 | 2024-11-19 | +| iPadOS | 16 | [2025-03-31](https://developer.apple.com/documentation/ios-ipados-release-notes/ipados-16-release-notes) | +| iPadOS | 15 | 2025-03-31 | +| macOS | 13 | 2025-09-15 | +| macOS | 12 | [2024-09-16](https://developer.apple.com/documentation/macos-release-notes/macos-12_0_1-release-notes) | +| openSUSE Leap | 15.5 | 2024-12-31 | +| openSUSE Leap | 15.4 | 2023-12-07 | +| SUSE Enterprise Linux | 15.5 | 2024-12-31 | +| SUSE Enterprise Linux | 12.5 | 2024-10-31 | +| SUSE Enterprise Linux | 15.4 | 2023-12-31 | +| tvOS | 18 | 2025-09-15 | +| tvOS | 17 | 2024-09-16 | +| tvOS | 16 | 2023-09-18 | +| tvOS | 15 | 2022-09-12 | +| tvOS | 14 | 2021-09-20 | +| tvOS | 13 | 2020-09-16 | +| tvOS | 12.2 | - | +| Ubuntu | 24.10 | 2025-07-10 | +| Ubuntu | 20.04 | 2025-05-31 | +| Ubuntu | 23.10 | 2024-07-12 | +| Ubuntu | 23.04 | 2024-01-20 | +| Windows | 11 22H2 (E) | [2025-10-14](https://learn.microsoft.com/windows/release-health/windows11-release-information) | +| Windows | 10 22H2 | [2025-10-14](https://learn.microsoft.com/windows/release-health/release-information) | +| Windows | 11 22H2 (W) | [2024-10-08](https://learn.microsoft.com/windows/release-health/windows11-release-information) | +| Windows | 11 21H2 (E) | [2024-10-08](https://learn.microsoft.com/windows/release-health/windows11-release-information) | +| Windows | 10 21H2 (E) | [2024-06-11](https://learn.microsoft.com/lifecycle/products/windows-10-enterprise-and-education) | ## About diff --git a/release-notes/9.0/supported-os.json b/release-notes/9.0/supported-os.json index 2bb4949f7e..4ffa268b85 100644 --- a/release-notes/9.0/supported-os.json +++ b/release-notes/9.0/supported-os.json @@ -16,9 +16,12 @@ "x64" ], "supported-versions": [ + "16", "15", "14", - "13", + "13" + ], + "unsupported-versions": [ "12.1", "12" ], @@ -39,10 +42,11 @@ "Arm64" ], "supported-versions": [ - "18", - "17" + "26", + "18" ], "unsupported-versions": [ + "17", "16" ], "notes": [ @@ -57,6 +61,7 @@ "Arm64" ], "supported-versions": [ + "26", "18", "17" ], @@ -73,8 +78,11 @@ "x64" ], "supported-versions": [ + "26", "15", - "14", + "14" + ], + "unsupported-versions": [ "13" ], "notes": [ @@ -91,10 +99,11 @@ "Arm64" ], "supported-versions": [ - "18", - "17" + "26" ], "unsupported-versions": [ + "18", + "17", "16", "15", "14", @@ -163,6 +172,7 @@ "x64" ], "supported-versions": [ + "13", "12" ] }, @@ -194,6 +204,7 @@ "x64" ], "supported-versions": [ + "16.0", "15.6" ], "unsupported-versions": [ @@ -230,6 +241,7 @@ "x64" ], "supported-versions": [ + "15.7", "15.6" ] }, @@ -244,6 +256,7 @@ "x64" ], "supported-versions": [ + "25.10", "25.04", "24.04", "22.04" @@ -282,19 +295,23 @@ "x86" ], "supported-versions": [ + "11-25h2-e", + "11-25h2-w", "11-24h2-iot-lts", "11-24h2-e-lts", "11-24h2-e", "11-24h2-w", "11-23h2-e", "11-23h2-w", - "11-22h2-e", - "10-22h2", "10-21h2-e-lts", "10-21h2-iot-lts", "10-1809-e-lts", "10-1607-e-lts" ], + "unsupported-versions": [ + "11-22h2-e", + "10-22h2" + ], "notes": [ "The x64 emulator is supported on Windows 11 Arm64." ] diff --git a/release-notes/9.0/supported-os.md b/release-notes/9.0/supported-os.md index 40ab71757a..de49975e1d 100644 --- a/release-notes/9.0/supported-os.md +++ b/release-notes/9.0/supported-os.md @@ -6,9 +6,9 @@ Last Updated: 2025/06/02; Support phase: Active ## Android -| OS | Versions | Architectures | Lifecycle | -| ----------------------------- | --------------------------- | --------------------- | -------------------- | -| [Android][0] | 15, 14, 13, 12.1, 12 | Arm32, Arm64, x64 | [Lifecycle][1] | +| OS | Versions | Architectures | Lifecycle | +| ------------ | -------------- | ----------------- | -------------- | +| [Android][0] | 16, 15, 14, 13 | Arm32, Arm64, x64 | [Lifecycle][1] | Notes: @@ -19,12 +19,12 @@ Notes: ## Apple -| OS | Versions | Architectures | Lifecycle | -| ----------------------------- | --------------------------- | --------------------- | -------------------- | -| [iOS][2] | 18, 17 | Arm64 | None | -| [iPadOS][3] | 18, 17 | Arm64 | None | -| [macOS][4] | 15, 14, 13 | Arm64, x64 | None | -| [tvOS][5] | 18, 17 | Arm64 | None | +| OS | Versions | Architectures | Lifecycle | +| ----------- | ---------- | ------------- | --------- | +| [iOS][2] | 26, 18 | Arm64 | None | +| [iPadOS][3] | 26, 18, 17 | Arm64 | None | +| [macOS][4] | 26, 15, 14 | Arm64, x64 | None | +| [tvOS][5] | 26 | Arm64 | None | Notes: @@ -40,17 +40,17 @@ Notes: ## Linux -| OS | Versions | Architectures | Lifecycle | -| ----------------------------- | --------------------------- | --------------------- | -------------------- | -| [Alpine][6] | 3.22, 3.21, 3.20, 3.19 | Arm32, Arm64, x64 | [Lifecycle][7] | -| [Azure Linux][8] | 3.0 | Arm64, x64 | None | -| [CentOS Stream][9] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] | -| [Debian][11] | 12 | Arm32, Arm64, x64 | [Lifecycle][12] | -| [Fedora][13] | 42, 41 | Arm32, Arm64, x64 | [Lifecycle][14] | -| [openSUSE Leap][15] | 15.6 | Arm64, x64 | [Lifecycle][16] | +| OS | Versions | Architectures | Lifecycle | +| ------------------------------ | -------------------------- | -------------------------- | --------------- | +| [Alpine][6] | 3.22, 3.21, 3.20, 3.19 | Arm32, Arm64, x64 | [Lifecycle][7] | +| [Azure Linux][8] | 3.0 | Arm64, x64 | None | +| [CentOS Stream][9] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] | +| [Debian][11] | 13, 12 | Arm32, Arm64, x64 | [Lifecycle][12] | +| [Fedora][13] | 42, 41 | Arm32, Arm64, x64 | [Lifecycle][14] | +| [openSUSE Leap][15] | 16.0, 15.6 | Arm64, x64 | [Lifecycle][16] | | [Red Hat Enterprise Linux][17] | 10, 9, 8 | Arm64, ppc64le, s390x, x64 | [Lifecycle][18] | -| [SUSE Enterprise Linux][19] | 15.6 | Arm64, x64 | [Lifecycle][20] | -| [Ubuntu][21] | 25.04, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] | +| [SUSE Enterprise Linux][19] | 15.7, 15.6 | Arm64, x64 | [Lifecycle][20] | +| [Ubuntu][21] | 25.10, 25.04, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] | Notes: @@ -76,12 +76,12 @@ Notes: ## Windows -| OS | Versions | Architectures | Lifecycle | -| ----------------------------- | --------------------------- | --------------------- | -------------------- | -| [Nano Server][23] | 2025, 2022, 2019 | x64 | [Lifecycle][24] | -| [Windows][25] | 11 24H2 (IoT), 11 24H2 (E), 11 24H2, 11 23H2, 11 22H2 (E), 10 22H2, 10 21H2 (E), 10 21H2 (IoT), 10 1809 (E), 10 1607 (E) | Arm64, x64, x86 | [Lifecycle][26] | -| [Windows Server][27] | 2025, 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | -| [Windows Server Core][23] | 2025, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | +| OS | Versions | Architectures | Lifecycle | +| ------------------------- | ----------------------------------------------------------------------------------------------------------- | --------------- | --------------- | +| [Nano Server][23] | 2025, 2022, 2019 | x64 | [Lifecycle][24] | +| [Windows][25] | 11 25H2, 11 24H2 (IoT), 11 24H2 (E), 11 24H2, 11 23H2, 10 21H2 (E), 10 21H2 (IoT), 10 1809 (E), 10 1607 (E) | Arm64, x64, x86 | [Lifecycle][26] | +| [Windows Server][27] | 2025, 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | +| [Windows Server Core][23] | 2025, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | Notes: @@ -99,11 +99,11 @@ Notes: Microsoft-provided [portable Linux builds](../../linux.md) define minimum compatibility primarily via libc version. -| Libc | Version | Architectures | Source | -| ------------- | ------- | --------------------- | ------------ | -| glibc | 2.23 | Arm64, x64 | Ubuntu 16.04 | -| glibc | 2.35 | Arm32 | Ubuntu 22.04 | -| musl | 1.2.2 | Arm32, Arm64, x64 | Alpine 3.13 | +| Libc | Version | Architectures | Source | +| ----- | ------- | ----------------- | ------------ | +| glibc | 2.23 | Arm64, x64 | Ubuntu 16.04 | +| glibc | 2.35 | Arm32 | Ubuntu 22.04 | +| musl | 1.2.2 | Arm32, Arm64, x64 | Alpine 3.13 | ## Notes @@ -114,18 +114,26 @@ Microsoft-provided [portable Linux builds](../../linux.md) define minimum compat The following operating system versions are no longer supported. -| OS | Version | Date | -| --------------------- | ------------- | -------------------- | -| Fedora | 40 | 2025-05-13 | -| iOS | 16 | [2025-03-31](https://support.apple.com/HT213407) | -| iPadOS | 16 | [2025-03-31](https://developer.apple.com/documentation/ios-ipados-release-notes/ipados-16-release-notes) | -| openSUSE Leap | 15.5 | 2024-12-31 | -| tvOS | 16 | 2023-09-18 | -| tvOS | 15 | 2022-09-12 | -| tvOS | 14 | 2021-09-20 | -| tvOS | 13 | 2020-09-16 | -| tvOS | 12.2 | - | -| Ubuntu | 24.10 | 2025-07-10 | +| OS | Version | Date | +| ------- | ------- | ---------------------------------------------------------------------------------------------- | +| Android | 12.1 | [2025-03-03](https://developer.android.com/about/versions/12/12L) | +| Android | 12 | 2025-03-03 | +| Fedora | 40 | 2025-05-13 | +| iOS | 16 | [2025-03-31](https://developer.apple.com/documentation/ios-ipados-release-notes/ios-16-release-notes) | +| iOS | 17 | 2024-11-19 | +| iPadOS | 16 | [2025-03-31](https://developer.apple.com/documentation/ios-ipados-release-notes/ipados-16-release-notes) | +| macOS | 13 | 2025-09-15 | +| openSUSE Leap | 15.5 | 2024-12-31 | +| tvOS | 18 | 2025-09-15 | +| tvOS | 17 | 2024-09-16 | +| tvOS | 16 | 2023-09-18 | +| tvOS | 15 | 2022-09-12 | +| tvOS | 14 | 2021-09-20 | +| tvOS | 13 | 2020-09-16 | +| tvOS | 12.2 | - | +| Ubuntu | 24.10 | 2025-07-10 | +| Windows | 11 22H2 (E) | [2025-10-14](https://learn.microsoft.com/windows/release-health/windows11-release-information) | +| Windows | 10 22H2 | [2025-10-14](https://learn.microsoft.com/windows/release-health/release-information) | ## About From f63f73214f73f6be9e4f935345e93e1a1d9bcf96 Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Tue, 28 Oct 2025 13:44:42 -0700 Subject: [PATCH 2/6] Update supported OS json and markdown --- release-notes/10.0/supported-os.json | 203 +++++++++++++++++++++------ release-notes/10.0/supported-os.md | 58 ++++---- release-notes/8.0/supported-os.json | 15 +- release-notes/8.0/supported-os.md | 137 +++++++++--------- release-notes/9.0/supported-os.json | 7 +- release-notes/9.0/supported-os.md | 97 ++++++------- 6 files changed, 321 insertions(+), 196 deletions(-) diff --git a/release-notes/10.0/supported-os.json b/release-notes/10.0/supported-os.json index 74181c7863..fe206b0f43 100644 --- a/release-notes/10.0/supported-os.json +++ b/release-notes/10.0/supported-os.json @@ -1,6 +1,6 @@ { "channel-version": "10.0", - "last-updated": "2025-06-02", + "last-updated": "2025-10-28", "families": [ { "name": "Android", @@ -10,9 +10,20 @@ "name": "Android", "link": "https://www.android.com/", "lifecycle": "https://support.google.com/android", - "architectures": ["Arm32", "Arm64", "x64"], - "supported-versions": ["16", "15", "14", "13"], - "notes": ["API 21 is used as the minimum SDK target."] + "architectures": [ + "Arm32", + "Arm64", + "x64" + ], + "supported-versions": [ + "16", + "15", + "14", + "13" + ], + "notes": [ + "API 21 is used as the minimum SDK target." + ] } ] }, @@ -23,23 +34,41 @@ "id": "ios", "name": "iOS", "link": "https://developer.apple.com/ios/", - "architectures": ["Arm64"], - "supported-versions": ["26", "18"], - "notes": ["iOS 12.2 is used as the minimum SDK target."] + "architectures": [ + "Arm64" + ], + "supported-versions": [ + "26", + "18" + ], + "notes": [ + "iOS 12.2 is used as the minimum SDK target." + ] }, { "id": "ipados", "name": "iPadOS", "link": "https://developer.apple.com/ipados/", - "architectures": ["Arm64"], - "supported-versions": ["26", "18"] + "architectures": [ + "Arm64" + ], + "supported-versions": [ + "26", + "18" + ] }, { "id": "macos", "name": "macOS", "link": "https://developer.apple.com/macos/", - "architectures": ["Arm64", "x64"], - "supported-versions": ["26", "15", "14"], + "architectures": [ + "Arm64", + "x64" + ], + "supported-versions": [ + "26", + "15" + ], "notes": [ "The iOS and tvOS simulators are supported on macOS Arm64 and x64.", "The x64 emulator (Rosetta 2) is supported on macOS Arm64.", @@ -50,8 +79,12 @@ "id": "tvos", "name": "tvOS", "link": "https://developer.apple.com/tvos/", - "architectures": ["Arm64"], - "supported-versions": ["26"] + "architectures": [ + "Arm64" + ], + "supported-versions": [ + "26" + ] } ] }, @@ -63,55 +96,101 @@ "name": "Alpine", "link": "https://alpinelinux.org/", "lifecycle": "https://alpinelinux.org/releases/", - "architectures": ["Arm32", "Arm64", "x64"], - "supported-versions": ["3.22"] + "architectures": [ + "Arm32", + "Arm64", + "x64" + ], + "supported-versions": [ + "3.22" + ] }, { - "id": "azurelinux", + "id": "azure-linux", "name": "Azure Linux", "link": "https://github.com/microsoft/azurelinux", - "architectures": ["Arm64", "x64"], - "supported-versions": ["3.0"] + "architectures": [ + "Arm64", + "x64" + ], + "supported-versions": [ + "3.0" + ] }, { "id": "centos-stream", "name": "CentOS Stream", "link": "https://centos.org/", "lifecycle": "https://www.centos.org/cl-vs-cs/", - "architectures": ["Arm64", "ppc64le", "s390x", "x64"], - "supported-versions": ["10", "9"] + "architectures": [ + "Arm64", + "ppc64le", + "s390x", + "x64" + ], + "supported-versions": [ + "10", + "9" + ] }, { "id": "debian", "name": "Debian", "link": "https://www.debian.org/", "lifecycle": "https://wiki.debian.org/DebianReleases", - "architectures": ["Arm32", "Arm64", "x64"], - "supported-versions": ["13", "12"] + "architectures": [ + "Arm32", + "Arm64", + "x64" + ], + "supported-versions": [ + "13", + "12" + ] }, { "id": "fedora", "name": "Fedora", "link": "https://fedoraproject.org/", "lifecycle": "https://fedoraproject.org/wiki/End_of_life", - "architectures": ["Arm32", "Arm64", "x64"], - "supported-versions": ["42"] + "architectures": [ + "Arm32", + "Arm64", + "x64" + ], + "supported-versions": [ + "42" + ] }, { "id": "opensuse", "name": "openSUSE Leap", "link": "https://www.opensuse.org/", "lifecycle": "https://en.opensuse.org/Lifetime", - "architectures": ["Arm64", "x64"], - "supported-versions": ["16.0", "15.6"] + "architectures": [ + "Arm64", + "x64" + ], + "supported-versions": [ + "16.0", + "15.6" + ] }, { "id": "rhel", "name": "Red Hat Enterprise Linux", "link": "https://access.redhat.com/", "lifecycle": "https://access.redhat.com/support/policy/updates/errata/", - "architectures": ["Arm64", "ppc64le", "s390x", "x64"], - "supported-versions": ["10", "9"], + "architectures": [ + "Arm64", + "ppc64le", + "s390x", + "x64" + ], + "supported-versions": [ + "10", + "9" + ], "notes": [ "RHEL-compatible derivatives are supported per [.NET Support](../../support.md)." ] @@ -121,16 +200,31 @@ "name": "SUSE Enterprise Linux", "link": "https://www.suse.com/", "lifecycle": "https://www.suse.com/lifecycle/", - "architectures": ["Arm64", "x64"], - "supported-versions": ["15.7", "15.6"] + "architectures": [ + "Arm64", + "x64" + ], + "supported-versions": [ + "16.0", + "15.7", + "15.6" + ] }, { "id": "ubuntu", "name": "Ubuntu", "link": "https://ubuntu.com/", "lifecycle": "https://wiki.ubuntu.com/Releases", - "architectures": ["Arm32", "Arm64", "x64"], - "supported-versions": ["25.10", "25.04", "24.04", "22.04"] + "architectures": [ + "Arm32", + "Arm64", + "x64" + ], + "supported-versions": [ + "25.10", + "24.04", + "22.04" + ] } ] }, @@ -142,15 +236,25 @@ "name": "Nano Server", "link": "https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images", "lifecycle": "https://learn.microsoft.com/windows-server/get-started/windows-server-release-info", - "architectures": ["x64"], - "supported-versions": ["2025", "2022", "2019"] + "architectures": [ + "x64" + ], + "supported-versions": [ + "2025", + "2022", + "2019" + ] }, { "id": "windows", "name": "Windows", "link": "https://www.microsoft.com/windows/", "lifecycle": "https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet", - "architectures": ["Arm64", "x64", "x86"], + "architectures": [ + "Arm64", + "x64", + "x86" + ], "supported-versions": [ "11-25h2-e", "11-25h2-w", @@ -165,14 +269,19 @@ "10-1809-e-lts", "10-1607-e-lts" ], - "notes": ["The x64 emulator is supported on Windows 11 Arm64."] + "notes": [ + "The x64 emulator is supported on Windows 11 Arm64." + ] }, { "id": "windows-server", "name": "Windows Server", "link": "https://www.microsoft.com/windows-server", "lifecycle": "https://learn.microsoft.com/windows-server/get-started/windows-server-release-info", - "architectures": ["x64", "x86"], + "architectures": [ + "x64", + "x86" + ], "supported-versions": [ "2025", "23H2", @@ -191,7 +300,10 @@ "name": "Windows Server Core", "link": "https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images", "lifecycle": "https://learn.microsoft.com/windows-server/get-started/windows-server-release-info", - "architectures": ["x64", "x86"], + "architectures": [ + "x64", + "x86" + ], "supported-versions": [ "2025", "2022", @@ -210,19 +322,28 @@ "libc": [ { "name": "glibc", - "architectures": ["Arm64", "x64"], + "architectures": [ + "Arm64", + "x64" + ], "version": "2.27", "source": "Ubuntu 18.04" }, { "name": "glibc", - "architectures": ["Arm32"], + "architectures": [ + "Arm32" + ], "version": "2.35", "source": "Ubuntu 22.04" }, { "name": "musl", - "architectures": ["Arm32", "Arm64", "x64"], + "architectures": [ + "Arm32", + "Arm64", + "x64" + ], "version": "1.2.3", "source": "Alpine 3.17" } diff --git a/release-notes/10.0/supported-os.md b/release-notes/10.0/supported-os.md index bfa970073f..93cbf01090 100644 --- a/release-notes/10.0/supported-os.md +++ b/release-notes/10.0/supported-os.md @@ -1,6 +1,6 @@ # .NET 10.0 - Supported OS versions -Last Updated: 2025/06/02; Support phase: GoLive +Last Updated: 2025/10/28; Support phase: GoLive [.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. @@ -19,12 +19,12 @@ Notes: ## Apple -| OS | Versions | Architectures | Lifecycle | -| ----------- | ---------- | ------------- | --------- | -| [iOS][2] | 26, 18 | Arm64 | None | -| [iPadOS][3] | 26, 18 | Arm64 | None | -| [macOS][4] | 26, 15, 14 | Arm64, x64 | None | -| [tvOS][5] | 26 | Arm64 | None | +| OS | Versions | Architectures | Lifecycle | +| ---------- | -------- | ------------- | --------- | +| [iOS][2] | 26, 18 | Arm64 | None | +| [iPadOS][3] | 26, 18 | Arm64 | None | +| [macOS][4] | 26, 15 | Arm64, x64 | None | +| [tvOS][5] | 26 | Arm64 | None | Notes: @@ -40,17 +40,17 @@ Notes: ## Linux -| OS | Versions | Architectures | Lifecycle | -| ------------------------------ | ---------- | -------------------------- | --------------- | -| [Alpine][6] | 3.22 | Arm32, Arm64, x64 | [Lifecycle][7] | -| [Azure Linux][8] | 3.0 | Arm64, x64 | None | -| [CentOS Stream][9] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] | -| [Debian][11] | 13, 12 | Arm32, Arm64, x64 | [Lifecycle][12] | -| [Fedora][13] | 42 | Arm32, Arm64, x64 | [Lifecycle][14] | -| [openSUSE Leap][15] | 16.0, 15.6 | Arm64, x64 | [Lifecycle][16] | -| [Red Hat Enterprise Linux][17] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][18] | -| [SUSE Enterprise Linux][19] | 15.7, 15.6 | Arm64, x64 | [Lifecycle][20] | -| [Ubuntu][21] | 25.10, 25.04, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] | +| OS | Versions | Architectures | Lifecycle | +| ------------------- | -------- | ----------------- | --------------- | +| [Alpine][6] | 3.22 | Arm32, Arm64, x64 | [Lifecycle][7] | +| [Azure Linux][8] | 3.0 | Arm64, x64 | None | +| [CentOS Stream][9] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] | +| [Debian][11] | 13, 12 | Arm32, Arm64, x64 | [Lifecycle][12] | +| [Fedora][13] | 42 | Arm32, Arm64, x64 | [Lifecycle][14] | +| [openSUSE Leap][15] | 16.0, 15.6 | Arm64, x64 | [Lifecycle][16] | +| [Red Hat Enterprise Linux][17] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][18] | +| [SUSE Enterprise Linux][19] | 16.0, 15.7, 15.6 | Arm64, x64 | [Lifecycle][20] | +| [Ubuntu][21] | 25.10, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] | Notes: @@ -76,12 +76,12 @@ Notes: ## Windows -| OS | Versions | Architectures | Lifecycle | -| ------------------------- | ----------------------------------------------------------------------------------------------------------- | --------------- | --------------- | -| [Nano Server][23] | 2025, 2022, 2019 | x64 | [Lifecycle][24] | -| [Windows][25] | 11 25H2, 11 24H2 (IoT), 11 24H2 (E), 11 24H2, 11 23H2, 10 21H2 (E), 10 21H2 (IoT), 10 1809 (E), 10 1607 (E) | Arm64, x64, x86 | [Lifecycle][26] | -| [Windows Server][27] | 2025, 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | -| [Windows Server Core][23] | 2025, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | +| OS | Versions | Architectures | Lifecycle | +| -------------------- | ------------------------------------------- | ------------- | --------------- | +| [Nano Server][23] | 2025, 2022, 2019 | x64 | [Lifecycle][24] | +| [Windows][25] | 11 25H2, 11 24H2 (IoT), 11 24H2 (E), 11 24H2, 11 23H2, 10 21H2 (E), 10 21H2 (IoT), 10 1809 (E), 10 1607 (E) | Arm64, x64, x86 | [Lifecycle][26] | +| [Windows Server][27] | 2025, 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | +| [Windows Server Core][23] | 2025, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | Notes: @@ -99,11 +99,11 @@ Notes: Microsoft-provided [portable Linux builds](../../linux.md) define minimum compatibility primarily via libc version. -| Libc | Version | Architectures | Source | -| ----- | ------- | ----------------- | ------------ | -| glibc | 2.27 | Arm64, x64 | Ubuntu 18.04 | -| glibc | 2.35 | Arm32 | Ubuntu 22.04 | -| musl | 1.2.3 | Arm32, Arm64, x64 | Alpine 3.17 | +| Libc | Version | Architectures | Source | +| ----- | ------- | ------------- | ------------ | +| glibc | 2.27 | Arm64, x64 | Ubuntu 18.04 | +| glibc | 2.35 | Arm32 | Ubuntu 22.04 | +| musl | 1.2.3 | Arm32, Arm64, x64 | Alpine 3.17 | ## Notes diff --git a/release-notes/8.0/supported-os.json b/release-notes/8.0/supported-os.json index 6ea67fa629..57d43b0120 100644 --- a/release-notes/8.0/supported-os.json +++ b/release-notes/8.0/supported-os.json @@ -1,6 +1,6 @@ { "channel-version": "8.0", - "last-updated": "2025-06-02", + "last-updated": "2025-10-28", "families": [ { "name": "Android", @@ -103,10 +103,10 @@ "Arm64" ], "supported-versions": [ - "26" + "26", + "18" ], "unsupported-versions": [ - "18", "17", "16", "15", @@ -133,17 +133,17 @@ "supported-versions": [ "3.22", "3.21", - "3.20", - "3.19" + "3.20" ], "unsupported-versions": [ + "3.19", "3.18", "3.17", "3.16" ] }, { - "id": "azurelinux", + "id": "azure-linux", "name": "Azure Linux", "link": "https://github.com/microsoft/azurelinux", "architectures": [ @@ -257,6 +257,7 @@ "x64" ], "supported-versions": [ + "16.0", "15.7", "15.6" ], @@ -278,11 +279,11 @@ ], "supported-versions": [ "25.10", - "25.04", "24.04", "22.04" ], "unsupported-versions": [ + "25.04", "24.10", "20.04", "23.10", diff --git a/release-notes/8.0/supported-os.md b/release-notes/8.0/supported-os.md index f543e61fe9..1f6ca73886 100644 --- a/release-notes/8.0/supported-os.md +++ b/release-notes/8.0/supported-os.md @@ -1,6 +1,6 @@ # .NET 8.0 - Supported OS versions -Last Updated: 2025/06/02; Support phase: Active +Last Updated: 2025/10/28; Support phase: Active [.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. @@ -19,12 +19,12 @@ Notes: ## Apple -| OS | Versions | Architectures | Lifecycle | -| ----------- | ---------- | ------------- | --------- | -| [iOS][2] | 26, 18 | Arm64 | None | -| [iPadOS][3] | 26, 18, 17 | Arm64 | None | -| [macOS][4] | 26, 15, 14 | Arm64, x64 | None | -| [tvOS][5] | 26 | Arm64 | None | +| OS | Versions | Architectures | Lifecycle | +| ---------- | -------- | ------------- | --------- | +| [iOS][2] | 26, 18 | Arm64 | None | +| [iPadOS][3] | 26, 18, 17 | Arm64 | None | +| [macOS][4] | 26, 15, 14 | Arm64, x64 | None | +| [tvOS][5] | 26, 18 | Arm64 | None | Notes: @@ -40,17 +40,17 @@ Notes: ## Linux -| OS | Versions | Architectures | Lifecycle | -| ------------------------------ | -------------------------- | -------------------------- | --------------- | -| [Alpine][6] | 3.22, 3.21, 3.20, 3.19 | Arm32, Arm64, x64 | [Lifecycle][7] | -| [Azure Linux][8] | 3.0 | Arm64, x64 | None | -| [CentOS Stream][9] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] | -| [Debian][11] | 13, 12 | Arm32, Arm64, x64 | [Lifecycle][12] | -| [Fedora][13] | 42, 41 | Arm32, Arm64, x64 | [Lifecycle][14] | -| [openSUSE Leap][15] | 16.0, 15.6 | Arm64, x64 | [Lifecycle][16] | -| [Red Hat Enterprise Linux][17] | 10, 9, 8 | Arm64, ppc64le, s390x, x64 | [Lifecycle][18] | -| [SUSE Enterprise Linux][19] | 15.7, 15.6 | Arm64, x64 | [Lifecycle][20] | -| [Ubuntu][21] | 25.10, 25.04, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] | +| OS | Versions | Architectures | Lifecycle | +| ------------------- | -------- | ----------------- | --------------- | +| [Alpine][6] | 3.22, 3.21, 3.20 | Arm32, Arm64, x64 | [Lifecycle][7] | +| [Azure Linux][8] | 3.0 | Arm64, x64 | None | +| [CentOS Stream][9] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] | +| [Debian][11] | 13, 12 | Arm32, Arm64, x64 | [Lifecycle][12] | +| [Fedora][13] | 42, 41 | Arm32, Arm64, x64 | [Lifecycle][14] | +| [openSUSE Leap][15] | 16.0, 15.6 | Arm64, x64 | [Lifecycle][16] | +| [Red Hat Enterprise Linux][17] | 10, 9, 8 | Arm64, ppc64le, s390x, x64 | [Lifecycle][18] | +| [SUSE Enterprise Linux][19] | 16.0, 15.7, 15.6 | Arm64, x64 | [Lifecycle][20] | +| [Ubuntu][21] | 25.10, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] | Notes: @@ -76,12 +76,12 @@ Notes: ## Windows -| OS | Versions | Architectures | Lifecycle | -| ------------------------- | ----------------------------------------------------------------------------------------------------------- | --------------- | --------------- | -| [Nano Server][23] | 2025, 2022, 2019 | x64 | [Lifecycle][24] | -| [Windows][25] | 11 25H2, 11 24H2 (IoT), 11 24H2 (E), 11 24H2, 11 23H2, 10 21H2 (E), 10 21H2 (IoT), 10 1809 (E), 10 1607 (E) | Arm64, x64, x86 | [Lifecycle][26] | -| [Windows Server][27] | 2025, 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | -| [Windows Server Core][23] | 2025, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | +| OS | Versions | Architectures | Lifecycle | +| -------------------- | ------------------------------------------- | ------------- | --------------- | +| [Nano Server][23] | 2025, 2022, 2019 | x64 | [Lifecycle][24] | +| [Windows][25] | 11 25H2, 11 24H2 (IoT), 11 24H2 (E), 11 24H2, 11 23H2, 10 21H2 (E), 10 21H2 (IoT), 10 1809 (E), 10 1607 (E) | Arm64, x64, x86 | [Lifecycle][26] | +| [Windows Server][27] | 2025, 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | +| [Windows Server Core][23] | 2025, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | Notes: @@ -99,10 +99,10 @@ Notes: Microsoft-provided [portable Linux builds](../../linux.md) define minimum compatibility primarily via libc version. -| Libc | Version | Architectures | Source | -| ----- | ------- | ----------------- | ------------ | -| glibc | 2.23 | Arm32, Arm64, x64 | Ubuntu 16.04 | -| musl | 1.2.2 | Arm32, Arm64, x64 | Alpine 3.13 | +| Libc | Version | Architectures | Source | +| ---- | ------- | ----------------- | ------------ | +| glibc | 2.23 | Arm32, Arm64, x64 | Ubuntu 16.04 | +| musl | 1.2.2 | Arm32, Arm64, x64 | Alpine 3.13 | ## Notes @@ -113,47 +113,48 @@ Microsoft-provided [portable Linux builds](../../linux.md) define minimum compat The following operating system versions are no longer supported. -| OS | Version | Date | -| ------- | ------- | -------------------------------------------------------------------------------------------------------- | -| 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) | -| 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) | -| Alpine | 3.16 | [2024-05-23](https://alpinelinux.org/posts/Alpine-3.16.9-3.17.7-3.18.6-released.html) | -| Android | 12.1 | [2025-03-03](https://developer.android.com/about/versions/12/12L) | -| Android | 12 | 2025-03-03 | -| Android | 11 | 2024-02-05 | -| Debian | 11 | [2024-08-14](https://lists.debian.org/debian-release/2024/06/msg00700.html) | -| Fedora | 40 | 2025-05-13 | -| Fedora | 39 | 2024-11-26 | -| Fedora | 38 | 2024-05-21 | -| Fedora | 37 | 2023-12-05 | -| iOS | 16 | [2025-03-31](https://developer.apple.com/documentation/ios-ipados-release-notes/ios-16-release-notes) | -| iOS | 15 | 2025-03-31 | -| iOS | 17 | 2024-11-19 | +| OS | Version | Date | +| ------- | ------- | ---------- | +| Alpine | 3.19 | [2025-11-01](https://alpinelinux.org/posts/Alpine-3.17.10-3.18.9-3.19.4-3.20.3-released.html) | +| 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) | +| 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) | +| Alpine | 3.16 | [2024-05-23](https://alpinelinux.org/posts/Alpine-3.16.9-3.17.7-3.18.6-released.html) | +| Android | 12.1 | [2025-03-03](https://developer.android.com/about/versions/12/12L) | +| Android | 12 | 2025-03-03 | +| Android | 11 | 2024-02-05 | +| Debian | 11 | [2024-08-14](https://lists.debian.org/debian-release/2024/06/msg00700.html) | +| Fedora | 40 | 2025-05-13 | +| Fedora | 39 | 2024-11-26 | +| Fedora | 38 | 2024-05-21 | +| Fedora | 37 | 2023-12-05 | +| iOS | 16 | [2025-03-31](https://developer.apple.com/documentation/ios-ipados-release-notes/ios-16-release-notes) | +| iOS | 15 | 2025-03-31 | +| iOS | 17 | 2024-11-19 | | iPadOS | 16 | [2025-03-31](https://developer.apple.com/documentation/ios-ipados-release-notes/ipados-16-release-notes) | -| iPadOS | 15 | 2025-03-31 | -| macOS | 13 | 2025-09-15 | -| macOS | 12 | [2024-09-16](https://developer.apple.com/documentation/macos-release-notes/macos-12_0_1-release-notes) | -| openSUSE Leap | 15.5 | 2024-12-31 | -| openSUSE Leap | 15.4 | 2023-12-07 | -| SUSE Enterprise Linux | 15.5 | 2024-12-31 | -| SUSE Enterprise Linux | 12.5 | 2024-10-31 | -| SUSE Enterprise Linux | 15.4 | 2023-12-31 | -| tvOS | 18 | 2025-09-15 | -| tvOS | 17 | 2024-09-16 | -| tvOS | 16 | 2023-09-18 | -| tvOS | 15 | 2022-09-12 | -| tvOS | 14 | 2021-09-20 | -| tvOS | 13 | 2020-09-16 | -| tvOS | 12.2 | - | -| Ubuntu | 24.10 | 2025-07-10 | -| Ubuntu | 20.04 | 2025-05-31 | -| Ubuntu | 23.10 | 2024-07-12 | -| Ubuntu | 23.04 | 2024-01-20 | -| Windows | 11 22H2 (E) | [2025-10-14](https://learn.microsoft.com/windows/release-health/windows11-release-information) | -| Windows | 10 22H2 | [2025-10-14](https://learn.microsoft.com/windows/release-health/release-information) | -| Windows | 11 22H2 (W) | [2024-10-08](https://learn.microsoft.com/windows/release-health/windows11-release-information) | -| Windows | 11 21H2 (E) | [2024-10-08](https://learn.microsoft.com/windows/release-health/windows11-release-information) | -| Windows | 10 21H2 (E) | [2024-06-11](https://learn.microsoft.com/lifecycle/products/windows-10-enterprise-and-education) | +| iPadOS | 15 | 2025-03-31 | +| macOS | 13 | 2025-09-15 | +| macOS | 12 | [2024-09-16](https://developer.apple.com/documentation/macos-release-notes/macos-12_0_1-release-notes) | +| openSUSE Leap | 15.5 | 2024-12-31 | +| openSUSE Leap | 15.4 | 2023-12-07 | +| SUSE Enterprise Linux | 15.5 | 2024-12-31 | +| SUSE Enterprise Linux | 12.5 | 2024-10-31 | +| SUSE Enterprise Linux | 15.4 | 2023-12-31 | +| tvOS | 17 | 2024-09-16 | +| tvOS | 16 | 2023-09-18 | +| tvOS | 15 | 2022-09-12 | +| tvOS | 14 | 2021-09-20 | +| tvOS | 13 | 2020-09-16 | +| tvOS | 12.2 | - | +| Ubuntu | 25.04 | 2026-01-17 | +| Ubuntu | 24.10 | 2025-07-10 | +| Ubuntu | 20.04 | 2025-05-31 | +| Ubuntu | 23.10 | 2024-07-12 | +| Ubuntu | 23.04 | 2024-01-20 | +| Windows | 11 22H2 (E) | [2025-10-14](https://learn.microsoft.com/windows/release-health/windows11-release-information) | +| Windows | 10 22H2 | [2025-10-14](https://learn.microsoft.com/windows/release-health/release-information) | +| Windows | 11 22H2 (W) | [2024-10-08](https://learn.microsoft.com/windows/release-health/windows11-release-information) | +| Windows | 11 21H2 (E) | [2024-10-08](https://learn.microsoft.com/windows/release-health/windows11-release-information) | +| Windows | 10 21H2 (E) | [2024-06-11](https://learn.microsoft.com/lifecycle/products/windows-10-enterprise-and-education) | ## About diff --git a/release-notes/9.0/supported-os.json b/release-notes/9.0/supported-os.json index 4ffa268b85..d47044f473 100644 --- a/release-notes/9.0/supported-os.json +++ b/release-notes/9.0/supported-os.json @@ -1,6 +1,6 @@ { "channel-version": "9.0", - "last-updated": "2025-06-02", + "last-updated": "2025-10-28", "families": [ { "name": "Android", @@ -134,7 +134,7 @@ ] }, { - "id": "azurelinux", + "id": "azure-linux", "name": "Azure Linux", "link": "https://github.com/microsoft/azurelinux", "architectures": [ @@ -241,6 +241,7 @@ "x64" ], "supported-versions": [ + "16.0", "15.7", "15.6" ] @@ -257,11 +258,11 @@ ], "supported-versions": [ "25.10", - "25.04", "24.04", "22.04" ], "unsupported-versions": [ + "25.04", "24.10" ] } diff --git a/release-notes/9.0/supported-os.md b/release-notes/9.0/supported-os.md index de49975e1d..a7aa193f96 100644 --- a/release-notes/9.0/supported-os.md +++ b/release-notes/9.0/supported-os.md @@ -1,6 +1,6 @@ # .NET 9.0 - Supported OS versions -Last Updated: 2025/06/02; Support phase: Active +Last Updated: 2025/10/28; Support phase: Active [.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. @@ -19,12 +19,12 @@ Notes: ## Apple -| OS | Versions | Architectures | Lifecycle | -| ----------- | ---------- | ------------- | --------- | -| [iOS][2] | 26, 18 | Arm64 | None | -| [iPadOS][3] | 26, 18, 17 | Arm64 | None | -| [macOS][4] | 26, 15, 14 | Arm64, x64 | None | -| [tvOS][5] | 26 | Arm64 | None | +| OS | Versions | Architectures | Lifecycle | +| ---------- | -------- | ------------- | --------- | +| [iOS][2] | 26, 18 | Arm64 | None | +| [iPadOS][3] | 26, 18, 17 | Arm64 | None | +| [macOS][4] | 26, 15, 14 | Arm64, x64 | None | +| [tvOS][5] | 26 | Arm64 | None | Notes: @@ -40,17 +40,17 @@ Notes: ## Linux -| OS | Versions | Architectures | Lifecycle | -| ------------------------------ | -------------------------- | -------------------------- | --------------- | -| [Alpine][6] | 3.22, 3.21, 3.20, 3.19 | Arm32, Arm64, x64 | [Lifecycle][7] | -| [Azure Linux][8] | 3.0 | Arm64, x64 | None | -| [CentOS Stream][9] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] | -| [Debian][11] | 13, 12 | Arm32, Arm64, x64 | [Lifecycle][12] | -| [Fedora][13] | 42, 41 | Arm32, Arm64, x64 | [Lifecycle][14] | -| [openSUSE Leap][15] | 16.0, 15.6 | Arm64, x64 | [Lifecycle][16] | -| [Red Hat Enterprise Linux][17] | 10, 9, 8 | Arm64, ppc64le, s390x, x64 | [Lifecycle][18] | -| [SUSE Enterprise Linux][19] | 15.7, 15.6 | Arm64, x64 | [Lifecycle][20] | -| [Ubuntu][21] | 25.10, 25.04, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] | +| OS | Versions | Architectures | Lifecycle | +| ------------------- | -------- | ----------------- | --------------- | +| [Alpine][6] | 3.22, 3.21, 3.20, 3.19 | Arm32, Arm64, x64 | [Lifecycle][7] | +| [Azure Linux][8] | 3.0 | Arm64, x64 | None | +| [CentOS Stream][9] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] | +| [Debian][11] | 13, 12 | Arm32, Arm64, x64 | [Lifecycle][12] | +| [Fedora][13] | 42, 41 | Arm32, Arm64, x64 | [Lifecycle][14] | +| [openSUSE Leap][15] | 16.0, 15.6 | Arm64, x64 | [Lifecycle][16] | +| [Red Hat Enterprise Linux][17] | 10, 9, 8 | Arm64, ppc64le, s390x, x64 | [Lifecycle][18] | +| [SUSE Enterprise Linux][19] | 16.0, 15.7, 15.6 | Arm64, x64 | [Lifecycle][20] | +| [Ubuntu][21] | 25.10, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] | Notes: @@ -76,12 +76,12 @@ Notes: ## Windows -| OS | Versions | Architectures | Lifecycle | -| ------------------------- | ----------------------------------------------------------------------------------------------------------- | --------------- | --------------- | -| [Nano Server][23] | 2025, 2022, 2019 | x64 | [Lifecycle][24] | -| [Windows][25] | 11 25H2, 11 24H2 (IoT), 11 24H2 (E), 11 24H2, 11 23H2, 10 21H2 (E), 10 21H2 (IoT), 10 1809 (E), 10 1607 (E) | Arm64, x64, x86 | [Lifecycle][26] | -| [Windows Server][27] | 2025, 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | -| [Windows Server Core][23] | 2025, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | +| OS | Versions | Architectures | Lifecycle | +| -------------------- | ------------------------------------------- | ------------- | --------------- | +| [Nano Server][23] | 2025, 2022, 2019 | x64 | [Lifecycle][24] | +| [Windows][25] | 11 25H2, 11 24H2 (IoT), 11 24H2 (E), 11 24H2, 11 23H2, 10 21H2 (E), 10 21H2 (IoT), 10 1809 (E), 10 1607 (E) | Arm64, x64, x86 | [Lifecycle][26] | +| [Windows Server][27] | 2025, 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | +| [Windows Server Core][23] | 2025, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | Notes: @@ -99,11 +99,11 @@ Notes: Microsoft-provided [portable Linux builds](../../linux.md) define minimum compatibility primarily via libc version. -| Libc | Version | Architectures | Source | -| ----- | ------- | ----------------- | ------------ | -| glibc | 2.23 | Arm64, x64 | Ubuntu 16.04 | -| glibc | 2.35 | Arm32 | Ubuntu 22.04 | -| musl | 1.2.2 | Arm32, Arm64, x64 | Alpine 3.13 | +| Libc | Version | Architectures | Source | +| ----- | ------- | ------------- | ------------ | +| glibc | 2.23 | Arm64, x64 | Ubuntu 16.04 | +| glibc | 2.35 | Arm32 | Ubuntu 22.04 | +| musl | 1.2.2 | Arm32, Arm64, x64 | Alpine 3.13 | ## Notes @@ -114,26 +114,27 @@ Microsoft-provided [portable Linux builds](../../linux.md) define minimum compat The following operating system versions are no longer supported. -| OS | Version | Date | -| ------- | ------- | ---------------------------------------------------------------------------------------------- | -| Android | 12.1 | [2025-03-03](https://developer.android.com/about/versions/12/12L) | -| Android | 12 | 2025-03-03 | -| Fedora | 40 | 2025-05-13 | -| iOS | 16 | [2025-03-31](https://developer.apple.com/documentation/ios-ipados-release-notes/ios-16-release-notes) | -| iOS | 17 | 2024-11-19 | -| iPadOS | 16 | [2025-03-31](https://developer.apple.com/documentation/ios-ipados-release-notes/ipados-16-release-notes) | -| macOS | 13 | 2025-09-15 | -| openSUSE Leap | 15.5 | 2024-12-31 | -| tvOS | 18 | 2025-09-15 | -| tvOS | 17 | 2024-09-16 | -| tvOS | 16 | 2023-09-18 | -| tvOS | 15 | 2022-09-12 | -| tvOS | 14 | 2021-09-20 | -| tvOS | 13 | 2020-09-16 | -| tvOS | 12.2 | - | -| Ubuntu | 24.10 | 2025-07-10 | +| OS | Version | Date | +| ------ | ------- | ---------- | +| Android | 12.1 | [2025-03-03](https://developer.android.com/about/versions/12/12L) | +| Android | 12 | 2025-03-03 | +| Fedora | 40 | 2025-05-13 | +| iOS | 16 | [2025-03-31](https://developer.apple.com/documentation/ios-ipados-release-notes/ios-16-release-notes) | +| iOS | 17 | 2024-11-19 | +| iPadOS | 16 | [2025-03-31](https://developer.apple.com/documentation/ios-ipados-release-notes/ipados-16-release-notes) | +| macOS | 13 | 2025-09-15 | +| openSUSE Leap | 15.5 | 2024-12-31 | +| tvOS | 18 | 2025-09-15 | +| tvOS | 17 | 2024-09-16 | +| tvOS | 16 | 2023-09-18 | +| tvOS | 15 | 2022-09-12 | +| tvOS | 14 | 2021-09-20 | +| tvOS | 13 | 2020-09-16 | +| tvOS | 12.2 | - | +| Ubuntu | 25.04 | 2026-01-17 | +| Ubuntu | 24.10 | 2025-07-10 | | Windows | 11 22H2 (E) | [2025-10-14](https://learn.microsoft.com/windows/release-health/windows11-release-information) | -| Windows | 10 22H2 | [2025-10-14](https://learn.microsoft.com/windows/release-health/release-information) | +| Windows | 10 22H2 | [2025-10-14](https://learn.microsoft.com/windows/release-health/release-information) | ## About From b797a064a97d1d538f205936abdb7a316933bb07 Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Tue, 28 Oct 2025 13:56:43 -0700 Subject: [PATCH 3/6] Format JSON with prettier --- release-notes/10.0/supported-os.json | 199 ++------- release-notes/8.0/supported-os.json | 637 ++++++++++----------------- release-notes/9.0/supported-os.json | 610 ++++++++++--------------- 3 files changed, 498 insertions(+), 948 deletions(-) diff --git a/release-notes/10.0/supported-os.json b/release-notes/10.0/supported-os.json index fe206b0f43..5aa258eafe 100644 --- a/release-notes/10.0/supported-os.json +++ b/release-notes/10.0/supported-os.json @@ -10,20 +10,9 @@ "name": "Android", "link": "https://www.android.com/", "lifecycle": "https://support.google.com/android", - "architectures": [ - "Arm32", - "Arm64", - "x64" - ], - "supported-versions": [ - "16", - "15", - "14", - "13" - ], - "notes": [ - "API 21 is used as the minimum SDK target." - ] + "architectures": ["Arm32", "Arm64", "x64"], + "supported-versions": ["16", "15", "14", "13"], + "notes": ["API 21 is used as the minimum SDK target."] } ] }, @@ -34,41 +23,23 @@ "id": "ios", "name": "iOS", "link": "https://developer.apple.com/ios/", - "architectures": [ - "Arm64" - ], - "supported-versions": [ - "26", - "18" - ], - "notes": [ - "iOS 12.2 is used as the minimum SDK target." - ] + "architectures": ["Arm64"], + "supported-versions": ["26", "18"], + "notes": ["iOS 12.2 is used as the minimum SDK target."] }, { "id": "ipados", "name": "iPadOS", "link": "https://developer.apple.com/ipados/", - "architectures": [ - "Arm64" - ], - "supported-versions": [ - "26", - "18" - ] + "architectures": ["Arm64"], + "supported-versions": ["26", "18"] }, { "id": "macos", "name": "macOS", "link": "https://developer.apple.com/macos/", - "architectures": [ - "Arm64", - "x64" - ], - "supported-versions": [ - "26", - "15" - ], + "architectures": ["Arm64", "x64"], + "supported-versions": ["26", "15"], "notes": [ "The iOS and tvOS simulators are supported on macOS Arm64 and x64.", "The x64 emulator (Rosetta 2) is supported on macOS Arm64.", @@ -79,12 +50,8 @@ "id": "tvos", "name": "tvOS", "link": "https://developer.apple.com/tvos/", - "architectures": [ - "Arm64" - ], - "supported-versions": [ - "26" - ] + "architectures": ["Arm64"], + "supported-versions": ["26"] } ] }, @@ -96,101 +63,55 @@ "name": "Alpine", "link": "https://alpinelinux.org/", "lifecycle": "https://alpinelinux.org/releases/", - "architectures": [ - "Arm32", - "Arm64", - "x64" - ], - "supported-versions": [ - "3.22" - ] + "architectures": ["Arm32", "Arm64", "x64"], + "supported-versions": ["3.22"] }, { "id": "azure-linux", "name": "Azure Linux", "link": "https://github.com/microsoft/azurelinux", - "architectures": [ - "Arm64", - "x64" - ], - "supported-versions": [ - "3.0" - ] + "architectures": ["Arm64", "x64"], + "supported-versions": ["3.0"] }, { "id": "centos-stream", "name": "CentOS Stream", "link": "https://centos.org/", "lifecycle": "https://www.centos.org/cl-vs-cs/", - "architectures": [ - "Arm64", - "ppc64le", - "s390x", - "x64" - ], - "supported-versions": [ - "10", - "9" - ] + "architectures": ["Arm64", "ppc64le", "s390x", "x64"], + "supported-versions": ["10", "9"] }, { "id": "debian", "name": "Debian", "link": "https://www.debian.org/", "lifecycle": "https://wiki.debian.org/DebianReleases", - "architectures": [ - "Arm32", - "Arm64", - "x64" - ], - "supported-versions": [ - "13", - "12" - ] + "architectures": ["Arm32", "Arm64", "x64"], + "supported-versions": ["13", "12"] }, { "id": "fedora", "name": "Fedora", "link": "https://fedoraproject.org/", "lifecycle": "https://fedoraproject.org/wiki/End_of_life", - "architectures": [ - "Arm32", - "Arm64", - "x64" - ], - "supported-versions": [ - "42" - ] + "architectures": ["Arm32", "Arm64", "x64"], + "supported-versions": ["42"] }, { "id": "opensuse", "name": "openSUSE Leap", "link": "https://www.opensuse.org/", "lifecycle": "https://en.opensuse.org/Lifetime", - "architectures": [ - "Arm64", - "x64" - ], - "supported-versions": [ - "16.0", - "15.6" - ] + "architectures": ["Arm64", "x64"], + "supported-versions": ["16.0", "15.6"] }, { "id": "rhel", "name": "Red Hat Enterprise Linux", "link": "https://access.redhat.com/", "lifecycle": "https://access.redhat.com/support/policy/updates/errata/", - "architectures": [ - "Arm64", - "ppc64le", - "s390x", - "x64" - ], - "supported-versions": [ - "10", - "9" - ], + "architectures": ["Arm64", "ppc64le", "s390x", "x64"], + "supported-versions": ["10", "9"], "notes": [ "RHEL-compatible derivatives are supported per [.NET Support](../../support.md)." ] @@ -200,31 +121,16 @@ "name": "SUSE Enterprise Linux", "link": "https://www.suse.com/", "lifecycle": "https://www.suse.com/lifecycle/", - "architectures": [ - "Arm64", - "x64" - ], - "supported-versions": [ - "16.0", - "15.7", - "15.6" - ] + "architectures": ["Arm64", "x64"], + "supported-versions": ["16.0", "15.7", "15.6"] }, { "id": "ubuntu", "name": "Ubuntu", "link": "https://ubuntu.com/", "lifecycle": "https://wiki.ubuntu.com/Releases", - "architectures": [ - "Arm32", - "Arm64", - "x64" - ], - "supported-versions": [ - "25.10", - "24.04", - "22.04" - ] + "architectures": ["Arm32", "Arm64", "x64"], + "supported-versions": ["25.10", "24.04", "22.04"] } ] }, @@ -236,25 +142,15 @@ "name": "Nano Server", "link": "https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images", "lifecycle": "https://learn.microsoft.com/windows-server/get-started/windows-server-release-info", - "architectures": [ - "x64" - ], - "supported-versions": [ - "2025", - "2022", - "2019" - ] + "architectures": ["x64"], + "supported-versions": ["2025", "2022", "2019"] }, { "id": "windows", "name": "Windows", "link": "https://www.microsoft.com/windows/", "lifecycle": "https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet", - "architectures": [ - "Arm64", - "x64", - "x86" - ], + "architectures": ["Arm64", "x64", "x86"], "supported-versions": [ "11-25h2-e", "11-25h2-w", @@ -269,19 +165,14 @@ "10-1809-e-lts", "10-1607-e-lts" ], - "notes": [ - "The x64 emulator is supported on Windows 11 Arm64." - ] + "notes": ["The x64 emulator is supported on Windows 11 Arm64."] }, { "id": "windows-server", "name": "Windows Server", "link": "https://www.microsoft.com/windows-server", "lifecycle": "https://learn.microsoft.com/windows-server/get-started/windows-server-release-info", - "architectures": [ - "x64", - "x86" - ], + "architectures": ["x64", "x86"], "supported-versions": [ "2025", "23H2", @@ -300,10 +191,7 @@ "name": "Windows Server Core", "link": "https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images", "lifecycle": "https://learn.microsoft.com/windows-server/get-started/windows-server-release-info", - "architectures": [ - "x64", - "x86" - ], + "architectures": ["x64", "x86"], "supported-versions": [ "2025", "2022", @@ -322,28 +210,19 @@ "libc": [ { "name": "glibc", - "architectures": [ - "Arm64", - "x64" - ], + "architectures": ["Arm64", "x64"], "version": "2.27", "source": "Ubuntu 18.04" }, { "name": "glibc", - "architectures": [ - "Arm32" - ], + "architectures": ["Arm32"], "version": "2.35", "source": "Ubuntu 22.04" }, { "name": "musl", - "architectures": [ - "Arm32", - "Arm64", - "x64" - ], + "architectures": ["Arm32", "Arm64", "x64"], "version": "1.2.3", "source": "Alpine 3.17" } diff --git a/release-notes/8.0/supported-os.json b/release-notes/8.0/supported-os.json index 57d43b0120..bb0a6dd62c 100644 --- a/release-notes/8.0/supported-os.json +++ b/release-notes/8.0/supported-os.json @@ -1,419 +1,246 @@ { - "channel-version": "8.0", - "last-updated": "2025-10-28", - "families": [ + "channel-version": "8.0", + "last-updated": "2025-10-28", + "families": [ + { + "name": "Android", + "distributions": [ { - "name": "Android", - "distributions": [ - { - "id": "android", - "name": "Android", - "link": "https://www.android.com/", - "lifecycle": "https://support.google.com/android", - "architectures": [ - "Arm32", - "Arm64", - "x64" - ], - "supported-versions": [ - "16", - "15", - "14", - "13" - ], - "unsupported-versions": [ - "12.1", - "12", - "11" - ], - "notes": [ - "API 21 is used as the minimum SDK target." - ] - } - ] + "id": "android", + "name": "Android", + "link": "https://www.android.com/", + "lifecycle": "https://support.google.com/android", + "architectures": ["Arm32", "Arm64", "x64"], + "supported-versions": ["16", "15", "14", "13"], + "unsupported-versions": ["12.1", "12", "11"], + "notes": ["API 21 is used as the minimum SDK target."] + } + ] + }, + { + "name": "Apple", + "distributions": [ + { + "id": "ios", + "name": "iOS", + "link": "https://developer.apple.com/ios/", + "architectures": ["Arm64"], + "supported-versions": ["26", "18"], + "unsupported-versions": ["17", "16", "15"], + "notes": ["iOS 12.2 is used as the minimum SDK target."] + }, + { + "id": "ipados", + "name": "iPadOS", + "link": "https://developer.apple.com/ipados/", + "architectures": ["Arm64"], + "supported-versions": ["26", "18", "17"], + "unsupported-versions": ["16", "15"] + }, + { + "id": "macos", + "name": "macOS", + "link": "https://developer.apple.com/macos/", + "architectures": ["Arm64", "x64"], + "supported-versions": ["26", "15", "14"], + "unsupported-versions": ["13", "12"], + "notes": [ + "The iOS and tvOS simulators are supported on macOS Arm64 and x64.", + "The x64 emulator (Rosetta 2) is supported on macOS Arm64.", + "Mac Catalyst apps are supported on macOS Arm64 and x64." + ] + }, + { + "id": "tvos", + "name": "tvOS", + "link": "https://developer.apple.com/tvos/", + "architectures": ["Arm64"], + "supported-versions": ["26", "18"], + "unsupported-versions": ["17", "16", "15", "14", "13", "12.2"] + } + ] + }, + { + "name": "Linux", + "distributions": [ + { + "id": "alpine", + "name": "Alpine", + "link": "https://alpinelinux.org/", + "lifecycle": "https://alpinelinux.org/releases/", + "architectures": ["Arm32", "Arm64", "x64"], + "supported-versions": ["3.22", "3.21", "3.20"], + "unsupported-versions": ["3.19", "3.18", "3.17", "3.16"] + }, + { + "id": "azure-linux", + "name": "Azure Linux", + "link": "https://github.com/microsoft/azurelinux", + "architectures": ["Arm64", "x64"], + "supported-versions": ["3.0"] }, { - "name": "Apple", - "distributions": [ - { - "id": "ios", - "name": "iOS", - "link": "https://developer.apple.com/ios/", - "architectures": [ - "Arm64" - ], - "supported-versions": [ - "26", - "18" - ], - "unsupported-versions": [ - "17", - "16", - "15" - ], - "notes": [ - "iOS 12.2 is used as the minimum SDK target." - ] - }, - { - "id": "ipados", - "name": "iPadOS", - "link": "https://developer.apple.com/ipados/", - "architectures": [ - "Arm64" - ], - "supported-versions": [ - "26", - "18", - "17" - ], - "unsupported-versions": [ - "16", - "15" - ] - }, - { - "id": "macos", - "name": "macOS", - "link": "https://developer.apple.com/macos/", - "architectures": [ - "Arm64", - "x64" - ], - "supported-versions": [ - "26", - "15", - "14" - ], - "unsupported-versions": [ - "13", - "12" - ], - "notes": [ - "The iOS and tvOS simulators are supported on macOS Arm64 and x64.", - "The x64 emulator (Rosetta 2) is supported on macOS Arm64.", - "Mac Catalyst apps are supported on macOS Arm64 and x64." - ] - }, - { - "id": "tvos", - "name": "tvOS", - "link": "https://developer.apple.com/tvos/", - "architectures": [ - "Arm64" - ], - "supported-versions": [ - "26", - "18" - ], - "unsupported-versions": [ - "17", - "16", - "15", - "14", - "13", - "12.2" - ] - } - ] + "id": "centos-stream", + "name": "CentOS Stream", + "link": "https://centos.org/", + "lifecycle": "https://www.centos.org/cl-vs-cs/", + "architectures": ["Arm64", "ppc64le", "s390x", "x64"], + "supported-versions": ["10", "9"] }, { - "name": "Linux", - "distributions": [ - { - "id": "alpine", - "name": "Alpine", - "link": "https://alpinelinux.org/", - "lifecycle": "https://alpinelinux.org/releases/", - "architectures": [ - "Arm32", - "Arm64", - "x64" - ], - "supported-versions": [ - "3.22", - "3.21", - "3.20" - ], - "unsupported-versions": [ - "3.19", - "3.18", - "3.17", - "3.16" - ] - }, - { - "id": "azure-linux", - "name": "Azure Linux", - "link": "https://github.com/microsoft/azurelinux", - "architectures": [ - "Arm64", - "x64" - ], - "supported-versions": [ - "3.0" - ] - }, - { - "id": "centos-stream", - "name": "CentOS Stream", - "link": "https://centos.org/", - "lifecycle": "https://www.centos.org/cl-vs-cs/", - "architectures": [ - "Arm64", - "ppc64le", - "s390x", - "x64" - ], - "supported-versions": [ - "10", - "9" - ] - }, - { - "id": "debian", - "name": "Debian", - "link": "https://www.debian.org/", - "lifecycle": "https://wiki.debian.org/DebianReleases", - "architectures": [ - "Arm32", - "Arm64", - "x64" - ], - "supported-versions": [ - "13", - "12" - ], - "unsupported-versions": [ - "11" - ] - }, - { - "id": "fedora", - "name": "Fedora", - "link": "https://fedoraproject.org/", - "lifecycle": "https://fedoraproject.org/wiki/End_of_life", - "architectures": [ - "Arm32", - "Arm64", - "x64" - ], - "supported-versions": [ - "42", - "41" - ], - "unsupported-versions": [ - "40", - "39", - "38", - "37" - ] - }, - { - "id": "opensuse", - "name": "openSUSE Leap", - "link": "https://www.opensuse.org/", - "lifecycle": "https://en.opensuse.org/Lifetime", - "architectures": [ - "Arm64", - "x64" - ], - "supported-versions": [ - "16.0", - "15.6" - ], - "unsupported-versions": [ - "15.5", - "15.4" - ] - }, - { - "id": "rhel", - "name": "Red Hat Enterprise Linux", - "link": "https://access.redhat.com/", - "lifecycle": "https://access.redhat.com/support/policy/updates/errata/", - "architectures": [ - "Arm64", - "ppc64le", - "s390x", - "x64" - ], - "supported-versions": [ - "10", - "9", - "8" - ], - "notes": [ - "RHEL-compatible derivatives are supported per [.NET Support](../../support.md)." - ] - }, - { - "id": "sles", - "name": "SUSE Enterprise Linux", - "link": "https://www.suse.com/", - "lifecycle": "https://www.suse.com/lifecycle/", - "architectures": [ - "Arm64", - "x64" - ], - "supported-versions": [ - "16.0", - "15.7", - "15.6" - ], - "unsupported-versions": [ - "15.5", - "15.4", - "12.5" - ] - }, - { - "id": "ubuntu", - "name": "Ubuntu", - "link": "https://ubuntu.com/", - "lifecycle": "https://wiki.ubuntu.com/Releases", - "architectures": [ - "Arm32", - "Arm64", - "x64" - ], - "supported-versions": [ - "25.10", - "24.04", - "22.04" - ], - "unsupported-versions": [ - "25.04", - "24.10", - "20.04", - "23.10", - "23.04" - ] - } - ] + "id": "debian", + "name": "Debian", + "link": "https://www.debian.org/", + "lifecycle": "https://wiki.debian.org/DebianReleases", + "architectures": ["Arm32", "Arm64", "x64"], + "supported-versions": ["13", "12"], + "unsupported-versions": ["11"] }, { - "name": "Windows", - "distributions": [ - { - "id": "windows-nano-server", - "name": "Nano Server", - "link": "https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images", - "lifecycle": "https://learn.microsoft.com/windows-server/get-started/windows-server-release-info", - "architectures": [ - "x64" - ], - "supported-versions": [ - "2025", - "2022", - "2019" - ] - }, - { - "id": "windows", - "name": "Windows", - "link": "https://www.microsoft.com/windows/", - "lifecycle": "https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet", - "architectures": [ - "Arm64", - "x64", - "x86" - ], - "supported-versions": [ - "11-25h2-e", - "11-25h2-w", - "11-24h2-iot-lts", - "11-24h2-e-lts", - "11-24h2-e", - "11-24h2-w", - "11-23h2-e", - "11-23h2-w", - "10-21h2-e-lts", - "10-21h2-iot-lts", - "10-1809-e-lts", - "10-1607-e-lts" - ], - "unsupported-versions": [ - "11-22h2-e", - "11-22h2-w", - "11-21h2-e", - "10-22h2", - "10-21h2-e" - ], - "notes": [ - "The x64 emulator is supported on Windows 11 Arm64." - ] - }, - { - "id": "windows-server", - "name": "Windows Server", - "link": "https://www.microsoft.com/windows-server", - "lifecycle": "https://learn.microsoft.com/windows-server/get-started/windows-server-release-info", - "architectures": [ - "x64", - "x86" - ], - "supported-versions": [ - "2025", - "23H2", - "2022", - "2019", - "2016", - "2012-R2", - "2012" - ], - "notes": [ - "Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview)." - ] - }, - { - "id": "windows-server-core", - "name": "Windows Server Core", - "link": "https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images", - "lifecycle": "https://learn.microsoft.com/windows-server/get-started/windows-server-release-info", - "architectures": [ - "x64", - "x86" - ], - "supported-versions": [ - "2025", - "2022", - "2019", - "2016", - "2012-R2", - "2012" - ], - "notes": [ - "Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview)." - ] - } - ] + "id": "fedora", + "name": "Fedora", + "link": "https://fedoraproject.org/", + "lifecycle": "https://fedoraproject.org/wiki/End_of_life", + "architectures": ["Arm32", "Arm64", "x64"], + "supported-versions": ["42", "41"], + "unsupported-versions": ["40", "39", "38", "37"] + }, + { + "id": "opensuse", + "name": "openSUSE Leap", + "link": "https://www.opensuse.org/", + "lifecycle": "https://en.opensuse.org/Lifetime", + "architectures": ["Arm64", "x64"], + "supported-versions": ["16.0", "15.6"], + "unsupported-versions": ["15.5", "15.4"] + }, + { + "id": "rhel", + "name": "Red Hat Enterprise Linux", + "link": "https://access.redhat.com/", + "lifecycle": "https://access.redhat.com/support/policy/updates/errata/", + "architectures": ["Arm64", "ppc64le", "s390x", "x64"], + "supported-versions": ["10", "9", "8"], + "notes": [ + "RHEL-compatible derivatives are supported per [.NET Support](../../support.md)." + ] + }, + { + "id": "sles", + "name": "SUSE Enterprise Linux", + "link": "https://www.suse.com/", + "lifecycle": "https://www.suse.com/lifecycle/", + "architectures": ["Arm64", "x64"], + "supported-versions": ["16.0", "15.7", "15.6"], + "unsupported-versions": ["15.5", "15.4", "12.5"] + }, + { + "id": "ubuntu", + "name": "Ubuntu", + "link": "https://ubuntu.com/", + "lifecycle": "https://wiki.ubuntu.com/Releases", + "architectures": ["Arm32", "Arm64", "x64"], + "supported-versions": ["25.10", "24.04", "22.04"], + "unsupported-versions": ["25.04", "24.10", "20.04", "23.10", "23.04"] } - ], - "libc": [ + ] + }, + { + "name": "Windows", + "distributions": [ + { + "id": "windows-nano-server", + "name": "Nano Server", + "link": "https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images", + "lifecycle": "https://learn.microsoft.com/windows-server/get-started/windows-server-release-info", + "architectures": ["x64"], + "supported-versions": ["2025", "2022", "2019"] + }, + { + "id": "windows", + "name": "Windows", + "link": "https://www.microsoft.com/windows/", + "lifecycle": "https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet", + "architectures": ["Arm64", "x64", "x86"], + "supported-versions": [ + "11-25h2-e", + "11-25h2-w", + "11-24h2-iot-lts", + "11-24h2-e-lts", + "11-24h2-e", + "11-24h2-w", + "11-23h2-e", + "11-23h2-w", + "10-21h2-e-lts", + "10-21h2-iot-lts", + "10-1809-e-lts", + "10-1607-e-lts" + ], + "unsupported-versions": [ + "11-22h2-e", + "11-22h2-w", + "11-21h2-e", + "10-22h2", + "10-21h2-e" + ], + "notes": ["The x64 emulator is supported on Windows 11 Arm64."] + }, { - "name": "glibc", - "architectures": [ - "Arm32", - "Arm64", - "x64" - ], - "version": "2.23", - "source": "Ubuntu 16.04" + "id": "windows-server", + "name": "Windows Server", + "link": "https://www.microsoft.com/windows-server", + "lifecycle": "https://learn.microsoft.com/windows-server/get-started/windows-server-release-info", + "architectures": ["x64", "x86"], + "supported-versions": [ + "2025", + "23H2", + "2022", + "2019", + "2016", + "2012-R2", + "2012" + ], + "notes": [ + "Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview)." + ] }, { - "name": "musl", - "architectures": [ - "Arm32", - "Arm64", - "x64" - ], - "version": "1.2.2", - "source": "Alpine 3.13" + "id": "windows-server-core", + "name": "Windows Server Core", + "link": "https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images", + "lifecycle": "https://learn.microsoft.com/windows-server/get-started/windows-server-release-info", + "architectures": ["x64", "x86"], + "supported-versions": [ + "2025", + "2022", + "2019", + "2016", + "2012-R2", + "2012" + ], + "notes": [ + "Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview)." + ] } - ], - "notes": [ - "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.", - "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." - ] + ] + } + ], + "libc": [ + { + "name": "glibc", + "architectures": ["Arm32", "Arm64", "x64"], + "version": "2.23", + "source": "Ubuntu 16.04" + }, + { + "name": "musl", + "architectures": ["Arm32", "Arm64", "x64"], + "version": "1.2.2", + "source": "Alpine 3.13" + } + ], + "notes": [ + "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.", + "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." + ] } diff --git a/release-notes/9.0/supported-os.json b/release-notes/9.0/supported-os.json index d47044f473..2be82aea94 100644 --- a/release-notes/9.0/supported-os.json +++ b/release-notes/9.0/supported-os.json @@ -1,399 +1,243 @@ { - "channel-version": "9.0", - "last-updated": "2025-10-28", - "families": [ + "channel-version": "9.0", + "last-updated": "2025-10-28", + "families": [ + { + "name": "Android", + "distributions": [ { - "name": "Android", - "distributions": [ - { - "id": "android", - "name": "Android", - "link": "https://www.android.com/", - "lifecycle": "https://support.google.com/android", - "architectures": [ - "Arm32", - "Arm64", - "x64" - ], - "supported-versions": [ - "16", - "15", - "14", - "13" - ], - "unsupported-versions": [ - "12.1", - "12" - ], - "notes": [ - "API 21 is used as the minimum SDK target." - ] - } - ] + "id": "android", + "name": "Android", + "link": "https://www.android.com/", + "lifecycle": "https://support.google.com/android", + "architectures": ["Arm32", "Arm64", "x64"], + "supported-versions": ["16", "15", "14", "13"], + "unsupported-versions": ["12.1", "12"], + "notes": ["API 21 is used as the minimum SDK target."] + } + ] + }, + { + "name": "Apple", + "distributions": [ + { + "id": "ios", + "name": "iOS", + "link": "https://developer.apple.com/ios/", + "architectures": ["Arm64"], + "supported-versions": ["26", "18"], + "unsupported-versions": ["17", "16"], + "notes": ["iOS 12.2 is used as the minimum SDK target."] + }, + { + "id": "ipados", + "name": "iPadOS", + "link": "https://developer.apple.com/ipados/", + "architectures": ["Arm64"], + "supported-versions": ["26", "18", "17"], + "unsupported-versions": ["16"] + }, + { + "id": "macos", + "name": "macOS", + "link": "https://developer.apple.com/macos/", + "architectures": ["Arm64", "x64"], + "supported-versions": ["26", "15", "14"], + "unsupported-versions": ["13"], + "notes": [ + "The iOS and tvOS simulators are supported on macOS Arm64 and x64.", + "The x64 emulator (Rosetta 2) is supported on macOS Arm64.", + "Mac Catalyst apps are supported on macOS Arm64 and x64." + ] + }, + { + "id": "tvos", + "name": "tvOS", + "link": "https://developer.apple.com/tvos/", + "architectures": ["Arm64"], + "supported-versions": ["26"], + "unsupported-versions": ["18", "17", "16", "15", "14", "13", "12.2"] + } + ] + }, + { + "name": "Linux", + "distributions": [ + { + "id": "alpine", + "name": "Alpine", + "link": "https://alpinelinux.org/", + "lifecycle": "https://alpinelinux.org/releases/", + "architectures": ["Arm32", "Arm64", "x64"], + "supported-versions": ["3.22", "3.21", "3.20", "3.19"] + }, + { + "id": "azure-linux", + "name": "Azure Linux", + "link": "https://github.com/microsoft/azurelinux", + "architectures": ["Arm64", "x64"], + "supported-versions": ["3.0"] + }, + { + "id": "centos-stream", + "name": "CentOS Stream", + "link": "https://centos.org/", + "lifecycle": "https://www.centos.org/cl-vs-cs/", + "architectures": ["Arm64", "ppc64le", "s390x", "x64"], + "supported-versions": ["10", "9"] }, { - "name": "Apple", - "distributions": [ - { - "id": "ios", - "name": "iOS", - "link": "https://developer.apple.com/ios/", - "architectures": [ - "Arm64" - ], - "supported-versions": [ - "26", - "18" - ], - "unsupported-versions": [ - "17", - "16" - ], - "notes": [ - "iOS 12.2 is used as the minimum SDK target." - ] - }, - { - "id": "ipados", - "name": "iPadOS", - "link": "https://developer.apple.com/ipados/", - "architectures": [ - "Arm64" - ], - "supported-versions": [ - "26", - "18", - "17" - ], - "unsupported-versions": [ - "16" - ] - }, - { - "id": "macos", - "name": "macOS", - "link": "https://developer.apple.com/macos/", - "architectures": [ - "Arm64", - "x64" - ], - "supported-versions": [ - "26", - "15", - "14" - ], - "unsupported-versions": [ - "13" - ], - "notes": [ - "The iOS and tvOS simulators are supported on macOS Arm64 and x64.", - "The x64 emulator (Rosetta 2) is supported on macOS Arm64.", - "Mac Catalyst apps are supported on macOS Arm64 and x64." - ] - }, - { - "id": "tvos", - "name": "tvOS", - "link": "https://developer.apple.com/tvos/", - "architectures": [ - "Arm64" - ], - "supported-versions": [ - "26" - ], - "unsupported-versions": [ - "18", - "17", - "16", - "15", - "14", - "13", - "12.2" - ] - } - ] + "id": "debian", + "name": "Debian", + "link": "https://www.debian.org/", + "lifecycle": "https://wiki.debian.org/DebianReleases", + "architectures": ["Arm32", "Arm64", "x64"], + "supported-versions": ["13", "12"] }, { - "name": "Linux", - "distributions": [ - { - "id": "alpine", - "name": "Alpine", - "link": "https://alpinelinux.org/", - "lifecycle": "https://alpinelinux.org/releases/", - "architectures": [ - "Arm32", - "Arm64", - "x64" - ], - "supported-versions": [ - "3.22", - "3.21", - "3.20", - "3.19" - ] - }, - { - "id": "azure-linux", - "name": "Azure Linux", - "link": "https://github.com/microsoft/azurelinux", - "architectures": [ - "Arm64", - "x64" - ], - "supported-versions": [ - "3.0" - ] - }, - { - "id": "centos-stream", - "name": "CentOS Stream", - "link": "https://centos.org/", - "lifecycle": "https://www.centos.org/cl-vs-cs/", - "architectures": [ - "Arm64", - "ppc64le", - "s390x", - "x64" - ], - "supported-versions": [ - "10", - "9" - ] - }, - { - "id": "debian", - "name": "Debian", - "link": "https://www.debian.org/", - "lifecycle": "https://wiki.debian.org/DebianReleases", - "architectures": [ - "Arm32", - "Arm64", - "x64" - ], - "supported-versions": [ - "13", - "12" - ] - }, - { - "id": "fedora", - "name": "Fedora", - "link": "https://fedoraproject.org/", - "lifecycle": "https://fedoraproject.org/wiki/End_of_life", - "architectures": [ - "Arm32", - "Arm64", - "x64" - ], - "supported-versions": [ - "42", - "41" - ], - "unsupported-versions": [ - "40" - ] - }, - { - "id": "opensuse", - "name": "openSUSE Leap", - "link": "https://www.opensuse.org/", - "lifecycle": "https://en.opensuse.org/Lifetime", - "architectures": [ - "Arm64", - "x64" - ], - "supported-versions": [ - "16.0", - "15.6" - ], - "unsupported-versions": [ - "15.5" - ] - }, - { - "id": "rhel", - "name": "Red Hat Enterprise Linux", - "link": "https://access.redhat.com/", - "lifecycle": "https://access.redhat.com/support/policy/updates/errata/", - "architectures": [ - "Arm64", - "ppc64le", - "s390x", - "x64" - ], - "supported-versions": [ - "10", - "9", - "8" - ], - "notes": [ - "RHEL-compatible derivatives are supported per [.NET Support](../../support.md)." - ] - }, - { - "id": "sles", - "name": "SUSE Enterprise Linux", - "link": "https://www.suse.com/", - "lifecycle": "https://www.suse.com/lifecycle/", - "architectures": [ - "Arm64", - "x64" - ], - "supported-versions": [ - "16.0", - "15.7", - "15.6" - ] - }, - { - "id": "ubuntu", - "name": "Ubuntu", - "link": "https://ubuntu.com/", - "lifecycle": "https://wiki.ubuntu.com/Releases", - "architectures": [ - "Arm32", - "Arm64", - "x64" - ], - "supported-versions": [ - "25.10", - "24.04", - "22.04" - ], - "unsupported-versions": [ - "25.04", - "24.10" - ] - } - ] + "id": "fedora", + "name": "Fedora", + "link": "https://fedoraproject.org/", + "lifecycle": "https://fedoraproject.org/wiki/End_of_life", + "architectures": ["Arm32", "Arm64", "x64"], + "supported-versions": ["42", "41"], + "unsupported-versions": ["40"] }, { - "name": "Windows", - "distributions": [ - { - "id": "windows-nano-server", - "name": "Nano Server", - "link": "https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images", - "lifecycle": "https://learn.microsoft.com/windows-server/get-started/windows-server-release-info", - "architectures": [ - "x64" - ], - "supported-versions": [ - "2025", - "2022", - "2019" - ] - }, - { - "id": "windows", - "name": "Windows", - "link": "https://www.microsoft.com/windows/", - "lifecycle": "https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet", - "architectures": [ - "Arm64", - "x64", - "x86" - ], - "supported-versions": [ - "11-25h2-e", - "11-25h2-w", - "11-24h2-iot-lts", - "11-24h2-e-lts", - "11-24h2-e", - "11-24h2-w", - "11-23h2-e", - "11-23h2-w", - "10-21h2-e-lts", - "10-21h2-iot-lts", - "10-1809-e-lts", - "10-1607-e-lts" - ], - "unsupported-versions": [ - "11-22h2-e", - "10-22h2" - ], - "notes": [ - "The x64 emulator is supported on Windows 11 Arm64." - ] - }, - { - "id": "windows-server", - "name": "Windows Server", - "link": "https://www.microsoft.com/windows-server", - "lifecycle": "https://learn.microsoft.com/windows-server/get-started/windows-server-release-info", - "architectures": [ - "x64", - "x86" - ], - "supported-versions": [ - "2025", - "23H2", - "2022", - "2019", - "2016", - "2012-R2", - "2012" - ], - "notes": [ - "Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview)." - ] - }, - { - "id": "windows-server-core", - "name": "Windows Server Core", - "link": "https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images", - "lifecycle": "https://learn.microsoft.com/windows-server/get-started/windows-server-release-info", - "architectures": [ - "x64", - "x86" - ], - "supported-versions": [ - "2025", - "2022", - "2019", - "2016", - "2012-R2", - "2012" - ], - "notes": [ - "Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview)." - ] - } - ] + "id": "opensuse", + "name": "openSUSE Leap", + "link": "https://www.opensuse.org/", + "lifecycle": "https://en.opensuse.org/Lifetime", + "architectures": ["Arm64", "x64"], + "supported-versions": ["16.0", "15.6"], + "unsupported-versions": ["15.5"] + }, + { + "id": "rhel", + "name": "Red Hat Enterprise Linux", + "link": "https://access.redhat.com/", + "lifecycle": "https://access.redhat.com/support/policy/updates/errata/", + "architectures": ["Arm64", "ppc64le", "s390x", "x64"], + "supported-versions": ["10", "9", "8"], + "notes": [ + "RHEL-compatible derivatives are supported per [.NET Support](../../support.md)." + ] + }, + { + "id": "sles", + "name": "SUSE Enterprise Linux", + "link": "https://www.suse.com/", + "lifecycle": "https://www.suse.com/lifecycle/", + "architectures": ["Arm64", "x64"], + "supported-versions": ["16.0", "15.7", "15.6"] + }, + { + "id": "ubuntu", + "name": "Ubuntu", + "link": "https://ubuntu.com/", + "lifecycle": "https://wiki.ubuntu.com/Releases", + "architectures": ["Arm32", "Arm64", "x64"], + "supported-versions": ["25.10", "24.04", "22.04"], + "unsupported-versions": ["25.04", "24.10"] } - ], - "libc": [ + ] + }, + { + "name": "Windows", + "distributions": [ + { + "id": "windows-nano-server", + "name": "Nano Server", + "link": "https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images", + "lifecycle": "https://learn.microsoft.com/windows-server/get-started/windows-server-release-info", + "architectures": ["x64"], + "supported-versions": ["2025", "2022", "2019"] + }, { - "name": "glibc", - "architectures": [ - "Arm64", - "x64" - ], - "version": "2.23", - "source": "Ubuntu 16.04" + "id": "windows", + "name": "Windows", + "link": "https://www.microsoft.com/windows/", + "lifecycle": "https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet", + "architectures": ["Arm64", "x64", "x86"], + "supported-versions": [ + "11-25h2-e", + "11-25h2-w", + "11-24h2-iot-lts", + "11-24h2-e-lts", + "11-24h2-e", + "11-24h2-w", + "11-23h2-e", + "11-23h2-w", + "10-21h2-e-lts", + "10-21h2-iot-lts", + "10-1809-e-lts", + "10-1607-e-lts" + ], + "unsupported-versions": ["11-22h2-e", "10-22h2"], + "notes": ["The x64 emulator is supported on Windows 11 Arm64."] }, { - "name": "glibc", - "architectures": [ - "Arm32" - ], - "version": "2.35", - "source": "Ubuntu 22.04" + "id": "windows-server", + "name": "Windows Server", + "link": "https://www.microsoft.com/windows-server", + "lifecycle": "https://learn.microsoft.com/windows-server/get-started/windows-server-release-info", + "architectures": ["x64", "x86"], + "supported-versions": [ + "2025", + "23H2", + "2022", + "2019", + "2016", + "2012-R2", + "2012" + ], + "notes": [ + "Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview)." + ] }, { - "name": "musl", - "architectures": [ - "Arm32", - "Arm64", - "x64" - ], - "version": "1.2.2", - "source": "Alpine 3.13" + "id": "windows-server-core", + "name": "Windows Server Core", + "link": "https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images", + "lifecycle": "https://learn.microsoft.com/windows-server/get-started/windows-server-release-info", + "architectures": ["x64", "x86"], + "supported-versions": [ + "2025", + "2022", + "2019", + "2016", + "2012-R2", + "2012" + ], + "notes": [ + "Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview)." + ] } - ], - "notes": [ - "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.", - "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." - ] + ] + } + ], + "libc": [ + { + "name": "glibc", + "architectures": ["Arm64", "x64"], + "version": "2.23", + "source": "Ubuntu 16.04" + }, + { + "name": "glibc", + "architectures": ["Arm32"], + "version": "2.35", + "source": "Ubuntu 22.04" + }, + { + "name": "musl", + "architectures": ["Arm32", "Arm64", "x64"], + "version": "1.2.2", + "source": "Alpine 3.13" + } + ], + "notes": [ + "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.", + "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." + ] } From 996d49973061c0f127306fcfd675efc05dca4921 Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Tue, 28 Oct 2025 14:01:20 -0700 Subject: [PATCH 4/6] Change how x86 is described for Windows --- release-notes/8.0/supported-os.json | 9 +++++---- release-notes/8.0/supported-os.md | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/release-notes/8.0/supported-os.json b/release-notes/8.0/supported-os.json index bb0a6dd62c..950c4d7822 100644 --- a/release-notes/8.0/supported-os.json +++ b/release-notes/8.0/supported-os.json @@ -161,7 +161,7 @@ "name": "Windows", "link": "https://www.microsoft.com/windows/", "lifecycle": "https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet", - "architectures": ["Arm64", "x64", "x86"], + "architectures": ["Arm64", "x64"], "supported-versions": [ "11-25h2-e", "11-25h2-w", @@ -183,14 +183,15 @@ "10-22h2", "10-21h2-e" ], - "notes": ["The x64 emulator is supported on Windows 11 Arm64."] + "notes": ["The x64 and x86 emulators are supported on Windows 11 Arm64.", + "The x86 emulator is supported on x64."] }, { "id": "windows-server", "name": "Windows Server", "link": "https://www.microsoft.com/windows-server", "lifecycle": "https://learn.microsoft.com/windows-server/get-started/windows-server-release-info", - "architectures": ["x64", "x86"], + "architectures": ["x64"], "supported-versions": [ "2025", "23H2", @@ -209,7 +210,7 @@ "name": "Windows Server Core", "link": "https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images", "lifecycle": "https://learn.microsoft.com/windows-server/get-started/windows-server-release-info", - "architectures": ["x64", "x86"], + "architectures": ["x64"], "supported-versions": [ "2025", "2022", diff --git a/release-notes/8.0/supported-os.md b/release-notes/8.0/supported-os.md index 1f6ca73886..60d795dd0c 100644 --- a/release-notes/8.0/supported-os.md +++ b/release-notes/8.0/supported-os.md @@ -79,13 +79,14 @@ Notes: | OS | Versions | Architectures | Lifecycle | | -------------------- | ------------------------------------------- | ------------- | --------------- | | [Nano Server][23] | 2025, 2022, 2019 | x64 | [Lifecycle][24] | -| [Windows][25] | 11 25H2, 11 24H2 (IoT), 11 24H2 (E), 11 24H2, 11 23H2, 10 21H2 (E), 10 21H2 (IoT), 10 1809 (E), 10 1607 (E) | Arm64, x64, x86 | [Lifecycle][26] | -| [Windows Server][27] | 2025, 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | -| [Windows Server Core][23] | 2025, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | +| [Windows][25] | 11 25H2, 11 24H2 (IoT), 11 24H2 (E), 11 24H2, 11 23H2, 10 21H2 (E), 10 21H2 (IoT), 10 1809 (E), 10 1607 (E) | Arm64, x64 | [Lifecycle][26] | +| [Windows Server][27] | 2025, 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64 | [Lifecycle][24] | +| [Windows Server Core][23] | 2025, 2022, 2019, 2016, 2012-R2, 2012 | x64 | [Lifecycle][24] | Notes: -* Windows: The x64 emulator is supported on Windows 11 Arm64. +* Windows: The x64 and x86 emulators are supported on Windows 11 Arm64. +* Windows: The x86 emulator is supported on x64. * Windows Server: Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview). * Windows Server Core: Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview). From ed158303746e3bc6b4c72bd131236f5f92ea9018 Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Tue, 28 Oct 2025 14:06:23 -0700 Subject: [PATCH 5/6] Change how x86 is described for Windows --- release-notes/10.0/supported-os.json | 11 +++++++---- release-notes/10.0/supported-os.md | 9 +++++---- release-notes/8.0/supported-os.json | 6 ++++-- release-notes/9.0/supported-os.json | 9 ++++++--- release-notes/9.0/supported-os.md | 7 ++++--- 5 files changed, 26 insertions(+), 16 deletions(-) diff --git a/release-notes/10.0/supported-os.json b/release-notes/10.0/supported-os.json index 5aa258eafe..18ffd605dc 100644 --- a/release-notes/10.0/supported-os.json +++ b/release-notes/10.0/supported-os.json @@ -150,7 +150,7 @@ "name": "Windows", "link": "https://www.microsoft.com/windows/", "lifecycle": "https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet", - "architectures": ["Arm64", "x64", "x86"], + "architectures": ["Arm64", "x64"], "supported-versions": [ "11-25h2-e", "11-25h2-w", @@ -165,14 +165,17 @@ "10-1809-e-lts", "10-1607-e-lts" ], - "notes": ["The x64 emulator is supported on Windows 11 Arm64."] + "notes": [ + "The x64 and x86 emulators are supported on Windows 11 Arm64.", + "The x86 emulator is supported on x64." + ] }, { "id": "windows-server", "name": "Windows Server", "link": "https://www.microsoft.com/windows-server", "lifecycle": "https://learn.microsoft.com/windows-server/get-started/windows-server-release-info", - "architectures": ["x64", "x86"], + "architectures": ["x64"], "supported-versions": [ "2025", "23H2", @@ -191,7 +194,7 @@ "name": "Windows Server Core", "link": "https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images", "lifecycle": "https://learn.microsoft.com/windows-server/get-started/windows-server-release-info", - "architectures": ["x64", "x86"], + "architectures": ["x64"], "supported-versions": [ "2025", "2022", diff --git a/release-notes/10.0/supported-os.md b/release-notes/10.0/supported-os.md index 93cbf01090..aab53bc30f 100644 --- a/release-notes/10.0/supported-os.md +++ b/release-notes/10.0/supported-os.md @@ -79,13 +79,14 @@ Notes: | OS | Versions | Architectures | Lifecycle | | -------------------- | ------------------------------------------- | ------------- | --------------- | | [Nano Server][23] | 2025, 2022, 2019 | x64 | [Lifecycle][24] | -| [Windows][25] | 11 25H2, 11 24H2 (IoT), 11 24H2 (E), 11 24H2, 11 23H2, 10 21H2 (E), 10 21H2 (IoT), 10 1809 (E), 10 1607 (E) | Arm64, x64, x86 | [Lifecycle][26] | -| [Windows Server][27] | 2025, 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | -| [Windows Server Core][23] | 2025, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | +| [Windows][25] | 11 25H2, 11 24H2 (IoT), 11 24H2 (E), 11 24H2, 11 23H2, 10 21H2 (E), 10 21H2 (IoT), 10 1809 (E), 10 1607 (E) | Arm64, x64 | [Lifecycle][26] | +| [Windows Server][27] | 2025, 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64 | [Lifecycle][24] | +| [Windows Server Core][23] | 2025, 2022, 2019, 2016, 2012-R2, 2012 | x64 | [Lifecycle][24] | Notes: -* Windows: The x64 emulator is supported on Windows 11 Arm64. +* Windows: The x64 and x86 emulators are supported on Windows 11 Arm64. +* Windows: The x86 emulator is supported on x64. * Windows Server: Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview). * Windows Server Core: Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview). diff --git a/release-notes/8.0/supported-os.json b/release-notes/8.0/supported-os.json index 950c4d7822..b7b7e3cb40 100644 --- a/release-notes/8.0/supported-os.json +++ b/release-notes/8.0/supported-os.json @@ -183,8 +183,10 @@ "10-22h2", "10-21h2-e" ], - "notes": ["The x64 and x86 emulators are supported on Windows 11 Arm64.", - "The x86 emulator is supported on x64."] + "notes": [ + "The x64 and x86 emulators are supported on Windows 11 Arm64.", + "The x86 emulator is supported on x64." + ] }, { "id": "windows-server", diff --git a/release-notes/9.0/supported-os.json b/release-notes/9.0/supported-os.json index 2be82aea94..2811d4e232 100644 --- a/release-notes/9.0/supported-os.json +++ b/release-notes/9.0/supported-os.json @@ -158,7 +158,7 @@ "name": "Windows", "link": "https://www.microsoft.com/windows/", "lifecycle": "https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet", - "architectures": ["Arm64", "x64", "x86"], + "architectures": ["Arm64", "x64"], "supported-versions": [ "11-25h2-e", "11-25h2-w", @@ -174,14 +174,17 @@ "10-1607-e-lts" ], "unsupported-versions": ["11-22h2-e", "10-22h2"], - "notes": ["The x64 emulator is supported on Windows 11 Arm64."] + "notes": [ + "The x64 and x86 emulators are supported on Windows 11 Arm64.", + "The x86 emulator is supported on x64." + ] }, { "id": "windows-server", "name": "Windows Server", "link": "https://www.microsoft.com/windows-server", "lifecycle": "https://learn.microsoft.com/windows-server/get-started/windows-server-release-info", - "architectures": ["x64", "x86"], + "architectures": ["x64"], "supported-versions": [ "2025", "23H2", diff --git a/release-notes/9.0/supported-os.md b/release-notes/9.0/supported-os.md index a7aa193f96..a54d7fc3a3 100644 --- a/release-notes/9.0/supported-os.md +++ b/release-notes/9.0/supported-os.md @@ -79,13 +79,14 @@ Notes: | OS | Versions | Architectures | Lifecycle | | -------------------- | ------------------------------------------- | ------------- | --------------- | | [Nano Server][23] | 2025, 2022, 2019 | x64 | [Lifecycle][24] | -| [Windows][25] | 11 25H2, 11 24H2 (IoT), 11 24H2 (E), 11 24H2, 11 23H2, 10 21H2 (E), 10 21H2 (IoT), 10 1809 (E), 10 1607 (E) | Arm64, x64, x86 | [Lifecycle][26] | -| [Windows Server][27] | 2025, 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | +| [Windows][25] | 11 25H2, 11 24H2 (IoT), 11 24H2 (E), 11 24H2, 11 23H2, 10 21H2 (E), 10 21H2 (IoT), 10 1809 (E), 10 1607 (E) | Arm64, x64 | [Lifecycle][26] | +| [Windows Server][27] | 2025, 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64 | [Lifecycle][24] | | [Windows Server Core][23] | 2025, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] | Notes: -* Windows: The x64 emulator is supported on Windows 11 Arm64. +* Windows: The x64 and x86 emulators are supported on Windows 11 Arm64. +* Windows: The x86 emulator is supported on x64. * Windows Server: Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview). * Windows Server Core: Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview). From a51c516001b28e740cda68f9949ae01a0cd7b86f Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Tue, 28 Oct 2025 14:08:46 -0700 Subject: [PATCH 6/6] Update Alpine support for 9.0 --- release-notes/9.0/supported-os.json | 3 ++- release-notes/9.0/supported-os.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/release-notes/9.0/supported-os.json b/release-notes/9.0/supported-os.json index 2811d4e232..b3c194db0a 100644 --- a/release-notes/9.0/supported-os.json +++ b/release-notes/9.0/supported-os.json @@ -69,7 +69,8 @@ "link": "https://alpinelinux.org/", "lifecycle": "https://alpinelinux.org/releases/", "architectures": ["Arm32", "Arm64", "x64"], - "supported-versions": ["3.22", "3.21", "3.20", "3.19"] + "supported-versions": ["3.22", "3.21", "3.20"], + "unsupported-versions": ["3.19"] }, { "id": "azure-linux", diff --git a/release-notes/9.0/supported-os.md b/release-notes/9.0/supported-os.md index a54d7fc3a3..6d6282b4ae 100644 --- a/release-notes/9.0/supported-os.md +++ b/release-notes/9.0/supported-os.md @@ -42,7 +42,7 @@ Notes: | OS | Versions | Architectures | Lifecycle | | ------------------- | -------- | ----------------- | --------------- | -| [Alpine][6] | 3.22, 3.21, 3.20, 3.19 | Arm32, Arm64, x64 | [Lifecycle][7] | +| [Alpine][6] | 3.22, 3.21, 3.20 | Arm32, Arm64, x64 | [Lifecycle][7] | | [Azure Linux][8] | 3.0 | Arm64, x64 | None | | [CentOS Stream][9] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] | | [Debian][11] | 13, 12 | Arm32, Arm64, x64 | [Lifecycle][12] | @@ -117,6 +117,7 @@ The following operating system versions are no longer supported. | OS | Version | Date | | ------ | ------- | ---------- | +| Alpine | 3.19 | [2025-11-01](https://alpinelinux.org/posts/Alpine-3.17.10-3.18.9-3.19.4-3.20.3-released.html) | | Android | 12.1 | [2025-03-03](https://developer.android.com/about/versions/12/12L) | | Android | 12 | 2025-03-03 | | Fedora | 40 | 2025-05-13 |