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 Nov 7, 2023
1 parent 83fe5d7 commit 753fa7f
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 @@ -4555,6 +4555,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 11,
"BuildVersion": 7,
"RevisionVersion": 1354,
"ReleaseType": "RC",
"ReleaseDate": 1699375946,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-windows-arm64-rc-2023.11.7.1354.zip",
"Hash": "2Pt5Dkv1O7QEzSvMrIpdjzhU3KGrrKWDuYNpHOHMzq4=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-windows-x64-rc-2023.11.7.1354.zip",
"Hash": "4bmFPnSmtQDTwPQajn6S7S6W8q2hdIiLNg7ORjcXNNU=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-windows-x86-rc-2023.11.7.1354.zip",
"Hash": "YGatXwxQyjOvO14yIkT3scHXdu0dnrofNtgWbz0iGhk=",
"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 @@ -2559,6 +2559,33 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 11,
"BuildVersion": 7,
"RevisionVersion": 1354,
"ReleaseType": "RC",
"ReleaseDate": 1699375952,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2023.11.7.1354.exe",
"Hash": "C2UJxNrNzzlnarovrW75GZDv0GzPsFsPYWwbX7QVze0=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2023.11.7.1354.exe",
"Hash": "FHBzWn0d0y66/Lt02wy0SM4/8nYocqEM7btj7d7a+wE=",
"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 @@ -3175,6 +3175,40 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 11,
"BuildVersion": 7,
"RevisionVersion": 1354,
"ReleaseType": "RC",
"ReleaseDate": 1699375949,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "Arm64",
"Url": "https://release.enclave.io/enclave-setup-unattended-arm64-rc-2023.11.7.1354.msi",
"Hash": "/74hScXuOJ/rF9QVarkTE/IJzFUrpaFUbwlP/gQ2qGA=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave-setup-unattended-x64-rc-2023.11.7.1354.msi",
"Hash": "2uJTXGBSfLnb5sh2VXwQiJ1eZwrVNg3ZBfjc8fftLKo=",
"HashAlg": "Sha256"
},
{
"Platform": "Windows",
"Architecture": "X86",
"Url": "https://release.enclave.io/enclave-setup-unattended-x86-rc-2023.11.7.1354.msi",
"Hash": "MgFJkgIaz+sQoRm+ZX1N9oiyMVs6dA4eLXKZ4vW4z0Q=",
"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 @@ -3323,6 +3323,26 @@
}
],
"ReleaseNotes": null
},
{
"MajorVersion": 2023,
"MinorVersion": 11,
"BuildVersion": 7,
"RevisionVersion": 1354,
"ReleaseType": "RC",
"ReleaseDate": 1699375954,
"HardStop": -1,
"TargetEnvironment": "Production",
"Packages": [
{
"Platform": "Windows",
"Architecture": "X64",
"Url": "https://release.enclave.io/enclave_setup-rc-2023.11.7.1354.exe",
"Hash": "G25IA+aRRsJwtN4F8+rirGC4txXs2PP71MXmtSmTMYM=",
"HashAlg": "Sha256"
}
],
"ReleaseNotes": null
}
]
}

0 comments on commit 753fa7f

Please sign in to comment.