Update Fleet-maintained apps (#43554)

Automated ingestion of latest Fleet-maintained app data.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Chores**
* Updated Microsoft Outlook macOS application support to version 16.108
  * Refined Thunderbird Windows detection logic for improved accuracy
  * Updated Todoist macOS application support to version 9.27.1

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Co-authored-by: allenhouchins <32207388+allenhouchins@users.noreply.github.com>
This commit is contained in:
fleet-release
2026-04-14 14:44:40 -05:00
committed by GitHub
co-authored by allenhouchins
parent 41d8cf4741
commit ce4640adca
3 changed files with 12 additions and 12 deletions
File diff suppressed because one or more lines are too long
@@ -3,8 +3,8 @@
{
"version": "149.0.2",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name LIKE 'Mozilla Thunderbird (x64 en-US) %' AND publisher = 'Mozilla';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name LIKE 'Mozilla Thunderbird (x64 en-US) %' AND publisher = 'Mozilla' AND version_compare(version, '149.0.2') < 0);"
"exists": "SELECT 1 FROM programs WHERE name = 'Mozilla Thunderbird (x64 en-US)' AND publisher = 'Mozilla';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Mozilla Thunderbird (x64 en-US)' AND publisher = 'Mozilla' AND version_compare(version, '149.0.2') < 0);"
},
"installer_url": "https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/149.0.2/win64/en-US/Thunderbird%20Setup%20149.0.2.exe",
"install_script_ref": "26f2daf8",
@@ -1,15 +1,15 @@
{
"versions": [
{
"version": "9.26.4",
"version": "9.27.1",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.todoist.mac.Todoist';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.todoist.mac.Todoist' AND version_compare(bundle_short_version, '9.26.4') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.todoist.mac.Todoist' AND version_compare(bundle_short_version, '9.27.1') < 0);"
},
"installer_url": "https://electron-dl.todoist.com/mac/Todoist-darwin-9.26.4-arm64-latest.dmg",
"installer_url": "https://electron-dl.todoist.com/mac/Todoist-darwin-9.27.1-arm64-latest.dmg",
"install_script_ref": "abc3e8dd",
"uninstall_script_ref": "e14ff309",
"sha256": "4a846712cd043b6ed62d6612c0b5cca58ad84b6f13f9a43cac359c28107557af",
"sha256": "1828b9d69a4b447de1468a996f8b79f4ea20995d592bae964ec1c6707f47e798",
"default_categories": [
"Productivity"
]