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 Feb 21, 2024
1 parent 992485e commit 9f353bc
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 @@ -4997,6 +4997,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2024,
"MinorVersion": 2,
"BuildVersion": 21,
"RevisionVersion": 1443,
"ReleaseType": "RC",
"ReleaseDate": 1708516319,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-windows-arm64-rc-2024.2.21.1443.zip",
"Hash": "TXbRbTXAFHjpvij8LGbon7jDZ21F8pf5CNHQOuzAxes=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-windows-x64-rc-2024.2.21.1443.zip",
"Hash": "O1SdoXdfS//+J6vN0xIC3x+oIcw0cneNfFQV93QVuBk=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-windows-x86-rc-2024.2.21.1443.zip",
"Hash": "GXBJUWZkdWgvju0hQV8W8yMxJtZNcz5gMIikmNjX5iQ=",
"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 @@ -2910,6 +2910,33 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2024,
"MinorVersion": 2,
"BuildVersion": 21,
"RevisionVersion": 1443,
"ReleaseType": "RC",
"ReleaseDate": 1708516325,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2024.2.21.1443.exe",
"Hash": "O0vDDQ7T72/3kHSebesxP8iWdhUCIJsL/egqhh1Ee24=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2024.2.21.1443.exe",
"Hash": "Db9kDShoWfN7jJGZr992udyx9CenPdGpQC5zzplP/Dw=",
"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 @@ -3617,6 +3617,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2024,
"MinorVersion": 2,
"BuildVersion": 21,
"RevisionVersion": 1443,
"ReleaseType": "RC",
"ReleaseDate": 1708516322,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-setup-unattended-arm64-rc-2024.2.21.1443.msi",
"Hash": "wKyoyp0Df2J0uyX/pHJU/gCO948kxAFhorUO6OImRxI=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2024.2.21.1443.msi",
"Hash": "NbxrXNqjlnUxHmeIVl0c848Y8DhmlGdgUDQlcP4oHqA=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2024.2.21.1443.msi",
"Hash": "kySWSHAVPk5kPGNa4aIGpwBgJcvvIOFd932aP2yVtAQ=",
"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 @@ -3583,6 +3583,26 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2024,
"MinorVersion": 2,
"BuildVersion": 21,
"RevisionVersion": 1443,
"ReleaseType": "RC",
"ReleaseDate": 1708516327,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave_setup-rc-2024.2.21.1443.exe",
"Hash": "hOSuyWIMOq8aH/Lag4qLjarLf9eAx8bui/31Fo14yII=",
"HashAlg": "Sha256"
}
],
"ReleaseNotes": null
}
]
}

0 comments on commit 9f353bc

Please sign in to comment.