Skip to content

Commit

Permalink
Update latest version map
Browse files Browse the repository at this point in the history
  • Loading branch information
sung-su committed Jun 7, 2023
1 parent 8e5e7d7 commit 50f884f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workload/scripts/workload-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,14 @@ $LatestVersionMap = @{
"$ManifestBaseName-7.0.100-rc.1" = "7.0.100-rc.1.22";
"$ManifestBaseName-7.0.100-rc.2" = "7.0.100-rc.2.24";
"$ManifestBaseName-7.0.100" = "7.0.103";
"$ManifestBaseName-7.0.200" = "7.0.105";
"$ManifestBaseName-7.0.300" = "7.0.111";
"$ManifestBaseName-8.0.100-alpha.1" = "7.0.104";
"$ManifestBaseName-8.0.100-preview.2" = "7.0.106";
"$ManifestBaseName-8.0.100-preview.3" = "7.0.107";
"$ManifestBaseName-8.0.100-preview.4" = "7.0.108";
"$ManifestBaseName-8.0.100-preview.5" = "7.0.110";
"$ManifestBaseName-8.0.100-preview.6" = "7.0.112";
}

function New-TemporaryDirectory {
Expand Down
3 changes: 3 additions & 0 deletions workload/scripts/workload-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@ LatestVersionMap=(
"$MANIFEST_BASE_NAME-7.0.100-rc.1=7.0.100-rc.1.22"
"$MANIFEST_BASE_NAME-7.0.100-rc.2=7.0.100-rc.2.24"
"$MANIFEST_BASE_NAME-7.0.100=7.0.103"
"$MANIFEST_BASE_NAME-7.0.200=7.0.105"
"$MANIFEST_BASE_NAME-7.0.300=7.0.111"
"$MANIFEST_BASE_NAME-8.0.100-alpha.1=7.0.104"
"$MANIFEST_BASE_NAME-8.0.100-preview.2=7.0.106"
"$MANIFEST_BASE_NAME-8.0.100-preview.3=7.0.107"
"$MANIFEST_BASE_NAME-8.0.100-preview.4=7.0.108"
"$MANIFEST_BASE_NAME-8.0.100-preview.5=7.0.110"
"$MANIFEST_BASE_NAME-8.0.100-preview.6=7.0.112"
)

while [ $# -ne 0 ]; do
Expand Down

0 comments on commit 50f884f

Please sign in to comment.