Skip to content

Commit

Permalink
Persist Updated Windows Manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
enclave-charlie authored and github-actions[bot] committed Sep 28, 2023
1 parent d991cd1 commit e15d271
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 @@ -4113,6 +4113,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 9,
"BuildVersion": 28,
"RevisionVersion": 1295,
"ReleaseType": "RC",
"ReleaseDate": 1695899155,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-windows-arm64-rc-2023.9.28.1295.zip",
"Hash": "B4rjuoVDWkxt0S1aKqfpITj3A3kxoWfItkZEH4ys/JE=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-windows-x64-rc-2023.9.28.1295.zip",
"Hash": "/xBR6MGyJtA8w65JNP1Xiuzyr9GDFWS/UW4vTcD0SjQ=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-windows-x86-rc-2023.9.28.1295.zip",
"Hash": "gYqDeoOSMTn86z367IYRaNS1kWKz0x3ol2ZvCuXLAnw=",
"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 @@ -2208,6 +2208,33 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 9,
"BuildVersion": 28,
"RevisionVersion": 1295,
"ReleaseType": "RC",
"ReleaseDate": 1695899161,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2023.9.28.1295.exe",
"Hash": "eEi40Z++H5mGaaD3pav3U2MTkai0zfz0eMM2GwCugqE=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2023.9.28.1295.exe",
"Hash": "NUuNKeROuo9E02cXpkpFyz1HqD7w2cEkG6zmZB/EsLM=",
"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 @@ -2733,6 +2733,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 9,
"BuildVersion": 28,
"RevisionVersion": 1295,
"ReleaseType": "RC",
"ReleaseDate": 1695899158,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-setup-unattended-arm64-rc-2023.9.28.1295.msi",
"Hash": "K5CSX3bmd6b0hTZkk4/6JlYutksN/nqMp0n3QqZ0eS8=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2023.9.28.1295.msi",
"Hash": "hZccFXTi/pQl6WsfE7mfkZ4Rz4mZ9SoqVwW96c1AiPs=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2023.9.28.1295.msi",
"Hash": "pMkTADF+bCBriI4YSKgi2XkKbz1phMviCjQgmVD3YvY=",
"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 @@ -3063,6 +3063,26 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 9,
"BuildVersion": 28,
"RevisionVersion": 1295,
"ReleaseType": "RC",
"ReleaseDate": 1695899163,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave_setup-rc-2023.9.28.1295.exe",
"Hash": "RGhpQqKIGXHl6eByNntINAK+Ta4Q1iBEMVaD39j8o4c=",
"HashAlg": "Sha256"
}
],
"ReleaseNotes": null
}
]
}

0 comments on commit e15d271

Please sign in to comment.