Skip to content

Commit

Permalink
Persist Updated Windows Manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
enclave-tom authored and github-actions[bot] committed Oct 5, 2023
1 parent f7f7f83 commit a50ed4c
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 0 deletions.
34 changes: 34 additions & 0 deletions manifest/windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -4249,6 +4249,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 10,
"BuildVersion": 5,
"RevisionVersion": 1310,
"ReleaseType": "RC",
"ReleaseDate": 1696503935,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-windows-arm64-rc-2023.10.5.1310.zip",
"Hash": "X+EWd9uCnSXOKMWnjvl3ES6H6b9mgTA7J/xQKmCy7sc=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-windows-x64-rc-2023.10.5.1310.zip",
"Hash": "1zPWUsvaVOZl8N8F1MO10+rihnnQgzr6Ym5L2nD1mgg=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-windows-x86-rc-2023.10.5.1310.zip",
"Hash": "TFRxdZUYdI5EYXSVZ3D5anJ97GfqZIH7O1Jyw5YadQY=",
"HashAlg": "Sha256"
}
],
"ReleaseNotes": null
}
]
}
27 changes: 27 additions & 0 deletions manifest/windows/setup-unattended-exe.json
Original file line number Diff line number Diff line change
Expand Up @@ -2316,6 +2316,33 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 10,
"BuildVersion": 5,
"RevisionVersion": 1310,
"ReleaseType": "RC",
"ReleaseDate": 1696503941,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2023.10.5.1310.exe",
"Hash": "ZWI02AgUCT7/gNgMJb1D5h0oXnPmew/xsFsgJ+Eg0h4=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2023.10.5.1310.exe",
"Hash": "DFO8vmjnVFHkGRNOcELCP8T3u6gczYW54v1gqKLdD/E=",
"HashAlg": "Sha256"
}
],
"ReleaseNotes": null
}
]
}
34 changes: 34 additions & 0 deletions manifest/windows/setup-unattended-msi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2869,6 +2869,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 10,
"BuildVersion": 5,
"RevisionVersion": 1310,
"ReleaseType": "RC",
"ReleaseDate": 1696503938,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-setup-unattended-arm64-rc-2023.10.5.1310.msi",
"Hash": "wSfCR1E6TNvJVAtbIp/AZoqyXERYSOY9v7DxcGo59vU=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2023.10.5.1310.msi",
"Hash": "o5BlfM0aNrRYjtZJfCG9N9JTqhlwEWnT4EOcp0qR6Vc=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2023.10.5.1310.msi",
"Hash": "jFxHOWKZRxyDvMUQ+nf6SJKKacV5SxyNMTumOOu25v0=",
"HashAlg": "Sha256"
}
],
"ReleaseNotes": null
}
]
}
20 changes: 20 additions & 0 deletions manifest/windows/setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -3143,6 +3143,26 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 10,
"BuildVersion": 5,
"RevisionVersion": 1310,
"ReleaseType": "RC",
"ReleaseDate": 1696503943,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave_setup-rc-2023.10.5.1310.exe",
"Hash": "//4xfL1xU62pwjuuoxgEfblD/HVfmvcOhp+O2t8TVJY=",
"HashAlg": "Sha256"
}
],
"ReleaseNotes": null
}
]
}

0 comments on commit a50ed4c

Please sign in to comment.