Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

chore: March 2021 patch updates for Windows #4322

Merged
merged 2 commits into from
Mar 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/api/azenvtypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ var (
ImageOffer: "WindowsServer",
ImageSku: "2019-Datacenter-Core-with-Containers-smalldisk",
ImagePublisher: "MicrosoftWindowsServer",
ImageVersion: "17763.1637.2012040632",
ImageVersion: "17763.1757.2102060435",
}

// ACC1604OSImageConfig is the ACC image based on Ubuntu 16.04.
Expand Down
6 changes: 3 additions & 3 deletions vhd/packer/configure-windows-vhd.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ function Install-WindowsPatches {
# Windows Server 2019 update history can be found at https://support.microsoft.com/en-us/help/4464619
# then you can get download links by searching for specific KBs at http://www.catalog.update.microsoft.com/home.aspx

# KB4598230 contains January 12, 2021 cumulative updates for Windows Server 2019
# https://www.catalog.update.microsoft.com/Search.aspx?q=KB4598230
$patchUrls = @("http://download.windowsupdate.com/d/msdownload/update/software/secu/2021/02/windows10.0-kb4601345-x64_6dfee9d6f028678d7988eb35cd5c0867bf96e4c6.msu")
# KB4598230 contains March 9, 2021 cumulative updates for Windows Server 2019
jsturtevant marked this conversation as resolved.
Show resolved Hide resolved
# https://www.catalog.update.microsoft.com/Search.aspx?q=KB5000822
$patchUrls = @("http://download.windowsupdate.com/c/msdownload/update/software/secu/2021/03/windows10.0-kb5000822-x64_567b66c719842beeaaf49e6332aa6f3477c225a7.msu")
}
'2004' {
# Windows Server, Version 2004 update history can be found at https://support.microsoft.com/en-us/help/4555932
Expand Down
2 changes: 1 addition & 1 deletion vhd/packer/windows-2019-vars.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"image_publisher": "MicrosoftWindowsServer",
"image_offer": "WindowsServer",
"image_sku": "2019-Datacenter-Core-smalldisk",
"image_version": "17763.1697.2101090203",
"image_version": "17763.1757.2102060435",
"windows_server_version": "2019"
}