Update Fleet-maintained apps (#45225)
Automated ingestion of latest Fleet-maintained app data. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated TablePlus (macOS) to version 6.9.2 * Updated Telegram Desktop (Windows) to version 6.8.2 * Updated Warp (macOS) to version 0.2026.05.06.15.42.04 [](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/45225) <!-- 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:
co-authored by
allenhouchins
parent
ace3804086
commit
957089f950
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "6.9.1",
|
||||
"version": "6.9.2",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.tinyapp.TablePlus';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.tinyapp.TablePlus' AND version_compare(bundle_short_version, '6.9.1') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.tinyapp.TablePlus' AND version_compare(bundle_short_version, '6.9.2') < 0);"
|
||||
},
|
||||
"installer_url": "https://files.tableplus.com/macos/670/TablePlus.dmg",
|
||||
"installer_url": "https://files.tableplus.com/macos/672/TablePlus.dmg",
|
||||
"install_script_ref": "6ebc9cac",
|
||||
"uninstall_script_ref": "bc329865",
|
||||
"sha256": "9649cc219ef7c18d35023366a96732e116c6074896594aef0fd72281d53e53d9",
|
||||
"sha256": "8db32ad6781b0c4e5c3cb36fb9e40b32275cc8ed76341b3d4e2065cd8c522824",
|
||||
"default_categories": [
|
||||
"Developer tools"
|
||||
]
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "6.8.1",
|
||||
"version": "6.8.2",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM programs WHERE name = 'Telegram Desktop' AND publisher = 'Telegram FZ-LLC';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Telegram Desktop' AND publisher = 'Telegram FZ-LLC' AND version_compare(version, '6.8.1') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Telegram Desktop' AND publisher = 'Telegram FZ-LLC' AND version_compare(version, '6.8.2') < 0);"
|
||||
},
|
||||
"installer_url": "https://github.com/telegramdesktop/tdesktop/releases/download/v6.8.1/tsetup-x64.6.8.1.exe",
|
||||
"installer_url": "https://github.com/telegramdesktop/tdesktop/releases/download/v6.8.2/tsetup-x64.6.8.2.exe",
|
||||
"install_script_ref": "0b88a95e",
|
||||
"uninstall_script_ref": "42311f1b",
|
||||
"sha256": "6eeb821695537e49f760f51e7d1d1d8cdfe6c0015f5ac5a8ba7e77d37d3f66e9",
|
||||
"sha256": "4b44fd42c7f963e9f57d59fac659a9e4990422b0195b08b9aee1d784ebe0bc53",
|
||||
"default_categories": [
|
||||
"Communication"
|
||||
]
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "0.2026.05.06.15.42.03",
|
||||
"version": "0.2026.05.06.15.42.04",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'dev.warp.Warp-Stable';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'dev.warp.Warp-Stable' AND version_compare(bundle_short_version, '0.2026.05.06.15.42.03') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'dev.warp.Warp-Stable' AND version_compare(bundle_short_version, '0.2026.05.06.15.42.04') < 0);"
|
||||
},
|
||||
"installer_url": "https://releases.warp.dev/stable/v0.2026.05.06.15.42.stable_03/Warp.dmg",
|
||||
"installer_url": "https://releases.warp.dev/stable/v0.2026.05.06.15.42.stable_04/Warp.dmg",
|
||||
"install_script_ref": "4b1c0c37",
|
||||
"uninstall_script_ref": "bd923c6f",
|
||||
"sha256": "no_check",
|
||||
|
||||
Reference in New Issue
Block a user