summaryrefslogtreecommitdiff
path: root/vendor/github.com/Microsoft/hcsshim/osversion/windowsbuilds.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-12-23 17:04:40 +0100
committerGitHub <noreply@github.com>2020-12-23 17:04:40 +0100
commit8544bb57fe5e9222509827a7f5aa648516b9cd98 (patch)
tree2dcda2b058ca07b180ea1f017933c57dca033af8 /vendor/github.com/Microsoft/hcsshim/osversion/windowsbuilds.go
parent0778c114d3001bdd4f40fe46283457481d983b64 (diff)
parent057faea5c185d24cda40d310b0a80763ee46f4cc (diff)
downloadpodman-8544bb57fe5e9222509827a7f5aa648516b9cd98.tar.gz
podman-8544bb57fe5e9222509827a7f5aa648516b9cd98.tar.bz2
podman-8544bb57fe5e9222509827a7f5aa648516b9cd98.zip
Merge pull request #8813 from containers/dependabot/go_modules/github.com/containers/storage-1.24.4
Bump github.com/containers/storage from 1.24.3 to 1.24.4
Diffstat (limited to 'vendor/github.com/Microsoft/hcsshim/osversion/windowsbuilds.go')
-rw-r--r--vendor/github.com/Microsoft/hcsshim/osversion/windowsbuilds.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/Microsoft/hcsshim/osversion/windowsbuilds.go b/vendor/github.com/Microsoft/hcsshim/osversion/windowsbuilds.go
index 726d1c8c1..e9267b955 100644
--- a/vendor/github.com/Microsoft/hcsshim/osversion/windowsbuilds.go
+++ b/vendor/github.com/Microsoft/hcsshim/osversion/windowsbuilds.go
@@ -24,4 +24,15 @@ const (
// V19H1 (version 1903) corresponds to Windows Server 1903 (semi-annual
// channel).
V19H1 = 18362
+
+ // V19H2 (version 1909) corresponds to Windows Server 1909 (semi-annual
+ // channel).
+ V19H2 = 18363
+
+ // V20H1 (version 2004) corresponds to Windows Server 2004 (semi-annual
+ // channel).
+ V20H1 = 19041
+
+ // V20H2 corresponds to Windows Server 20H2 (semi-annual channel).
+ V20H2 = 19042
)