Update Fleet-maintained apps (#27622)

Automated ingestion of latest Fleet-maintained app data.

Co-authored-by: jahzielv <19838370+jahzielv@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-03-28 09:09:01 -05:00 committed by GitHub
parent 444e13813f
commit 2f3867715e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 10 deletions

View file

@ -1,19 +1,19 @@
{
"versions": [
{
"version": "8.10.64",
"version": "8.10.68",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = '1Password' AND publisher = 'AgileBits Inc.';"
},
"installer_url": "https://downloads.1password.com/win/1PasswordSetup-8.10.64.msi",
"installer_url": "https://downloads.1password.com/win/1PasswordSetup-8.10.68.msi",
"unique_identifier": "1Password",
"install_script_ref": "8959087b",
"uninstall_script_ref": "5910b9ba",
"sha256": "77479ffaef60167d2d0ba4cd85f3dd7914d248f417216d14cc9790a64abdeae4"
"sha256": "812a76a44145a63c5d1645fa9c9bbd5dd7e4e90b4efaccdb8f353c5be56688a6"
}
],
"refs": {
"5910b9ba": "$product_code = {DA39A6BE-3B6A-4D64-8B1D-EABFE806EF08}\n\n# Fleet uninstalls app using product code that's extracted on upload\nmsiexec /quiet /x $product_code\nExit $LASTEXITCODE\n",
"5910b9ba": "$product_code = {A51295E3-16C5-4A55-AA5A-BF1DEBCD69CA}\n\n# Fleet uninstalls app using product code that's extracted on upload\nmsiexec /quiet /x $product_code\nExit $LASTEXITCODE\n",
"8959087b": "$logFile = \"${env:TEMP}/fleet-install-software.log\"\n\ntry {\n\n$installProcess = Start-Process msiexec.exe `\n -ArgumentList \"/quiet /norestart /lv ${logFile} /i `\"${env:INSTALLER_PATH}`\"\" `\n -PassThru -Verb RunAs -Wait\n\nGet-Content $logFile -Tail 500\n\nExit $installProcess.ExitCode\n\n} catch {\n Write-Host \"Error: $_\"\n Exit 1\n}\n"
}
}

View file

@ -1,15 +1,15 @@
{
"versions": [
{
"version": "11.37.5",
"version": "11.38.5",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.postmanlabs.mac';"
},
"installer_url": "https://dl.pstmn.io/download/version/11.37.5/osx_arm64",
"installer_url": "https://dl.pstmn.io/download/version/11.38.5/osx_arm64",
"unique_identifier": "com.postmanlabs.mac",
"install_script_ref": "1809f0b2",
"uninstall_script_ref": "15e9f11c",
"sha256": "8f244ff540b061fc16dff66f8d7e66ce80a75ff90ecbc4149f4a5796b279fb90"
"sha256": "2076a1d5ffb0ead5cafa2fb35a6dcfedd64fe9d85ea02f820bec1913cc100670"
}
],
"refs": {

View file

@ -1,15 +1,15 @@
{
"versions": [
{
"version": "11.37.5",
"version": "11.38.5",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = 'Postman' AND publisher = 'Postman';"
},
"installer_url": "https://dl.pstmn.io/download/version/11.37.5/windows_64",
"installer_url": "https://dl.pstmn.io/download/version/11.38.5/windows_64",
"unique_identifier": "Postman",
"install_script_ref": "9bdf51d7",
"uninstall_script_ref": "c7fb08b5",
"sha256": "53f0115557b6306695e242168068b8fd635e0c544ae504e05ec3c2711bf52bdd"
"sha256": "37ed3a534ea46b1b7899b8b31299f8c015c59630d3cbb4b50df73fdf1d4d97e4"
}
],
"refs": {