Update Fleet-maintained apps (#36396)

Automated ingestion of latest Fleet-maintained app data.

Co-authored-by: mostlikelee <16102903+mostlikelee@users.noreply.github.com>
This commit is contained in:
fleet-release
2025-11-27 08:14:00 -06:00
committed by GitHub
co-authored by mostlikelee
parent 0d91b75c6e
commit cd5e37bed9
13 changed files with 43 additions and 43 deletions
@@ -1,21 +1,21 @@
{
"versions": [
{
"version": "8.11.18",
"version": "8.11.20",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = '1Password' AND publisher = 'AgileBits Inc.';"
},
"installer_url": "https://c.1password.com/dist/1P/win8/1PasswordSetup-8.11.18.msi",
"installer_url": "https://c.1password.com/dist/1P/win8/1PasswordSetup-8.11.20.msi",
"install_script_ref": "8959087b",
"uninstall_script_ref": "9a15ecbd",
"sha256": "e68ebbfca75a999819127c28b8c231af9281f5c946fcf7abfbdcdd35b5b12c22",
"uninstall_script_ref": "0f0686f0",
"sha256": "43d9ead13972ef932444b247ba29c5859b209082b907dca69d1572629da31cc9",
"default_categories": [
"Productivity"
]
}
],
"refs": {
"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",
"9a15ecbd": "# 1Password Uninstall Script\n# Closes running processes before uninstalling to prevent hangs\n\n$product_code = \"{7DB53C29-932E-4F28-9AD6-85E66EDE3DB2}\"\n$timeoutSeconds = 300 # 5 minute timeout\n\n# Close any running 1Password processes\nGet-Process -Name \"1Password*\" -ErrorAction SilentlyContinue | Stop-Process -Force -ErrorAction SilentlyContinue\nStart-Sleep -Seconds 2\n\n# Fleet uninstalls app using product code that's extracted on upload\n$process = Start-Process msiexec -ArgumentList @(\"/quiet\", \"/x\", $product_code, \"/norestart\") -PassThru\n\n# Wait for process with timeout\n$completed = $process.WaitForExit($timeoutSeconds * 1000)\n\nif (-not $completed) {\n Stop-Process -Id $process.Id -Force -ErrorAction SilentlyContinue\n Exit 1603 # ERROR_INSTALL_FAILURE\n}\n\n# Check exit code and output result\nif ($process.ExitCode -eq 0) {\n Write-Output \"Exit 0\"\n Exit 0\n} else {\n Write-Output \"Exit $($process.ExitCode)\"\n Exit $process.ExitCode\n}\n\n"
"0f0686f0": "# 1Password Uninstall Script\n# Closes running processes before uninstalling to prevent hangs\n\n$product_code = \"{AAA57F98-EABE-452E-8DA3-9FF6D9DBEDE6}\"\n$timeoutSeconds = 300 # 5 minute timeout\n\n# Close any running 1Password processes\nGet-Process -Name \"1Password*\" -ErrorAction SilentlyContinue | Stop-Process -Force -ErrorAction SilentlyContinue\nStart-Sleep -Seconds 2\n\n# Fleet uninstalls app using product code that's extracted on upload\n$process = Start-Process msiexec -ArgumentList @(\"/quiet\", \"/x\", $product_code, \"/norestart\") -PassThru\n\n# Wait for process with timeout\n$completed = $process.WaitForExit($timeoutSeconds * 1000)\n\nif (-not $completed) {\n Stop-Process -Id $process.Id -Force -ErrorAction SilentlyContinue\n Exit 1603 # ERROR_INSTALL_FAILURE\n}\n\n# Check exit code and output result\nif ($process.ExitCode -eq 0) {\n Write-Output \"Exit 0\"\n Exit 0\n} else {\n Write-Output \"Exit $($process.ExitCode)\"\n Exit $process.ExitCode\n}\n\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"
}
}
+3 -3
View File
@@ -1,14 +1,14 @@
{
"versions": [
{
"version": "2025.2.4",
"version": "2025.2.5",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.jetbrains.CLion';"
},
"installer_url": "https://download.jetbrains.com/cpp/CLion-2025.2.4-aarch64.dmg",
"installer_url": "https://download.jetbrains.com/cpp/CLion-2025.2.5-aarch64.dmg",
"install_script_ref": "2017e650",
"uninstall_script_ref": "4c45cafb",
"sha256": "7bdef6d73e0edfbc5ef02b7e74e5508e5b18a9c21afb5ba82488527d837e2a94",
"sha256": "b0496540a133c82c64ac959f1d4542fe331bd63403fd230e23adf4bc957c84af",
"default_categories": [
"Developer tools"
]
@@ -1,14 +1,14 @@
{
"versions": [
{
"version": "2.1.36",
"version": "2.1.39",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.todesktop.230313mzl4w4u92';"
},
"installer_url": "https://downloads.cursor.com/production/9cd7c8b6cebcbccc1242df211dee45a4b6fe15e4/darwin/arm64/Cursor-darwin-arm64.zip",
"installer_url": "https://downloads.cursor.com/production/60d42bed27e5775c43ec0428d8c653c49e58e26a/darwin/arm64/Cursor-darwin-arm64.zip",
"install_script_ref": "d059edf1",
"uninstall_script_ref": "f7561d44",
"sha256": "fece643b0575311fe58fd67f1d0275aeabe6f83f7da0cd005fc5ba623e23718f",
"sha256": "248322ca66f14cad2139042ba5cc7058c2e835c9e1eb719ed1bb37f38ae42f9c",
"default_categories": [
"Developer tools"
]
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -1,14 +1,14 @@
{
"versions": [
{
"version": "124.0.5705.42",
"version": "124.0.5705.65",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.operasoftware.Opera';"
},
"installer_url": "https://get.geo.opera.com/pub/opera/desktop/124.0.5705.42/mac/Opera_124.0.5705.42_Setup.dmg",
"installer_url": "https://get.geo.opera.com/pub/opera/desktop/124.0.5705.65/mac/Opera_124.0.5705.65_Setup.dmg",
"install_script_ref": "57501273",
"uninstall_script_ref": "f3ba65ab",
"sha256": "e5ce88757408baf4cd7bec0ffca90effb54192306b6ee56982db6d11192e5e98",
"sha256": "f1d0e5cdf458d9c21316f14b0b6df9fc168ff075b7cee3d1713776406581b151",
"default_categories": [
"Browsers"
]
@@ -1,14 +1,14 @@
{
"versions": [
{
"version": "11.73.3",
"version": "11.73.4",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.postmanlabs.mac';"
},
"installer_url": "https://dl.pstmn.io/download/version/11.73.3/osx_arm64",
"installer_url": "https://dl.pstmn.io/download/version/11.73.4/osx_arm64",
"install_script_ref": "a937991a",
"uninstall_script_ref": "15e9f11c",
"sha256": "89c804aa22481e6b6e8592677376caf622a41d6cd7f80e58ac24d28091c7d232",
"sha256": "9fc4efbea4dede705a6b41a8c8be656058b22bc8c0c46fde53a1e75343a565fa",
"default_categories": [
"Developer tools"
]
@@ -1,14 +1,14 @@
{
"versions": [
{
"version": "1.20.1",
"version": "1.21.0",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'io.rancherdesktop.app';"
},
"installer_url": "https://github.com/rancher-sandbox/rancher-desktop/releases/download/v1.20.1/Rancher.Desktop-1.20.1.aarch64.dmg",
"installer_url": "https://github.com/rancher-sandbox/rancher-desktop/releases/download/v1.21.0/Rancher.Desktop-1.21.0.aarch64.dmg",
"install_script_ref": "aab5d115",
"uninstall_script_ref": "e2117bd5",
"sha256": "6e3f9de4dd663bd4c36d422e44ec1b332aad094a07eda703ae9e4569c9245b97",
"sha256": "c152e8e72306d5c88cf9b541cb34f4c0901e08292b9edd7238c7eeaf0ece277f",
"default_categories": [
"Developer tools"
]
@@ -1,14 +1,14 @@
{
"versions": [
{
"version": "15.71.4",
"version": "15.72.3",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = 'TeamViewer' AND publisher = 'TeamViewer';"
},
"installer_url": "https://download.teamviewer.com/download/version_15x/TeamViewer_Setup_x64.exe",
"install_script_ref": "45f422bf",
"uninstall_script_ref": "390c83e7",
"sha256": "9882842974ce85027588b881aa9fb043bd3bdd6961262f518c4ad425ae82e708",
"sha256": "68c763d1bf14c4e36045b0215dbe79155300cfed22d474e891155ca7db476f82",
"default_categories": [
"Communication"
]
@@ -5,10 +5,10 @@
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'ru.keepcoder.Telegram';"
},
"installer_url": "https://osx.telegram.org/updates/Telegram-12.2.1.277174.app.zip",
"installer_url": "https://osx.telegram.org/updates/Telegram-12.2.1.277178.app.zip",
"install_script_ref": "8e5525d9",
"uninstall_script_ref": "a39fa3ea",
"sha256": "8287c9d441543ca52128a53f8e197efaf45f82dee220ad42c2feba38ae650812",
"sha256": "0cefcabd1383f4bab6d18101530183f5c299014e6341ec550d44fed59e9c0e17",
"default_categories": [
"Communication"
]
@@ -1,14 +1,14 @@
{
"versions": [
{
"version": "6.3.3",
"version": "6.3.4",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = 'Telegram Desktop' AND publisher = 'Telegram FZ-LLC';"
},
"installer_url": "https://td.telegram.org/tx64/tsetup-x64.6.3.3.exe",
"installer_url": "https://td.telegram.org/tx64/tsetup-x64.6.3.4.exe",
"install_script_ref": "0b88a95e",
"uninstall_script_ref": "42311f1b",
"sha256": "93866fd01d285ed5dd851b778496f8dc40871c20f49cad9fe5c7aa213b82a419",
"sha256": "22c49021b7c612178a18f8d77b16a7456595ad0a73799eb197ffb60c96cfde57",
"default_categories": [
"Communication"
]
@@ -1,14 +1,14 @@
{
"versions": [
{
"version": "1.106.2",
"version": "1.106.3",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.VSCode';"
},
"installer_url": "https://update.code.visualstudio.com/1.106.2/darwin-arm64/stable",
"installer_url": "https://update.code.visualstudio.com/1.106.3/darwin-arm64/stable",
"install_script_ref": "e49bf2e8",
"uninstall_script_ref": "391941e2",
"sha256": "e66a9b63758a27b57694b7a50a84a20f8defa4fd9869b99a99ac98dec5fb71bc",
"sha256": "35dd438808dde1dd1f65490ffe7713ed64102324c0809efbec0b4eb2809b218b",
"default_categories": [
"Developer tools"
]
@@ -1,14 +1,14 @@
{
"versions": [
{
"version": "1.106.2",
"version": "1.106.3",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = 'Microsoft Visual Studio Code' AND publisher = 'Microsoft Corporation';"
},
"installer_url": "https://vscode.download.prss.microsoft.com/dbazure/download/stable/1e3c50d64110be466c0b4a45222e81d2c9352888/VSCodeSetup-x64-1.106.2.exe",
"installer_url": "https://vscode.download.prss.microsoft.com/dbazure/download/stable/bf9252a2fb45be6893dd8870c0bf37e2e1766d61/VSCodeSetup-x64-1.106.3.exe",
"install_script_ref": "49122823",
"uninstall_script_ref": "e09509e2",
"sha256": "90aceb3de6f8eb521e32fb68f37a3496e808c06ac578af6364d425b6c8417572",
"sha256": "45a178b001cf7939d1e2654f8bb7f2d75534c350062bfed5fe47daf2432c13d7",
"default_categories": [
"Developer tools"
]
+3 -3
View File
@@ -1,14 +1,14 @@
{
"versions": [
{
"version": "0.213.8",
"version": "0.214.5",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'dev.zed.Zed';"
},
"installer_url": "https://zed.dev/api/releases/stable/0.213.8/Zed-aarch64.dmg",
"installer_url": "https://zed.dev/api/releases/stable/0.214.5/Zed-aarch64.dmg",
"install_script_ref": "0c42ebe0",
"uninstall_script_ref": "a96df5e9",
"sha256": "362198146d4e811e5f54906bea18466d51bfeec2174ef3f049cae157846e8c12",
"sha256": "5c42b5c539637ec0f2011b18970c82cc08f9c5ed6799f162e1886856a878b929",
"default_categories": [
"Developer tools"
]