From 1628c8723eee39deb2bb1e5a1736db0062109676 Mon Sep 17 00:00:00 2001 From: Daniel Canter Date: Wed, 6 Oct 2021 12:57:56 -0700 Subject: [PATCH] Revert "Update windowsbuilds.go" This reverts commit 7b6e3dac2b3b0c2e06ab5d0bf2a0665fb80ae511. The reason for this is because the tag 21h2 actually refers to a couple different Windows builds now unfortunately. It's the tag for the latest Windows 10 update, for Windows 11, and Windows Server 2022. We're looking into how best to actually name these going forward if we're going to account for an event like this again. Signed-off-by: Daniel Canter --- osversion/windowsbuilds.go | 3 --- .../github.com/Microsoft/hcsshim/osversion/windowsbuilds.go | 3 --- 2 files changed, 6 deletions(-) diff --git a/osversion/windowsbuilds.go b/osversion/windowsbuilds.go index 1cc831115b..49fb740cd1 100644 --- a/osversion/windowsbuilds.go +++ b/osversion/windowsbuilds.go @@ -38,7 +38,4 @@ const ( // V21H1 corresponds to Windows Server 21H1 (semi-annual channel). V21H1 = 19043 - - // V21H2 corresponds to Windows Server 2022 (ltsc2022). - V21H2 = 20348 ) diff --git a/test/vendor/github.com/Microsoft/hcsshim/osversion/windowsbuilds.go b/test/vendor/github.com/Microsoft/hcsshim/osversion/windowsbuilds.go index 1cc831115b..49fb740cd1 100644 --- a/test/vendor/github.com/Microsoft/hcsshim/osversion/windowsbuilds.go +++ b/test/vendor/github.com/Microsoft/hcsshim/osversion/windowsbuilds.go @@ -38,7 +38,4 @@ const ( // V21H1 corresponds to Windows Server 21H1 (semi-annual channel). V21H1 = 19043 - - // V21H2 corresponds to Windows Server 2022 (ltsc2022). - V21H2 = 20348 )