Skip to content

Commit

Permalink
Persist Updated Windows Manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
enclave-tom authored and github-actions[bot] committed Oct 16, 2023
1 parent 695ba6e commit 1267fe2
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 @@ -4283,6 +4283,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 10,
"BuildVersion": 16,
"RevisionVersion": 1316,
"ReleaseType": "RC",
"ReleaseDate": 1697465548,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-windows-arm64-rc-2023.10.16.1316.zip",
"Hash": "ZUXZwP21vEjirIF1l6umxeBxws/l5j5FDJJ/ICxRs7o=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-windows-x64-rc-2023.10.16.1316.zip",
"Hash": "UwYVgAr0JYXBc7e5+ziRrzO0MMbFdvEk9w3QoxE/jm4=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-windows-x86-rc-2023.10.16.1316.zip",
"Hash": "sfZfqQk7b8m4Yg03ingEP47WlNB9faZ9AMsHTnFt0mw=",
"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 @@ -2343,6 +2343,33 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 10,
"BuildVersion": 16,
"RevisionVersion": 1316,
"ReleaseType": "RC",
"ReleaseDate": 1697465554,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2023.10.16.1316.exe",
"Hash": "g0j3fNkVIM7dZ5VCfwiU6hetkWOSVWMou1/bji02UnQ=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2023.10.16.1316.exe",
"Hash": "tOJs+NvGagkylObTtIEMPQd1R1Y2tT6Bn5/4+2M2kPk=",
"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 @@ -2903,6 +2903,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 10,
"BuildVersion": 16,
"RevisionVersion": 1316,
"ReleaseType": "RC",
"ReleaseDate": 1697465551,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-setup-unattended-arm64-rc-2023.10.16.1316.msi",
"Hash": "LgdZ9ysdAPJtXeFSwM/FI9mADmJoYhMFD5mWyq7G0oU=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2023.10.16.1316.msi",
"Hash": "Hr7Q1mHv0bFSl9/SULzbvrUfZWML8OuP2KPZj/RNpko=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2023.10.16.1316.msi",
"Hash": "Y9xApzhW9CsXqUgshlFynjMEePLSI+NShwPFxp7x2Rc=",
"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 @@ -3163,6 +3163,26 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 10,
"BuildVersion": 16,
"RevisionVersion": 1316,
"ReleaseType": "RC",
"ReleaseDate": 1697465556,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave_setup-rc-2023.10.16.1316.exe",
"Hash": "QF7HmJTkocGiBGtoESYHI0+CbohxpbcQlf/9pXJ7WYs=",
"HashAlg": "Sha256"
}
],
"ReleaseNotes": null
}
]
}

0 comments on commit 1267fe2

Please sign in to comment.