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 Jan 26, 2024
1 parent aed55ea commit d6548d3
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 @@ -4929,6 +4929,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2024,
"MinorVersion": 1,
"BuildVersion": 26,
"RevisionVersion": 1424,
"ReleaseType": "RC",
"ReleaseDate": 1706267702,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-windows-arm64-rc-2024.1.26.1424.zip",
"Hash": "qFkDVrZucNYIdXOkp/wkKEfC6/I4POVfXzKeBeK7COc=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-windows-x64-rc-2024.1.26.1424.zip",
"Hash": "uSUH3dQZX+GmBCiCOM59FfyTvkCcF6AT361RHIxrGEg=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-windows-x86-rc-2024.1.26.1424.zip",
"Hash": "Q9vRntDQUf908E1i0D02KjlA8qzGZhzE3n+eY3NBbkk=",
"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 @@ -2856,6 +2856,33 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2024,
"MinorVersion": 1,
"BuildVersion": 26,
"RevisionVersion": 1424,
"ReleaseType": "RC",
"ReleaseDate": 1706267708,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2024.1.26.1424.exe",
"Hash": "On3zAMGDCaHLUX391OD6ktDw0UCg4FS+CYVTXfyDVos=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2024.1.26.1424.exe",
"Hash": "1BizjiUvMgJbqjOE9o5b3Lmgu2pXgQAlmgbbjcdiCTc=",
"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 @@ -3549,6 +3549,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2024,
"MinorVersion": 1,
"BuildVersion": 26,
"RevisionVersion": 1424,
"ReleaseType": "RC",
"ReleaseDate": 1706267705,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-setup-unattended-arm64-rc-2024.1.26.1424.msi",
"Hash": "8bfUhbjlZM2XslGawhcdzMYyIS1WQC0GM5SSm+elkF4=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2024.1.26.1424.msi",
"Hash": "wMKR+UUGiitAm2DKMr1mcnvCM7egzaQLA/AAUt78w3Q=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2024.1.26.1424.msi",
"Hash": "ef4P7MHOwW+QU7ZQbSLz9fEK4DChXxYBeiobJczaKg0=",
"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 @@ -3543,6 +3543,26 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2024,
"MinorVersion": 1,
"BuildVersion": 26,
"RevisionVersion": 1424,
"ReleaseType": "RC",
"ReleaseDate": 1706267710,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave_setup-rc-2024.1.26.1424.exe",
"Hash": "M+WXkzW3Lh8pdJXYtav7uATP0J1ZUUthGSCvdjOzIKc=",
"HashAlg": "Sha256"
}
],
"ReleaseNotes": null
}
]
}

0 comments on commit d6548d3

Please sign in to comment.