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 20, 2024
1 parent 7f9dd1f commit 43eb224
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 @@ -4963,6 +4963,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2024,
"MinorVersion": 2,
"BuildVersion": 20,
"RevisionVersion": 1439,
"ReleaseType": "RC",
"ReleaseDate": 1708450520,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-windows-arm64-rc-2024.2.20.1439.zip",
"Hash": "6HJ6OH/ltbmds5ruZwGBY5iRGrsAvA9bWP9CK2JoJd0=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-windows-x64-rc-2024.2.20.1439.zip",
"Hash": "R5ZItksZjbkltcLrn2EOsAvt4YGY12FT0o8upiQ+S9k=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-windows-x86-rc-2024.2.20.1439.zip",
"Hash": "UmALd6FMnEjlxxTc727puz6Zc5zeOHzBkGO4CS40/go=",
"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 @@ -2883,6 +2883,33 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2024,
"MinorVersion": 2,
"BuildVersion": 20,
"RevisionVersion": 1439,
"ReleaseType": "RC",
"ReleaseDate": 1708450526,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2024.2.20.1439.exe",
"Hash": "GkTaxRN/n71PPatGqWyB4yEX/JROpn3aqQCW7iznFYE=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2024.2.20.1439.exe",
"Hash": "/rR2bPkGXR8/bApiQa2kuNEyU/QhTGqwXV6oj4ikacQ=",
"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 @@ -3583,6 +3583,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2024,
"MinorVersion": 2,
"BuildVersion": 20,
"RevisionVersion": 1439,
"ReleaseType": "RC",
"ReleaseDate": 1708450523,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-setup-unattended-arm64-rc-2024.2.20.1439.msi",
"Hash": "K/b2b9TXNdZ19L45FuHOzc093CAkb8OhX3GJPn3RSuU=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2024.2.20.1439.msi",
"Hash": "xHgdZEHeD15ggAhE88YdsW3582u4z+XP/GJ5IK4XglU=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2024.2.20.1439.msi",
"Hash": "tc5K6mu3d9xw2sRbn3Wt6D7JmGr9SxxOwDOgF/hqE8k=",
"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 @@ -3563,6 +3563,26 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2024,
"MinorVersion": 2,
"BuildVersion": 20,
"RevisionVersion": 1439,
"ReleaseType": "RC",
"ReleaseDate": 1708450528,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave_setup-rc-2024.2.20.1439.exe",
"Hash": "OLvUNE504oDCVNPMaOoONjg7RieAHerreUsjFrfBQlM=",
"HashAlg": "Sha256"
}
],
"ReleaseNotes": null
}
]
}

0 comments on commit 43eb224

Please sign in to comment.