Skip to content

Commit 7a4d058

Browse files
authored
Update support statements (#9641)
* Update support statements * Revert adding OSes
1 parent 2e97bde commit 7a4d058

File tree

4 files changed

+29
-22
lines changed

4 files changed

+29
-22
lines changed

release-notes/8.0/supported-os.json

+15-11
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"unsupported-versions": [
2626
"11"
27-
],
27+
],
2828
"notes": [
2929
"API 21 is used as the minimum SDK target."
3030
]
@@ -44,7 +44,9 @@
4444
"supported-versions": [
4545
"18",
4646
"17",
47-
"16",
47+
"16"
48+
],
49+
"unsupported-versions": [
4850
"15"
4951
],
5052
"notes": [
@@ -61,10 +63,12 @@
6163
"supported-versions": [
6264
"18",
6365
"17",
64-
"16",
66+
"16"
67+
],
68+
"unsupported-versions": [
6569
"15"
6670
]
67-
},
71+
},
6872
{
6973
"id": "macos",
7074
"name": "macOS",
@@ -122,10 +126,10 @@
122126
"supported-versions": [
123127
"3.20",
124128
"3.19",
125-
"3.18",
126-
"3.17"
129+
"3.18"
127130
],
128131
"unsupported-versions": [
132+
"3.17",
129133
"3.16"
130134
]
131135
},
@@ -173,10 +177,10 @@
173177
"x64"
174178
],
175179
"supported-versions": [
176-
"40",
177-
"39"
180+
"40"
178181
],
179182
"unsupported-versions": [
183+
"39",
180184
"38",
181185
"37"
182186
]
@@ -228,11 +232,11 @@
228232
],
229233
"supported-versions": [
230234
"15.6",
231-
"15.5",
232-
"12.5"
235+
"15.5"
233236
],
234237
"unsupported-versions": [
235-
"15.4"
238+
"15.4",
239+
"12.5"
236240
]
237241
},
238242
{

release-notes/8.0/supported-os.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Notes:
2323

2424
OS | Versions | Architectures
2525
------------------------------- | --------------------------- | ----------------------
26-
[iOS][2] | 18, 17, 16, 15 | Arm64
27-
[iPadOS][3] | 18, 17, 16, 15 | Arm64
26+
[iOS][2] | 18, 17, 16 | Arm64
27+
[iPadOS][3] | 18, 17, 16 | Arm64
2828
[macOS][4] | 15, 14, 13 | Arm64, x64
2929
[tvOS][5] | 18, 17, 16, 15, 14, 13, 12.2 | Arm64
3030

@@ -44,13 +44,13 @@ Notes:
4444

4545
OS | Versions | Architectures | Lifecycle
4646
------------------------------- | --------------------------- | --------------------- | ----------------------
47-
[Alpine][6] | 3.20, 3.19, 3.18, 3.17 | Arm32, Arm64, x64 | [Lifecycle][7]
47+
[Alpine][6] | 3.20, 3.19, 3.18 | Arm32, Arm64, x64 | [Lifecycle][7]
4848
[CentOS Stream][8] | 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][9]
4949
[Debian][10] | 12 | Arm32, Arm64, x64 | [Lifecycle][11]
50-
[Fedora][12] | 40, 39 | Arm32, Arm64, x64 | [Lifecycle][13]
50+
[Fedora][12] | 40 | Arm32, Arm64, x64 | [Lifecycle][13]
5151
[openSUSE Leap][14] | 15.6, 15.5 | Arm64, x64 | [Lifecycle][15]
5252
[Red Hat Enterprise Linux][16] | 9, 8 | Arm64, ppc64le, s390x, x64 | [Lifecycle][17]
53-
[SUSE Enterprise Linux][18] | 15.6, 15.5, 12.5 | Arm64, x64 | [Lifecycle][19]
53+
[SUSE Enterprise Linux][18] | 15.6, 15.5 | Arm64, x64 | [Lifecycle][19]
5454
[Ubuntu][20] | 24.10, 24.04, 22.04, 20.04 | Arm32, Arm64, x64 | [Lifecycle][21]
5555

5656
Notes:
@@ -116,13 +116,18 @@ Support for the following operating system versions has ended.
116116

117117
OS | Version | Date
118118
----------------------- | ------------- | ----------------------
119+
Alpine | 3.17 | [2024-11-22](https://alpinelinux.org/posts/Alpine-3.16.9-3.17.7-3.18.6-released.html)
119120
Alpine | 3.16 | [2024-05-23](https://alpinelinux.org/posts/Alpine-3.16.9-3.17.7-3.18.6-released.html)
120121
Android | 11 | 2024-02-05
121122
Debian | 11 | [2024-08-14](https://lists.debian.org/debian-release/2024/06/msg00700.html)
123+
Fedora | 39 | 2024-11-26
122124
Fedora | 38 | 2024-05-21
123125
Fedora | 37 | 2023-12-05
126+
iOS | 15 | [2024-09-16](https://support.apple.com/HT212788)
127+
iPadOS | 15 | [2024-09-16](https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-15-release-notes)
124128
macOS | 12 | [2024-09-16](https://support.apple.com/HT212585)
125129
openSUSE Leap | 15.4 | 2023-12-07
130+
SUSE Enterprise Linux | 12.5 | 2024-10-31
126131
SUSE Enterprise Linux | 15.4 | 2023-12-31
127132
Ubuntu | 23.10 | 2024-07-11
128133
Ubuntu | 23.04 | 2024-01-20

release-notes/9.0/supported-os.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
"supported-versions": [
4242
"18",
4343
"17",
44-
"16",
45-
"15"
44+
"16"
4645
],
4746
"notes": [
4847
"iOS 12.2 is used as the minimum SDK target."
@@ -58,8 +57,7 @@
5857
"supported-versions": [
5958
"18",
6059
"17",
61-
"16",
62-
"15"
60+
"16"
6361
]
6462
},
6563
{

release-notes/9.0/supported-os.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Notes:
2323

2424
OS | Versions | Architectures
2525
------------------------------- | --------------------------- | ----------------------
26-
[iOS][2] | 18, 17, 16, 15 | Arm64
27-
[iPadOS][3] | 18, 17, 16, 15 | Arm64
26+
[iOS][2] | 18, 17, 16 | Arm64
27+
[iPadOS][3] | 18, 17, 16 | Arm64
2828
[macOS][4] | 15, 14, 13 | Arm64, x64
2929
[tvOS][5] | 18, 17, 16, 15, 14, 13, 12.2 | Arm64
3030

0 commit comments

Comments
 (0)