Skip to content

Commit 8d8e723

Browse files
pirannaactions-user
authored andcommitted
2021.6.7
1 parent 0db8498 commit 8d8e723

File tree

4 files changed

+33
-13
lines changed

4 files changed

+33
-13
lines changed

data/OS lifecycle.json

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"OS Family": "Windows Server",
5555
"Operating System": "Windows Server 2016",
5656
"Latest Update or Service Pack": "",
57-
"SCS Support Status": "Active (Default)",
57+
"SCS Support Status": "Containment",
5858
"Vendor Release Date": "26 Sep 2016",
5959
"Start of SCS Support": "1 Jan 2017",
6060
"End of SCS Support": "11 Jan 2027",
@@ -104,7 +104,7 @@
104104
"OS Family": "OS X / macOS",
105105
"Operating System": "macOS Mojave\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tupgrade note",
106106
"Latest Update or Service Pack": "10.14",
107-
"SCS Support Status": "Containment",
107+
"SCS Support Status": "Phasing Out",
108108
"Vendor Release Date": "24 Sep 2018",
109109
"Start of SCS Support": "3 Dec 2018",
110110
"End of SCS Support": "Nov 2021",
@@ -264,7 +264,7 @@
264264
"OS Family": "Windows Desktop",
265265
"Operating System": "Windows 10\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSemi-Annual Channel",
266266
"Latest Update or Service Pack": "1809",
267-
"SCS Support Status": "Active (Default)",
267+
"SCS Support Status": "Phasing Out",
268268
"Vendor Release Date": "28 Mar 2019",
269269
"Start of SCS Support": "1 Apr 2019",
270270
"End of SCS Support": "11 May 2021",
@@ -284,7 +284,7 @@
284284
"OS Family": "OS X / macOS",
285285
"Operating System": "macOS High Sierra",
286286
"Latest Update or Service Pack": "10.13",
287-
"SCS Support Status": "Phasing Out",
287+
"SCS Support Status": "EOL",
288288
"Vendor Release Date": "25 Sep 2017",
289289
"Start of SCS Support": "5 Mar 2018",
290290
"End of SCS Support": "Dec 2020",
@@ -299,8 +299,28 @@
299299
"Start of SCS Support": "Jan 2021",
300300
"End of SCS Support": "Apr 2025",
301301
"Latest Vendor EOL Date": "Apr 2025"
302+
},
303+
{
304+
"OS Family": "Windows Desktop",
305+
"Operating System": "Windows 10\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSemi-Annual Channel",
306+
"Latest Update or Service Pack": "20H2",
307+
"SCS Support Status": "Active (Default)",
308+
"Vendor Release Date": "20 Oct 2020",
309+
"Start of SCS Support": "9 Jan 2021",
310+
"End of SCS Support": "9 May 2023",
311+
"Latest Vendor EOL Date": "9 May 2023"
312+
},
313+
{
314+
"OS Family": "Windows Server",
315+
"Operating System": "Windows Server 2019",
316+
"Latest Update or Service Pack": "",
317+
"SCS Support Status": "Active (Default)",
318+
"Vendor Release Date": "13 Nov 2018",
319+
"Start of SCS Support": "9 Jan 2020",
320+
"End of SCS Support": "9 Jan 2029",
321+
"Latest Vendor EOL Date": "9 Jan 2029"
302322
}
303323
],
304324
"url": "https://computing.cs.cmu.edu/desktop/os-lifecycle.html",
305-
"date": "2021-05-05"
325+
"date": "2021-06-07"
306326
}

index.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[
22
{
3-
"eol": "2021-05-11",
3+
"eol": "2023-05-09",
44
"name": "Windows",
5-
"release": "2019-03-28",
6-
"version": "10.1809"
5+
"release": "2020-10-20",
6+
"version": "10.20H2"
77
},
88
{
99
"eol": "2023-01-10",
@@ -30,10 +30,10 @@
3030
"version": "XP SP3"
3131
},
3232
{
33-
"eol": "2015-07-14",
33+
"eol": "2029-01-09",
3434
"name": "Windows Server",
35-
"release": "2003-04-24",
36-
"version": "2003 R2"
35+
"release": "2018-11-13",
36+
"version": "2019 "
3737
},
3838
{
3939
"eol": "2023-10-10",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@projectlint/os-lifecycle",
3-
"version": "2021.5.5",
3+
"version": "2021.6.7",
44
"description": "Operating System support lifecycle",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)