1
0
mirror of synced 2025-12-19 18:06:02 -05:00

Add support for Fedora 43 (#10168)

This commit is contained in:
Rich Lander
2025-11-19 12:29:31 -08:00
committed by GitHub
parent 781b0024d2
commit 1e94165705
6 changed files with 20 additions and 20 deletions

View File

@@ -95,7 +95,7 @@
"link": "https://fedoraproject.org/", "link": "https://fedoraproject.org/",
"lifecycle": "https://fedoraproject.org/wiki/End_of_life", "lifecycle": "https://fedoraproject.org/wiki/End_of_life",
"architectures": ["Arm32", "Arm64", "x64"], "architectures": ["Arm32", "Arm64", "x64"],
"supported-versions": ["42"] "supported-versions": ["43", "42"]
}, },
{ {
"id": "opensuse", "id": "opensuse",

View File

@@ -46,7 +46,7 @@ Notes:
| [Azure Linux][8] | 3.0 | Arm64, x64 | None | | [Azure Linux][8] | 3.0 | Arm64, x64 | None |
| [CentOS Stream][9] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] | | [CentOS Stream][9] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] |
| [Debian][11] | 13, 12 | Arm32, Arm64, x64 | [Lifecycle][12] | | [Debian][11] | 13, 12 | Arm32, Arm64, x64 | [Lifecycle][12] |
| [Fedora][13] | 42 | Arm32, Arm64, x64 | [Lifecycle][14] | | [Fedora][13] | 43, 42 | Arm32, Arm64, x64 | [Lifecycle][14] |
| [openSUSE Leap][15] | 16.0, 15.6 | Arm64, x64 | [Lifecycle][16] | | [openSUSE Leap][15] | 16.0, 15.6 | Arm64, x64 | [Lifecycle][16] |
| [Red Hat Enterprise Linux][17] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][18] | | [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] | | [SUSE Enterprise Linux][19] | 16.0, 15.7, 15.6 | Arm64, x64 | [Lifecycle][20] |

View File

@@ -102,7 +102,7 @@
"link": "https://fedoraproject.org/", "link": "https://fedoraproject.org/",
"lifecycle": "https://fedoraproject.org/wiki/End_of_life", "lifecycle": "https://fedoraproject.org/wiki/End_of_life",
"architectures": ["Arm32", "Arm64", "x64"], "architectures": ["Arm32", "Arm64", "x64"],
"supported-versions": ["42", "41"], "supported-versions": ["43", "42", "41"],
"unsupported-versions": ["40", "39", "38", "37"] "unsupported-versions": ["40", "39", "38", "37"]
}, },
{ {

View File

@@ -41,12 +41,12 @@ Notes:
## Linux ## Linux
| OS | Versions | Architectures | Lifecycle | | OS | Versions | Architectures | Lifecycle |
| ------------------- | -------- | ----------------- | --------------- | | ------------------- | ---------- | ----------------- | --------------- |
| [Alpine][6] | 3.22, 3.21, 3.20 | 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 | | [Azure Linux][8] | 3.0 | Arm64, x64 | None |
| [CentOS Stream][9] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] | | [CentOS Stream][9] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] |
| [Debian][11] | 13, 12 | Arm32, Arm64, x64 | [Lifecycle][12] | | [Debian][11] | 13, 12 | Arm32, Arm64, x64 | [Lifecycle][12] |
| [Fedora][13] | 42, 41 | Arm32, Arm64, x64 | [Lifecycle][14] | | [Fedora][13] | 43, 42, 41 | Arm32, Arm64, x64 | [Lifecycle][14] |
| [openSUSE Leap][15] | 16.0, 15.6 | Arm64, x64 | [Lifecycle][16] | | [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] | | [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] | | [SUSE Enterprise Linux][19] | 16.0, 15.7, 15.6 | Arm64, x64 | [Lifecycle][20] |

View File

@@ -1,6 +1,6 @@
{ {
"channel-version": "9.0", "channel-version": "9.0",
"last-updated": "2025-10-28", "last-updated": "2025-11-19",
"families": [ "families": [
{ {
"name": "Android", "name": "Android",
@@ -101,7 +101,7 @@
"link": "https://fedoraproject.org/", "link": "https://fedoraproject.org/",
"lifecycle": "https://fedoraproject.org/wiki/End_of_life", "lifecycle": "https://fedoraproject.org/wiki/End_of_life",
"architectures": ["Arm32", "Arm64", "x64"], "architectures": ["Arm32", "Arm64", "x64"],
"supported-versions": ["42", "41"], "supported-versions": ["43", "42", "41"],
"unsupported-versions": ["40"] "unsupported-versions": ["40"]
}, },
{ {

View File

@@ -1,6 +1,6 @@
# .NET 9.0 - Supported OS versions # .NET 9.0 - Supported OS versions
Last Updated: 2025/10/28; Support phase: Active Last Updated: 2025/11/19; 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. [.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.
@@ -41,12 +41,12 @@ Notes:
## Linux ## Linux
| OS | Versions | Architectures | Lifecycle | | OS | Versions | Architectures | Lifecycle |
| ------------------- | -------- | ----------------- | --------------- | | ------------------- | ---------- | ----------------- | --------------- |
| [Alpine][6] | 3.22, 3.21, 3.20 | 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 | | [Azure Linux][8] | 3.0 | Arm64, x64 | None |
| [CentOS Stream][9] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] | | [CentOS Stream][9] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] |
| [Debian][11] | 13, 12 | Arm32, Arm64, x64 | [Lifecycle][12] | | [Debian][11] | 13, 12 | Arm32, Arm64, x64 | [Lifecycle][12] |
| [Fedora][13] | 42, 41 | Arm32, Arm64, x64 | [Lifecycle][14] | | [Fedora][13] | 43, 42, 41 | Arm32, Arm64, x64 | [Lifecycle][14] |
| [openSUSE Leap][15] | 16.0, 15.6 | Arm64, x64 | [Lifecycle][16] | | [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] | | [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] | | [SUSE Enterprise Linux][19] | 16.0, 15.7, 15.6 | Arm64, x64 | [Lifecycle][20] |