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 2, 2023
1 parent 9825695 commit 30f3ca4
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 @@ -4147,6 +4147,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 10,
"BuildVersion": 2,
"RevisionVersion": 1298,
"ReleaseType": "RC",
"ReleaseDate": 1696243944,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-windows-arm64-rc-2023.10.2.1298.zip",
"Hash": "Y/iJSiW1FkR/LkK+5Ar68mCYyltoV5g0ZX6eBgWqY3o=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-windows-x64-rc-2023.10.2.1298.zip",
"Hash": "LAGhruCBvkzTx80BNSaf1eIJuojBJETgv1qesQuoprA=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-windows-x86-rc-2023.10.2.1298.zip",
"Hash": "Va0EqSjGBjDPu7vcF+5LsLGv3Q1q+iWBI0naR+DahZU=",
"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 @@ -2235,6 +2235,33 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 10,
"BuildVersion": 2,
"RevisionVersion": 1298,
"ReleaseType": "RC",
"ReleaseDate": 1696243950,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2023.10.2.1298.exe",
"Hash": "7P9Lv25fkTasLXsnVfVIdnv6oDXkc6p7twMh3T6AuPQ=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2023.10.2.1298.exe",
"Hash": "UqwBMiRTc5iGEkyeJszcrnI3nbmF6ZAxfKJQfhiaSR4=",
"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 @@ -2767,6 +2767,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 10,
"BuildVersion": 2,
"RevisionVersion": 1298,
"ReleaseType": "RC",
"ReleaseDate": 1696243947,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-setup-unattended-arm64-rc-2023.10.2.1298.msi",
"Hash": "IOZBZY/B6EPqKMVkom7DCVrXEdpsjd3L9O+E/8SdpZ8=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2023.10.2.1298.msi",
"Hash": "y0jbsgud8kEYLkpzHbUeHoYRG7yxUSYgIY2InqckXN8=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2023.10.2.1298.msi",
"Hash": "txg1E+VSIWN3tWjFA5uSLL3hdP974k45DKIiC4dQNc4=",
"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 @@ -3083,6 +3083,26 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 10,
"BuildVersion": 2,
"RevisionVersion": 1298,
"ReleaseType": "RC",
"ReleaseDate": 1696243952,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave_setup-rc-2023.10.2.1298.exe",
"Hash": "5hyaQArldmOayFGp6IvfzsHHuyRPk4/RdaFfVoTJPog=",
"HashAlg": "Sha256"
}
],
"ReleaseNotes": null
}
]
}

0 comments on commit 30f3ca4

Please sign in to comment.