Update Fleet-maintained apps (#46238)
Automated ingestion of latest Fleet-maintained app data. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated application metadata for 14 maintained apps to support newer versions, including Bruno, Claude, Discord, GitHub Desktop, Granola, Microsoft Outlook, Notion, OpenVPN Connect, Slack, Tableau, Thunderbird, and Webex across macOS and Windows platforms. <!-- review_stack_entry_start --> [](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/46238?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) <!-- review_stack_entry_end --> <!-- 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
33889ec177
commit
baf8a2b0d4
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "3.4.1",
|
||||
"version": "3.4.2",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.usebruno.app';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.usebruno.app' AND version_compare(bundle_short_version, '3.4.1') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.usebruno.app' AND version_compare(bundle_short_version, '3.4.2') < 0);"
|
||||
},
|
||||
"installer_url": "https://github.com/usebruno/bruno/releases/download/v3.4.1/bruno_3.4.1_arm64_mac.dmg",
|
||||
"installer_url": "https://github.com/usebruno/bruno/releases/download/v3.4.2/bruno_3.4.2_arm64_mac.dmg",
|
||||
"install_script_ref": "162ba575",
|
||||
"uninstall_script_ref": "334673a8",
|
||||
"sha256": "c86e9bde676edcb628f5f78f538861782278798e576df9d5382b039240fca7b0",
|
||||
"sha256": "4878884cca0a03db2ff293eb5463e1d73ae24e82a168d37eb0314c21516f5ee4",
|
||||
"default_categories": [
|
||||
"Developer tools"
|
||||
]
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "1.8555.2",
|
||||
"version": "1.9255.0",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM programs WHERE name = 'Claude' AND publisher = 'Anthropic, PBC';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Claude' AND publisher = 'Anthropic, PBC' AND version_compare(version, '1.8555.2') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Claude' AND publisher = 'Anthropic, PBC' AND version_compare(version, '1.9255.0') < 0);"
|
||||
},
|
||||
"installer_url": "https://downloads.claude.ai/releases/win32/x64/1.8555.2/Claude-a476c316c741715263e34f9c9d2bc45b6d0f21c7.msix",
|
||||
"installer_url": "https://downloads.claude.ai/releases/win32/x64/1.9255.0/Claude-a22af1fabbbc85af5502e695ed8fbea9f74276fc.msix",
|
||||
"install_script_ref": "218aa85b",
|
||||
"uninstall_script_ref": "03f72055",
|
||||
"sha256": "1c1c645f170314588e9249307a251ab77cdd007f5d5bc85ddf645cd7009c10b8",
|
||||
"sha256": "0cb8ea99eab90cc6347b2553eec1f7799ff228187b1c04b69eecfbc7c7c08815",
|
||||
"default_categories": [
|
||||
"Productivity"
|
||||
]
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "0.0.391",
|
||||
"version": "0.0.392",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.hnc.Discord';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.hnc.Discord' AND version_compare(bundle_short_version, '0.0.391') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.hnc.Discord' AND version_compare(bundle_short_version, '0.0.392') < 0);"
|
||||
},
|
||||
"installer_url": "https://dl.discordapp.net/apps/osx/0.0.391/Discord.dmg",
|
||||
"installer_url": "https://dl.discordapp.net/apps/osx/0.0.392/Discord.dmg",
|
||||
"install_script_ref": "57ec7b28",
|
||||
"uninstall_script_ref": "64f1f6c2",
|
||||
"sha256": "195076fabbd5fe76e21ec9a84459adf23ce035cd7a9271cf5cdb2dbf03aaef1d",
|
||||
"sha256": "95c77ec4ae4299921fd80841c4ff3d78e3d1b56f3646902daf2f7106ffc492eb",
|
||||
"default_categories": [
|
||||
"Communication"
|
||||
]
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "3.5.10",
|
||||
"version": "3.5.11",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM programs WHERE name = 'GitHub Desktop' AND publisher = 'GitHub, Inc.';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'GitHub Desktop' AND publisher = 'GitHub, Inc.' AND version_compare(version, '3.5.10') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'GitHub Desktop' AND publisher = 'GitHub, Inc.' AND version_compare(version, '3.5.11') < 0);"
|
||||
},
|
||||
"installer_url": "https://desktop.githubusercontent.com/releases/3.5.10-497192a5/GitHubDesktopSetup-x64.msi",
|
||||
"installer_url": "https://desktop.githubusercontent.com/releases/3.5.11-0435ec91/GitHubDesktopSetup-x64.msi",
|
||||
"install_script_ref": "8959087b",
|
||||
"uninstall_script_ref": "f0fcaa82",
|
||||
"sha256": "15d72d9fa7b412d56181f3ce59bd8389e7a57badfcc1b6f577608c07301d30ec",
|
||||
"sha256": "21254eccada7f7496ec5804a0e4310a17bdd9797b01fda53469b6d46445dcca0",
|
||||
"default_categories": [
|
||||
"Developer tools"
|
||||
],
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "7.255.6",
|
||||
"version": "7.269.0",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM programs WHERE name LIKE 'Granola %' AND publisher = 'Granola';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name LIKE 'Granola %' AND publisher = 'Granola' AND version_compare(version, '7.255.6') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name LIKE 'Granola %' AND publisher = 'Granola' AND version_compare(version, '7.269.0') < 0);"
|
||||
},
|
||||
"installer_url": "https://dr2v7l5emb758.cloudfront.net/7.255.6/Granola-7.255.6-win-x64.exe",
|
||||
"installer_url": "https://dr2v7l5emb758.cloudfront.net/7.269.0/Granola-7.269.0-win-x64.exe",
|
||||
"install_script_ref": "3f66ac53",
|
||||
"uninstall_script_ref": "a4fab3f5",
|
||||
"sha256": "d5d47b969639bba37af72b9d826dc6f65fa4084945d8eb568f3e88abed56a698",
|
||||
"sha256": "ecd407e1ea46bc3ec25275ef73b37308cf357b29e8a96e052f22d260579bf274",
|
||||
"default_categories": [
|
||||
"Productivity"
|
||||
]
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "7.18.0",
|
||||
"version": "7.19.0",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'notion.id';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'notion.id' AND version_compare(bundle_short_version, '7.18.0') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'notion.id' AND version_compare(bundle_short_version, '7.19.0') < 0);"
|
||||
},
|
||||
"installer_url": "https://desktop-release.notion-static.com/Notion-7.18.0-arm64.dmg",
|
||||
"installer_url": "https://desktop-release.notion-static.com/Notion-7.19.0-arm64.dmg",
|
||||
"install_script_ref": "d8e3e0c4",
|
||||
"uninstall_script_ref": "f4afbeb5",
|
||||
"sha256": "df1322d5848b04c8b71705dc084786e3cb99f0019d2d58751b5d4e7eb7333f6e",
|
||||
"sha256": "7cb0d4f8a7e97e531ddef0e8795b1f57e4d5e2da54d63ae2a4d9f4c846bae1a7",
|
||||
"default_categories": [
|
||||
"Productivity"
|
||||
]
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "3.8.1",
|
||||
"version": "3.8.2",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'org.openvpn.client.app';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'org.openvpn.client.app' AND version_compare(bundle_short_version, '3.8.1') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'org.openvpn.client.app' AND version_compare(bundle_short_version, '3.8.2') < 0);"
|
||||
},
|
||||
"installer_url": "https://swupdate.openvpn.net/downloads/connect/openvpn-connect-3.8.1.5790_signed.dmg",
|
||||
"installer_url": "https://swupdate.openvpn.net/downloads/connect/openvpn-connect-3.8.2.6009_signed.dmg",
|
||||
"install_script_ref": "2ebecc60",
|
||||
"uninstall_script_ref": "d66adb9e",
|
||||
"sha256": "8dbf5f3cc82d8214fcdbdb1257cdb5dcae891d1ec1859d64b6e8aa7ee9d8a983",
|
||||
"sha256": "8d50036510859956d20d1f50e43171be53417431104c6befb1352ff5187c248a",
|
||||
"default_categories": [
|
||||
"Productivity"
|
||||
]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "4.50.121",
|
||||
"version": "4.50.128",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.tinyspeck.slackmacgap';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.tinyspeck.slackmacgap' AND version_compare(bundle_short_version, '4.50.121') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.tinyspeck.slackmacgap' AND version_compare(bundle_short_version, '4.50.128') < 0);"
|
||||
},
|
||||
"installer_url": "https://slack.com/api/desktop.latestRelease?redirect=1&variant=pkg&arch=universal",
|
||||
"install_script_ref": "6025885d",
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "4.50.121",
|
||||
"version": "4.50.128",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM programs WHERE name = 'Slack' AND publisher = 'Slack Technologies Inc.';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Slack' AND publisher = 'Slack Technologies Inc.' AND version_compare(version, '4.50.121') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Slack' AND publisher = 'Slack Technologies Inc.' AND version_compare(version, '4.50.128') < 0);"
|
||||
},
|
||||
"installer_url": "https://downloads.slack-edge.com/desktop-releases/windows/x64/4.50.121/Slack.msix",
|
||||
"installer_url": "https://downloads.slack-edge.com/desktop-releases/windows/x64/4.50.128/Slack.msix",
|
||||
"install_script_ref": "8b41f934",
|
||||
"uninstall_script_ref": "ae79ce28",
|
||||
"sha256": "2e53dfa92197518c3095d9aa9b36e29cde74f1dd614fa4be33face9b7f90a5d5",
|
||||
"sha256": "418297aa7ee085b72194eac0c5b4aff8e30740b81498e15f4b7603aaf335477b",
|
||||
"default_categories": [
|
||||
"Communication"
|
||||
]
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "2026.1.1",
|
||||
"version": "2026.1.2",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.tableausoftware.Desktop.app';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.tableausoftware.Desktop.app' AND version_compare(bundle_short_version, '2026.1.1') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.tableausoftware.Desktop.app' AND version_compare(bundle_short_version, '2026.1.2') < 0);"
|
||||
},
|
||||
"installer_url": "https://downloads.tableau.com/esdalt/2026.1.1/TableauDesktop-2026-1-1-arm64.dmg",
|
||||
"installer_url": "https://downloads.tableau.com/esdalt/2026.1.2/TableauDesktop-2026-1-2-arm64.dmg",
|
||||
"install_script_ref": "3d60fdfd",
|
||||
"uninstall_script_ref": "432d1cbf",
|
||||
"sha256": "05eeb4022c389f06f8193f37bb8e8feba0a29e4e3da5609fc6d5c9f438854d10",
|
||||
"sha256": "3ec517f935adef87325b4adff8a0c6510550fbdb7eabcba96cf63fbd27e91793",
|
||||
"default_categories": [
|
||||
"Productivity"
|
||||
]
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "151.0",
|
||||
"version": "151.0.1",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'org.mozilla.thunderbird';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'org.mozilla.thunderbird' AND version_compare(bundle_short_version, '151.0') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'org.mozilla.thunderbird' AND version_compare(bundle_short_version, '151.0.1') < 0);"
|
||||
},
|
||||
"installer_url": "https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/mac/en-US/Thunderbird%20151.0.dmg",
|
||||
"installer_url": "https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0.1/mac/en-US/Thunderbird%20151.0.1.dmg",
|
||||
"install_script_ref": "158d6bf3",
|
||||
"uninstall_script_ref": "2b20efbb",
|
||||
"sha256": "c17659dc6893cfaacf00e92fb3028a396db6b1d135d3a33f02d8990a67264f12",
|
||||
"sha256": "161efae828f7cb85acc7e7490c88042a22c0867f3c6bb616b73319bea834a378",
|
||||
"default_categories": [
|
||||
"Productivity"
|
||||
]
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "151.0",
|
||||
"version": "151.0.1",
|
||||
"queries": {
|
||||
"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, '151.0') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Mozilla Thunderbird (x64 en-US)' AND publisher = 'Mozilla' AND version_compare(version, '151.0.1') < 0);"
|
||||
},
|
||||
"installer_url": "https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0/win64/en-US/Thunderbird%20Setup%20151.0.exe",
|
||||
"installer_url": "https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/151.0.1/win64/en-US/Thunderbird%20Setup%20151.0.1.exe",
|
||||
"install_script_ref": "26f2daf8",
|
||||
"uninstall_script_ref": "96113731",
|
||||
"sha256": "f4b6c722627967ff17fd96daa0cadea5ffe1b95fb280afc670d3fd2a46944dcd",
|
||||
"sha256": "552d33f9b1b7a35bc04c64efa1aea3439e47d6889f1b85fef0534772aa1154c6",
|
||||
"default_categories": [
|
||||
"Productivity"
|
||||
]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "46.5.0.34931",
|
||||
"version": "46.5.0.35006",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'Cisco-Systems.Spark';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'Cisco-Systems.Spark' AND version_compare(bundle_short_version, '46.5.0.34931') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'Cisco-Systems.Spark' AND version_compare(bundle_short_version, '46.5.0.35006') < 0);"
|
||||
},
|
||||
"installer_url": "https://binaries.webex.com/webex-macos-apple-silicon/Webex.dmg",
|
||||
"install_script_ref": "1fe5b1af",
|
||||
|
||||
Reference in New Issue
Block a user