From 2f3867715e08d5a7b77c71e92f9ee86b7e9f0b27 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 09:09:01 -0500 Subject: [PATCH] Update Fleet-maintained apps (#27622) Automated ingestion of latest Fleet-maintained app data. Co-authored-by: jahzielv <19838370+jahzielv@users.noreply.github.com> --- ee/maintained-apps/outputs/1password/windows.json | 8 ++++---- ee/maintained-apps/outputs/postman/darwin.json | 6 +++--- ee/maintained-apps/outputs/postman/windows.json | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ee/maintained-apps/outputs/1password/windows.json b/ee/maintained-apps/outputs/1password/windows.json index a8a6e923f2..423798c409 100644 --- a/ee/maintained-apps/outputs/1password/windows.json +++ b/ee/maintained-apps/outputs/1password/windows.json @@ -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" } } \ No newline at end of file diff --git a/ee/maintained-apps/outputs/postman/darwin.json b/ee/maintained-apps/outputs/postman/darwin.json index b2ae866ec9..6d0baa0dd4 100644 --- a/ee/maintained-apps/outputs/postman/darwin.json +++ b/ee/maintained-apps/outputs/postman/darwin.json @@ -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": { diff --git a/ee/maintained-apps/outputs/postman/windows.json b/ee/maintained-apps/outputs/postman/windows.json index e88a069732..8a2c65a462 100644 --- a/ee/maintained-apps/outputs/postman/windows.json +++ b/ee/maintained-apps/outputs/postman/windows.json @@ -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": {