Skip to content

Commit

Permalink
Persist Updated Windows Manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
enclave-alistair authored and github-actions[bot] committed Oct 27, 2023
1 parent 79f4925 commit 48ff701
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 @@ -4521,6 +4521,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 10,
"BuildVersion": 27,
"RevisionVersion": 1347,
"ReleaseType": "RC",
"ReleaseDate": 1698421311,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-windows-arm64-rc-2023.10.27.1347.zip",
"Hash": "z7g/xJiEPX9kz4YyUoW4EknSGGBRHSFHCHd161/d6dI=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-windows-x64-rc-2023.10.27.1347.zip",
"Hash": "jrJWsVgiQpDtK9l5E1vAQdmmGg25FqkgERRm6awrr9s=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-windows-x86-rc-2023.10.27.1347.zip",
"Hash": "b5ZjKHxAYocO42V6uc4UZwgAIGe3q4qC00PKTXicr4k=",
"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 @@ -2532,6 +2532,33 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 10,
"BuildVersion": 27,
"RevisionVersion": 1347,
"ReleaseType": "RC",
"ReleaseDate": 1698421317,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2023.10.27.1347.exe",
"Hash": "IrijVf/04jwMcUe4vMC+RrItRRp4SmwJGQ5dlBi3ubk=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2023.10.27.1347.exe",
"Hash": "x/aXGddw2HyDYErZBKP2jpsk2tUxqEx/wLwXMexgcGE=",
"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 @@ -3141,6 +3141,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 10,
"BuildVersion": 27,
"RevisionVersion": 1347,
"ReleaseType": "RC",
"ReleaseDate": 1698421314,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-setup-unattended-arm64-rc-2023.10.27.1347.msi",
"Hash": "czda8sVYAaNN1UsIX87l4jOQrzPH2+/MhPrqNVmfNDg=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2023.10.27.1347.msi",
"Hash": "j6LNsUo6k1grafCW8JGhzupeJpIVP9Xb+AR5uBnm1/Y=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2023.10.27.1347.msi",
"Hash": "mJw8ikA6G04VR3VtLis2fZb5YobeC4kn6HdkeuFJ0wk=",
"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 @@ -3303,6 +3303,26 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 10,
"BuildVersion": 27,
"RevisionVersion": 1347,
"ReleaseType": "RC",
"ReleaseDate": 1698421319,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave_setup-rc-2023.10.27.1347.exe",
"Hash": "Xk/LIMD7ZPG8OvJuGpAGWHlA6rp1VEtsFkZKsOjVsvo=",
"HashAlg": "Sha256"
}
],
"ReleaseNotes": null
}
]
}

0 comments on commit 48ff701

Please sign in to comment.