Skip to content

Commit f8581d0

Browse files
authored
[Windows] Upgrade OVS version to 2.15.2 (antrea-io#2996)
It includes AntreaProxy related fixes. openvswitch/ovs-issues#229 openvswitch/ovs-issues#231 Signed-off-by: Zhecheng Li <lzhecheng@vmware.com>
1 parent 6097f37 commit f8581d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hack/windows/Install-OVS.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Param(
3232
)
3333

3434
$ErrorActionPreference = "Stop"
35-
$OVSDownloadURL = "https://downloads.antrea.io/ovs/ovs-2.14.2-antrea.1-win64.zip"
35+
$OVSDownloadURL = "https://downloads.antrea.io/ovs/ovs-2.15.2-antrea.0-win64.zip"
3636
# Use a SHA256 hash to ensure that the downloaded archive is correct.
37-
$OVSPublishedHash = '98f0b1cf051b8ad46d736b5b493a750c14db97ec031bde8f5193ad114b765b39'
37+
$OVSPublishedHash = '969703a11c980bc2752948d5707074c83bc2778351b81554edcef9e6d220bb7f'
3838
$WorkDir = [System.IO.Path]::GetDirectoryName($myInvocation.MyCommand.Definition)
3939
$OVSDownloadDir = $WorkDir
4040
$PowerShellModuleBase = "C:\Windows\System32\WindowsPowerShell\v1.0\Modules"

0 commit comments

Comments
 (0)