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 Nov 13, 2023
1 parent e151b9a commit 193f92c
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 @@ -4589,6 +4589,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 11,
"BuildVersion": 13,
"RevisionVersion": 1357,
"ReleaseType": "RC",
"ReleaseDate": 1699886344,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-windows-arm64-rc-2023.11.13.1357.zip",
"Hash": "DzlMrOFQQHcg89xyUI8B33tx11O67ZYMPrrwFcgb8m4=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-windows-x64-rc-2023.11.13.1357.zip",
"Hash": "QzOa1iwipbOVf22LlzuI8XxhCEdHMYE87f3z/qT6BZU=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-windows-x86-rc-2023.11.13.1357.zip",
"Hash": "YkyFY3dKAFKUOD5TzXmB6qXXwp1wWNY+qn6YEyyO9bE=",
"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 @@ -2586,6 +2586,33 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 11,
"BuildVersion": 13,
"RevisionVersion": 1357,
"ReleaseType": "RC",
"ReleaseDate": 1699886352,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2023.11.13.1357.exe",
"Hash": "64CwY4tVJJdVmo6ih3y+whmBk3/bQCnK4MflhLUB9LE=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2023.11.13.1357.exe",
"Hash": "+T89EbvVLuvJQmFzVsxWi+UgJmr99TkDmuPkhvjkU9Y=",
"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 @@ -3209,6 +3209,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 11,
"BuildVersion": 13,
"RevisionVersion": 1357,
"ReleaseType": "RC",
"ReleaseDate": 1699886348,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-setup-unattended-arm64-rc-2023.11.13.1357.msi",
"Hash": "3fMshfdZFB8k/kcDTYWAWohS5HoLQ14HrIWTXDMrCdE=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2023.11.13.1357.msi",
"Hash": "6/+Pxnx0BEqHc1I8babM3FPAJbGYpmtUnXp6q6Us708=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2023.11.13.1357.msi",
"Hash": "gKgjb2C3Y+X0d49YfUioLOQ7yGDllk1yv6Fz4W+MZnk=",
"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 @@ -3343,6 +3343,26 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 11,
"BuildVersion": 13,
"RevisionVersion": 1357,
"ReleaseType": "RC",
"ReleaseDate": 1699886354,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave_setup-rc-2023.11.13.1357.exe",
"Hash": "+ecZPCsUHtjNfqML8gQ7iON2HGqavGXAp/P75GaA45U=",
"HashAlg": "Sha256"
}
],
"ReleaseNotes": null
}
]
}

0 comments on commit 193f92c

Please sign in to comment.