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 17, 2023
1 parent f8728f6 commit d947351
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 @@ -4317,6 +4317,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 10,
"BuildVersion": 17,
"RevisionVersion": 1321,
"ReleaseType": "RC",
"ReleaseDate": 1697539140,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-windows-arm64-rc-2023.10.17.1321.zip",
"Hash": "5iHnQxy2ZSn/sn99foPC7l3//ryE8P05YproX+kAMms=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-windows-x64-rc-2023.10.17.1321.zip",
"Hash": "dCE4TCyAHASZZRpNW95NCSOJrjxq6uZyUB5+41Z9tXU=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-windows-x86-rc-2023.10.17.1321.zip",
"Hash": "+hHTfreU5fQrsdfVbO0bWbSuQ0zBJlnr2SPXiBD6mN8=",
"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 @@ -2370,6 +2370,33 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 10,
"BuildVersion": 17,
"RevisionVersion": 1321,
"ReleaseType": "RC",
"ReleaseDate": 1697539146,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2023.10.17.1321.exe",
"Hash": "PkfKfZ5na9TOV+rBMZ7lrb/dCRZItMEqEO0FUjRW7Ho=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2023.10.17.1321.exe",
"Hash": "60obq5Rsz+JtWJktTpLqtnCj+GTOd7Ukw93cpE1yw5Y=",
"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 @@ -2937,6 +2937,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 10,
"BuildVersion": 17,
"RevisionVersion": 1321,
"ReleaseType": "RC",
"ReleaseDate": 1697539143,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-setup-unattended-arm64-rc-2023.10.17.1321.msi",
"Hash": "C7YSz8czWR1S6Fpy5WuKri3WzMOQhPyn+pwGDzTab3A=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2023.10.17.1321.msi",
"Hash": "UbCUPzCpIN636HonBhX7fk3O6G/VzM8Vq9B+c8HTKP8=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2023.10.17.1321.msi",
"Hash": "97sFBqJb3b9mHfd0/kBjw2vnFybLpjA9jUJXRzcOgaw=",
"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 @@ -3183,6 +3183,26 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 10,
"BuildVersion": 17,
"RevisionVersion": 1321,
"ReleaseType": "RC",
"ReleaseDate": 1697539149,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave_setup-rc-2023.10.17.1321.exe",
"Hash": "idgW4oY/t/J5wVRVU5xAIAn4aqmcQP+/fm+SKjC0TiU=",
"HashAlg": "Sha256"
}
],
"ReleaseNotes": null
}
]
}

0 comments on commit d947351

Please sign in to comment.