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 Sep 20, 2023
1 parent 83573ab commit b501925
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 @@ -4011,6 +4011,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 9,
"BuildVersion": 20,
"RevisionVersion": 1268,
"ReleaseType": "RC",
"ReleaseDate": 1695216869,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-windows-arm64-rc-2023.9.20.1268.zip",
"Hash": "wbrUsnnF3Pug0JX+AYvknsfkzmreQLG3jOnyBVXazQg=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-windows-x64-rc-2023.9.20.1268.zip",
"Hash": "rbFFgook71sEsMercw8Sg5J6AQzypAIqHUaTpL4ocXw=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-windows-x86-rc-2023.9.20.1268.zip",
"Hash": "ZhtE4tD2Iqchvbv3op29oLDqTTToF26/z6Lj7XNkbiI=",
"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 @@ -2127,6 +2127,33 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 9,
"BuildVersion": 20,
"RevisionVersion": 1268,
"ReleaseType": "RC",
"ReleaseDate": 1695216876,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2023.9.20.1268.exe",
"Hash": "7eYP/KNmpgY1tymZ9aPs5LsprmAE+SVVc832kG6828I=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2023.9.20.1268.exe",
"Hash": "DaMK7qrO7I+03MaLGu2MIhSC1IOVIMpZWlfzSXfifcA=",
"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 @@ -2631,6 +2631,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 9,
"BuildVersion": 20,
"RevisionVersion": 1268,
"ReleaseType": "RC",
"ReleaseDate": 1695216872,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-setup-unattended-arm64-rc-2023.9.20.1268.msi",
"Hash": "M3e0IbBB3LW0Kzrog5JsjwHYpQulBGdKvSjPbW8Np/A=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2023.9.20.1268.msi",
"Hash": "Gnp2m/rTGPPa3pm/o/NRIbfnXa+2rLQwVljhMd4GQvA=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2023.9.20.1268.msi",
"Hash": "HgIOPQeS3FLEu9hciNbMwABzK1qFyv761EGSlYCoWIE=",
"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 @@ -3003,6 +3003,26 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 9,
"BuildVersion": 20,
"RevisionVersion": 1268,
"ReleaseType": "RC",
"ReleaseDate": 1695216878,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave_setup-rc-2023.9.20.1268.exe",
"Hash": "tU8NY/WP1d1fxUavDU/imaE448wMls6XVGAuHv4/0kg=",
"HashAlg": "Sha256"
}
],
"ReleaseNotes": null
}
]
}

0 comments on commit b501925

Please sign in to comment.