Skip to content

Commit

Permalink
Remove invalid versions (#9441)
Browse files Browse the repository at this point in the history
* Remove invalid versions

* Re-add 2012 to windows-server-core

It was available as installation option, but not as containered variant

* Add 2012 support to .NET 9 windows-server-core

* Add 2012-R2 to supported-os of windows-server-core
  • Loading branch information
Falco20019 authored Aug 13, 2024
1 parent 6546745 commit 7da6443
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
3 changes: 1 addition & 2 deletions release-notes/6.0/supported-os.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@
"11-21h2-e",
"10-21h2-e-lts",
"10-21h2-iot-lts",
"10-20h2-e-lts",
"10-1809-e-lts",
"10-1607-e-lts"
],
Expand Down Expand Up @@ -393,10 +392,10 @@
"x86"
],
"supported-versions": [
"23H2",
"2022",
"2019",
"2016",
"2012-R2",
"2012"
],
"unsupported-versions": [
Expand Down
4 changes: 3 additions & 1 deletion release-notes/7.0/supported-os.json
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,9 @@
"supported-versions": [
"2022",
"2019",
"2016"
"2016",
"2012-R2",
"2012"
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion release-notes/8.0/supported-os.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,10 @@
"x86"
],
"supported-versions": [
"23H2",
"2022",
"2019",
"2016",
"2012-R2",
"2012"
]
}
Expand Down
5 changes: 3 additions & 2 deletions release-notes/9.0/supported-os.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,11 @@
"x86"
],
"supported-versions": [
"23H2",
"2022",
"2019",
"2016"
"2016",
"2012-R2",
"2012"
]
}
]
Expand Down

0 comments on commit 7da6443

Please sign in to comment.