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 Oct 18, 2023
1 parent a378929 commit a623e06
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 @@ -4385,6 +4385,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 10,
"BuildVersion": 18,
"RevisionVersion": 1330,
"ReleaseType": "RC",
"ReleaseDate": 1697636402,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-windows-arm64-rc-2023.10.18.1330.zip",
"Hash": "gWXAs+Xzzt0diX6VsnB9UPuAu1tkjlj8i9WBcgXjrkU=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-windows-x64-rc-2023.10.18.1330.zip",
"Hash": "4V5curEZ4nFw86ULXHEyKVJe1sUV5p5XxrpHgcd/yxg=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-windows-x86-rc-2023.10.18.1330.zip",
"Hash": "RiMhijme9HdZQ/k5EjK6lkCESdRmyOZBZtSIDBA7Cws=",
"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 @@ -2424,6 +2424,33 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 10,
"BuildVersion": 18,
"RevisionVersion": 1330,
"ReleaseType": "RC",
"ReleaseDate": 1697636409,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2023.10.18.1330.exe",
"Hash": "7e0dvbIioFfY50W61m7E+y5OnQWXhp2O/Zcx7wyRtxM=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2023.10.18.1330.exe",
"Hash": "zzO58SVRqnKX1lPNK/xuvMqKrSUNRKvMcNLdMi3BEgg=",
"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 @@ -3005,6 +3005,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 10,
"BuildVersion": 18,
"RevisionVersion": 1330,
"ReleaseType": "RC",
"ReleaseDate": 1697636405,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-setup-unattended-arm64-rc-2023.10.18.1330.msi",
"Hash": "zr2jRK73WrIHNvxOZ/AfdjxKB7BxkrGqHNlbwcN8XZE=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2023.10.18.1330.msi",
"Hash": "z+18LyCz26eQBaXiTQcEECF3lqdg8jRvlUgZaDlgZEc=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2023.10.18.1330.msi",
"Hash": "Dt1PRws4gWDaFrcSI8LOrHfZMVmvhuMdS2jpQJZnGvk=",
"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 @@ -3223,6 +3223,26 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 10,
"BuildVersion": 18,
"RevisionVersion": 1330,
"ReleaseType": "RC",
"ReleaseDate": 1697636412,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave_setup-rc-2023.10.18.1330.exe",
"Hash": "j8ZCJwe/X+TaVASE7THEtZRQEyCp4GMfrtWfdmu82GU=",
"HashAlg": "Sha256"
}
],
"ReleaseNotes": null
}
]
}

0 comments on commit a623e06

Please sign in to comment.