Update Fleet-maintained apps (#45652)
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 version definitions for Microsoft Edge (macOS) to 148.0.3967.70 * Updated application version definitions for Tailscale (Windows) to 1.98.2 <!-- review_stack_entry_start --> [](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/45652?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
98f82ce19f
commit
9c6039e665
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "148.0.3967.54",
|
||||
"version": "148.0.3967.70",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.edgemac';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS ((SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.edgemac') AND version_compare(bundle_short_version, '148.0.3967.54') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS ((SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.edgemac') AND version_compare(bundle_short_version, '148.0.3967.70') < 0);"
|
||||
},
|
||||
"installer_url": "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/cdfa4ae5-32af-4de8-911f-737254ab5e1a/MicrosoftEdge-148.0.3967.54.dmg",
|
||||
"installer_url": "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/5678e805-962c-4a19-a14c-85a9417ce604/MicrosoftEdge-148.0.3967.70.dmg",
|
||||
"install_script_ref": "caf6f785",
|
||||
"uninstall_script_ref": "81159c4c",
|
||||
"sha256": "4b58dad6f2904d4dcc0a24acafd95d8085378d60f30ed77dcebce19de06f82e8",
|
||||
"sha256": "41694e7dacbb1d653b67a9fb9eb712a804bbfb3a5ccc2068f35bcd585fc091b2",
|
||||
"default_categories": [
|
||||
"Browsers"
|
||||
]
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "1.98.1",
|
||||
"version": "1.98.2",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM programs WHERE name = 'Tailscale' AND publisher = 'Tailscale Inc.';",
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS ((SELECT 1 FROM programs WHERE name = 'Tailscale' AND publisher = 'Tailscale Inc.') AND version_compare(version, '1.98.1') < 0);"
|
||||
"patched": "SELECT 1 WHERE NOT EXISTS ((SELECT 1 FROM programs WHERE name = 'Tailscale' AND publisher = 'Tailscale Inc.') AND version_compare(version, '1.98.2') < 0);"
|
||||
},
|
||||
"installer_url": "https://pkgs.tailscale.com/stable/tailscale-setup-1.98.1-amd64.msi",
|
||||
"installer_url": "https://pkgs.tailscale.com/stable/tailscale-setup-1.98.2-amd64.msi",
|
||||
"install_script_ref": "8959087b",
|
||||
"uninstall_script_ref": "c9d1de3f",
|
||||
"sha256": "ad91163c07231eeb4ed92848f5e1233860f1b16cb8065c53e10aa2ca29028d45",
|
||||
"sha256": "89eb44e18f1af3e6e4aa998ec161d3996158fe3e0c0b9f1bf745c74eb420f84e",
|
||||
"default_categories": [
|
||||
"Productivity"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user