Files
Juan Fernandez 07d4423c84 Add homebrew_outdated table to fleetd
Fixes #47692

New macOS-only extension table returning outdated Homebrew packages
(formulae and casks) with installed and latest-available versions, for
querying out-of-date packages and driving patching policies. Runs `brew
outdated`/`brew info` as the console user; auto-update left on so
current_version stays accurate.
2026-07-28 15:32:09 -04:00

33 lines
710 B
JSON

{
"formulae": [
{
"name": "blake3",
"full_name": "blake3",
"installed": [{ "version": "1.8.3" }],
"versions": { "stable": "1.8.5", "head": null, "bottle": true }
},
{
"name": "git",
"full_name": "git",
"installed": [{ "version": "2.53.0" }],
"versions": { "stable": "2.55.0", "head": null, "bottle": true }
}
],
"casks": [
{
"token": "mitmproxy",
"name": ["mitmproxy"],
"version": "12.2.3",
"installed": "12.2.1",
"auto_updates": null
},
{
"token": "google-chrome",
"name": ["Google Chrome"],
"version": "121.0",
"installed": "120.0",
"auto_updates": true
}
]
}