Update Fleet-maintained apps (#45571)
Automated ingestion of latest Fleet-maintained app data. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated Dialpad managed application metadata to version 2605.0.4 * Updated Postman managed application metadata to version 12.10.6 * Updated Warp managed application metadata to version 0.2026.05.13.09.15.01 <!-- review_stack_entry_start --> [](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/45571) <!-- 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
ed2b41bd5a
commit
ed5f6d1bdd
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "2605.0.2",
|
||||
"version": "2605.0.4",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.electron.dialpad';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.electron.dialpad' AND version_compare(bundle_short_version, '2605.0.2') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.electron.dialpad' AND version_compare(bundle_short_version, '2605.0.4') < 0);"
|
||||
},
|
||||
"installer_url": "https://download.dialpad.com/osx/arm64/dialpad.pkg",
|
||||
"install_script_ref": "49548b01",
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "12.10.5",
|
||||
"version": "12.10.6",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.postmanlabs.mac';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.postmanlabs.mac' AND version_compare(bundle_short_version, '12.10.5') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.postmanlabs.mac' AND version_compare(bundle_short_version, '12.10.6') < 0);"
|
||||
},
|
||||
"installer_url": "https://dl.pstmn.io/download/version/12.10.5/osx_arm64",
|
||||
"installer_url": "https://dl.pstmn.io/download/version/12.10.6/osx_arm64",
|
||||
"install_script_ref": "96d73870",
|
||||
"uninstall_script_ref": "5b41187d",
|
||||
"sha256": "7e1703e62bf634075845bc5fe639098ec81d7ba99d5da078d14071f90c2fad16",
|
||||
"sha256": "c7d801c47bb0e91e9b9c41e04149ad598efd8cd67ea23e3756bc29cb9e49ca3f",
|
||||
"default_categories": [
|
||||
"Developer tools"
|
||||
]
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "0.2026.05.06.15.42.05",
|
||||
"version": "0.2026.05.13.09.15.01",
|
||||
"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.05') < 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.13.09.15.01') < 0);"
|
||||
},
|
||||
"installer_url": "https://releases.warp.dev/stable/v0.2026.05.06.15.42.stable_05/Warp.dmg",
|
||||
"installer_url": "https://releases.warp.dev/stable/v0.2026.05.13.09.15.stable_01/Warp.dmg",
|
||||
"install_script_ref": "4b1c0c37",
|
||||
"uninstall_script_ref": "bd923c6f",
|
||||
"sha256": "no_check",
|
||||
|
||||
Reference in New Issue
Block a user