Skip to content

Commit

Permalink
Persist Updated Windows Manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
enclave-charlie authored and github-actions[bot] committed Dec 11, 2023
1 parent 5a25e77 commit f938905
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 @@ -4793,6 +4793,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 12,
"BuildVersion": 11,
"RevisionVersion": 1398,
"ReleaseType": "RC",
"ReleaseDate": 1702292635,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-windows-arm64-rc-2023.12.11.1398.zip",
"Hash": "v/Lui5M78U7uHAs70PweoJ9pAFqGZIo4v+LPJujswX4=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-windows-x64-rc-2023.12.11.1398.zip",
"Hash": "20wGWcyZMfvB1gaDsSoFEGSLmIIUngyiRWa/G0mfsSc=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-windows-x86-rc-2023.12.11.1398.zip",
"Hash": "OjKAglttPW683ZQOd/zq/+nx/D6g0cVfEVs4SZSE3tk=",
"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 @@ -2748,6 +2748,33 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 12,
"BuildVersion": 11,
"RevisionVersion": 1398,
"ReleaseType": "RC",
"ReleaseDate": 1702292642,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2023.12.11.1398.exe",
"Hash": "9hJbdRlNQnBUVA6b3aLAeTxNeOCr2VlSFh88DtYP7zw=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2023.12.11.1398.exe",
"Hash": "+QAb5GiqF0wL310md9NgaoXOKd3qxmJ3s3po2SJPKyw=",
"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 @@ -3413,6 +3413,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 12,
"BuildVersion": 11,
"RevisionVersion": 1398,
"ReleaseType": "RC",
"ReleaseDate": 1702292638,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-setup-unattended-arm64-rc-2023.12.11.1398.msi",
"Hash": "N/d9s4rtj7RbMHecJQQIUD9juWC32DjUFDWe3MdgEJE=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2023.12.11.1398.msi",
"Hash": "HABHpiUDNMcrzl3A0GgUoZDXMIeGVb+/1IR3nUI6LX4=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2023.12.11.1398.msi",
"Hash": "joTg27iknDRYQyKTiIkWtryJWTMxtU0gnx/weNyARno=",
"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 @@ -3463,6 +3463,26 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 12,
"BuildVersion": 11,
"RevisionVersion": 1398,
"ReleaseType": "RC",
"ReleaseDate": 1702292644,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave_setup-rc-2023.12.11.1398.exe",
"Hash": "k+BP3wTdKVbXsx0G/+HU7wP0DBJ1GYIZLMHxmJcunOA=",
"HashAlg": "Sha256"
}
],
"ReleaseNotes": null
}
]
}

0 comments on commit f938905

Please sign in to comment.