Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix OS support according to current EOL information #9547

Merged
merged 4 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 30 additions & 22 deletions release-notes/6.0/supported-os.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"channel-version": "6.0",
"last-updated": "2024-08-26",
"last-updated": "2024-10-10",
"families": [
{
"name": "Android",
Expand All @@ -15,19 +15,19 @@
"Arm64",
"x64"
],
"supported-versions": [
"supported-versions": [],
"unsupported-versions": [
"14",
"13",
"12.1",
"12"
],
"unsupported-versions": [
"12",
"11",
"10",
"9"
],
"notes": [
"API 21 is used as the minimum SDK target."
"API 21 is used as the minimum SDK target.",
"Support for .NET MAUI 6 has ended."
]
}
]
Expand All @@ -42,16 +42,16 @@
"architectures": [
"Arm64"
],
"supported-versions": [
"supported-versions": [],
"unsupported-versions": [
"17",
"16",
"15"
],
"unsupported-versions": [
"15",
"12"
],
"notes": [
"iOS 10.0 is used as the minimum SDK target."
"iOS 10.0 is used as the minimum SDK target.",
"Support for .NET MAUI 6 has ended."
]
},
{
Expand All @@ -61,13 +61,14 @@
"architectures": [
"Arm64"
],
"supported-versions": [
"supported-versions": [],
"unsupported-versions": [
"17",
"16",
"15"
],
"unsupported-versions": [
"12"
"notes": [
"Support for .NET MAUI 6 has ended."
]
},
{
Expand All @@ -79,11 +80,12 @@
"x64"
],
"supported-versions": [
"15",
"14",
"13",
"12"
"13"
],
"unsupported-versions": [
"12",
"11",
"10.15"
],
Expand All @@ -100,13 +102,15 @@
"architectures": [
"Arm64"
],
"supported-versions": [
"supported-versions": [],
"unsupported-versions": [
"17",
"16",
"15"
],
"unsupported-versions": [
"15",
"12"
],
"notes": [
"Support for .NET MAUI 6 has ended."
]
}
]
Expand Down Expand Up @@ -333,18 +337,22 @@
"x86"
],
"supported-versions": [
"11-24h2-iot-lts",
"11-24h2-e-lts",
"11-24h2-e",
"11-24h2-w",
"11-23h2-e",
"11-23h2-w",
"11-22h2-e",
"11-22h2-w",
"10-22h2",
"11-21h2-e",
"10-21h2-e-lts",
"10-21h2-iot-lts",
"10-1809-e-lts",
"10-1607-e-lts"
],
"unsupported-versions": [
"11-22h2-w",
"11-21h2-e",
"11-21h2-w",
"10-21h2-e",
"10-21h2-w",
Expand Down
37 changes: 28 additions & 9 deletions release-notes/6.0/supported-os.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# .NET 6 - Supported OS versions

Last updated: 2024-08-26
Last updated: 2024-10-10

[.NET 6](README.md) is a [Long Term Support (LTS)](../../release-policies.md) release and [is supported](../../support.md) on multiple operating systems per their lifecycle policy.

Expand All @@ -10,11 +10,12 @@ This file is generated from [supported-os.json](supported-os.json) and is based

OS | Versions | Architectures | Lifecycle
------------------------------- | --------------------------- | --------------------- | ----------------------
[Android][0] | 14, 13, 12.1, 12 | Arm32, Arm64, x64 | [Lifecycle][1]
[Android][0] | [None][None] | Arm32, Arm64, x64 | [Lifecycle][1]

Notes:

* Android: API 21 is used as the minimum SDK target.
* Android: Support for .NET MAUI 6 has ended.

[0]: https://www.android.com/
[1]: https://support.google.com/android
Expand All @@ -23,17 +24,20 @@ Notes:

OS | Versions | Architectures
------------------------------- | --------------------------- | ----------------------
[iOS][2] | 17, 16, 15 | Arm64
[iPadOS][3] | 17, 16, 15 | Arm64
[macOS][4] | 14, 13, 12 | Arm64, x64
[tvOS][5] | 17, 16, 15 | Arm64
[iOS][2] | [None][None] | Arm64
[iPadOS][3] | [None][None] | Arm64
[macOS][4] | 15, 14, 13 | Arm64, x64
[tvOS][5] | [None][None] | Arm64

Notes:

* iOS: iOS 10.0 is used as the minimum SDK target.
* iOS: Support for .NET MAUI 6 has ended.
* iPadOS: Support for .NET MAUI 6 has ended.
* macOS: The iOS and tvOS simulators are supported on macOS Arm64 and x64.
* macOS: The x64 emulator (Rosetta 2) is supported on macOS Arm64.
* macOS: Mac Catalyst apps are supported on macOS Arm64 and x64.
* tvOS: Support for .NET MAUI 6 has ended.

[2]: https://developer.apple.com/ios/
[3]: https://developer.apple.com/ipados/
Expand Down Expand Up @@ -82,7 +86,7 @@ Notes:
OS | Versions | Architectures | Lifecycle
------------------------------- | --------------------------- | --------------------- | ----------------------
[Nano Server][23] | 2022, 2019 | x64 | [Lifecycle][24]
[Windows][25] | 11 23H2, 11 22H2, 10 22H2, 11 21H2 (E), 10 21H2 (E), 10 21H2 (IoT), 10 1809 (E), 10 1607 (E) | Arm64, x64, x86 | [Lifecycle][26]
[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] | 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24]
[Windows Server Core][23] | 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24]

Expand Down Expand Up @@ -124,7 +128,11 @@ Alpine | 3.15 | [2023-11-01](https://alpinelinux.org/p
Alpine | 3.14 | [2023-05-01](https://alpinelinux.org/posts/Alpine-3.14.10-3.15.8-3.16.5-released.html)
Alpine | 3.13 | [2022-11-01](https://alpinelinux.org/posts/Alpine-3.12.12-3.13.10-3.14.6-3.15.4-released.html)
Alpine | 3.12 | [2022-05-01](https://alpinelinux.org/posts/Alpine-3.12.12-3.13.10-3.14.6-3.15.4-released.html)
Android | 11 | 2024-02-05
Android | 14 | [2023-05-08](https://dotnet.microsoft.com/en-us/platform/support/policy/maui)
Android | 13 | [2023-05-08](https://dotnet.microsoft.com/en-us/platform/support/policy/maui)
Android | 12.1 | [2023-05-08](https://dotnet.microsoft.com/en-us/platform/support/policy/maui)
Android | 12 | [2023-05-08](https://dotnet.microsoft.com/en-us/platform/support/policy/maui)
Android | 11 | [2023-05-08](https://dotnet.microsoft.com/en-us/platform/support/policy/maui)
Android | 10 | 2023-03-06
Android | 9 | [2022-01-01](https://developer.android.com/about/versions/pie)
CentOS | 7 | [2024-06-30](https://web.archive.org/web/20230711113909/https://wiki.centos.org/Manuals/ReleaseNotes/CentOS7.2009)
Expand All @@ -137,8 +145,14 @@ Fedora | 36 | 2023-05-16
Fedora | 35 | 2022-12-13
Fedora | 34 | 2022-06-07
Fedora | 33 | 2021-11-30
iOS | 17 | [2023-05-08](https://dotnet.microsoft.com/en-us/platform/support/policy/maui)
iOS | 16 | [2023-05-08](https://dotnet.microsoft.com/en-us/platform/support/policy/maui)
iOS | 15 | [2023-05-08](https://dotnet.microsoft.com/en-us/platform/support/policy/maui)
iOS | 12 | [2023-01-23](https://support.apple.com/HT209084)
iPadOS | 12 | -
iPadOS | 17 | [2023-05-08](https://dotnet.microsoft.com/en-us/platform/support/policy/maui)
iPadOS | 16 | [2023-05-08](https://dotnet.microsoft.com/en-us/platform/support/policy/maui)
iPadOS | 15 | [2023-05-08](https://dotnet.microsoft.com/en-us/platform/support/policy/maui)
macOS | 12 | [2024-09-16](https://support.apple.com/HT212585)
macOS | 11 | [2023-09-26](https://support.apple.com/HT211896)
macOS | 10.15 | [2022-09-12](https://support.apple.com/HT210642)
Nano Server | 20H2 | [2022-08-09](https://learn.microsoft.com/lifecycle/announcements/windows-server-20h2-retiring)
Expand All @@ -153,13 +167,18 @@ SUSE Enterprise Linux | 15.2 | 2021-12-31
SUSE Enterprise Linux | 12.4 | 2020-06-30
SUSE Enterprise Linux | 12.3 | 2019-06-30
SUSE Enterprise Linux | 12.2 | 2018-03-31
tvOS | 17 | [2023-05-08](https://dotnet.microsoft.com/en-us/platform/support/policy/maui)
tvOS | 16 | [2023-05-08](https://dotnet.microsoft.com/en-us/platform/support/policy/maui)
tvOS | 15 | [2023-05-08](https://dotnet.microsoft.com/en-us/platform/support/policy/maui)
tvOS | 12 | -
Ubuntu | 23.10 | 2024-07-11
Ubuntu | 23.04 | 2024-01-20
Ubuntu | 22.10 | 2023-07-20
Ubuntu | 18.04 | 2023-05-31
Ubuntu | 21.10 | 2022-07-14
Ubuntu | 21.04 | 2022-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)
Windows | 11 21H2 (W) | [2023-10-10](https://learn.microsoft.com/windows/release-health/windows11-release-information)
Windows | 10 21H2 (W) | [2023-06-13](https://learn.microsoft.com/windows/release-health/release-information)
Expand Down
19 changes: 15 additions & 4 deletions release-notes/8.0/supported-os.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"channel-version": "8.0",
"last-updated": "2024-08-26",
"last-updated": "2024-10-10",
"families": [
{
"name": "Android",
Expand All @@ -16,6 +16,7 @@
"x64"
],
"supported-versions": [
"15",
"14",
"13",
"12.1",
Expand All @@ -41,6 +42,7 @@
"Arm64"
],
"supported-versions": [
"18",
"17",
"16",
"15"
Expand All @@ -57,6 +59,7 @@
"Arm64"
],
"supported-versions": [
"18",
"17",
"16",
"15"
Expand All @@ -71,8 +74,11 @@
"x64"
],
"supported-versions": [
"15",
"14",
"13",
"13"
],
"unsupported-versions": [
"12"
],
"notes" : [
Expand All @@ -89,6 +95,7 @@
"Arm64"
],
"supported-versions": [
"18",
"17",
"16",
"15",
Expand Down Expand Up @@ -277,18 +284,22 @@
"x86"
],
"supported-versions": [
"11-24h2-iot-lts",
"11-24h2-e-lts",
"11-24h2-e",
"11-24h2-w",
"11-23h2-e",
"11-23h2-w",
"11-22h2-e",
"11-22h2-w",
"10-22h2",
"11-21h2-e",
"10-21h2-e-lts",
"10-21h2-iot-lts",
"10-1809-e-lts",
"10-1607-e-lts"
],
"unsupported-versions": [
"11-22h2-w",
"11-21h2-e",
"10-21h2-e"
],
"notes": [
Expand Down
18 changes: 10 additions & 8 deletions release-notes/8.0/supported-os.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# .NET 8 - Supported OS versions

Last updated: 2024-08-26
Last updated: 2024-10-10

[.NET 8](README.md) is a [Long Term Support (LTS)](../../release-policies.md) release and [is supported](../../support.md) on multiple operating systems per their lifecycle policy.

Expand All @@ -10,7 +10,7 @@ This file is generated from [supported-os.json](supported-os.json) and is based

OS | Versions | Architectures | Lifecycle
------------------------------- | --------------------------- | --------------------- | ----------------------
[Android][0] | 14, 13, 12.1, 12 | Arm32, Arm64, x64 | [Lifecycle][1]
[Android][0] | 15, 14, 13, 12.1, 12 | Arm32, Arm64, x64 | [Lifecycle][1]

Notes:

Expand All @@ -23,10 +23,10 @@ Notes:

OS | Versions | Architectures
------------------------------- | --------------------------- | ----------------------
[iOS][2] | 17, 16, 15 | Arm64
[iPadOS][3] | 17, 16, 15 | Arm64
[macOS][4] | 14, 13, 12 | Arm64, x64
[tvOS][5] | 17, 16, 15, 14, 13, 12.2 | Arm64
[iOS][2] | 18, 17, 16, 15 | Arm64
[iPadOS][3] | 18, 17, 16, 15 | Arm64
[macOS][4] | 15, 14, 13 | Arm64, x64
[tvOS][5] | 18, 17, 16, 15, 14, 13, 12.2 | Arm64

Notes:

Expand Down Expand Up @@ -79,15 +79,14 @@ Notes:
OS | Versions | Architectures | Lifecycle
------------------------------- | --------------------------- | --------------------- | ----------------------
[Nano Server][22] | 2022, 2019 | x64 | [Lifecycle][23]
[Windows][24] | 11 23H2, 11 22H2, 10 22H2, 11 21H2 (E), 10 21H2 (E), 10 21H2 (IoT), 10 1809 (E), 10 1607 (E) | Arm64, x64, x86 | [Lifecycle][25]
[Windows][24] | 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][25]
[Windows Server][26] | 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][23]
[Windows Server Core][22] | 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][23]

Notes:

* Windows: The x64 emulator is supported on Windows 11 Arm64.
* 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).

[22]: https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images
[23]: https://learn.microsoft.com/windows-server/get-started/windows-server-release-info
Expand Down Expand Up @@ -122,8 +121,11 @@ Android | 11 | 2024-02-05
Debian | 11 | [2024-08-14](https://lists.debian.org/debian-release/2024/06/msg00700.html)
Fedora | 38 | 2024-05-21
Fedora | 37 | 2023-12-05
macOS | 12 | [2024-09-16](https://support.apple.com/HT212585)
openSUSE Leap | 15.4 | 2023-12-07
SUSE Enterprise Linux | 15.4 | 2023-12-31
Ubuntu | 23.10 | 2024-07-11
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)
Loading
Loading