Files
fleet/orbit/changes/47692-homebrew-outdated-table
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

2 lines
169 B
Plaintext

* Added the `homebrew_outdated` table to fleetd for querying outdated Homebrew packages (formulae and casks) on macOS, exposing installed and latest-available versions.