## Summary - Adds new Fleet policies (`update-slack.yml`) for macOS and Windows that **fail** if a device has an outdated version of Slack installed (below `4.48.100`). - Follows the existing `update-*` policy pattern used by 1Password, Claude, and Firefox. - Registers both policies in `workstations.yml` under the appropriate OS sections. ## Changes | File | Description | |---|---| | `it-and-security/lib/macos/policies/update-slack.yml` | New macOS policy: checks `apps` table for `Slack.app` version via `version_compare` | | `it-and-security/lib/windows/policies/update-slack.yml` | New Windows policy: checks `programs` table for `Slack` version via `version_compare` | | `it-and-security/fleets/workstations.yml` | Adds both policy paths to the workstations fleet | ## Policy behavior The policy **passes** if Slack is not installed OR if the installed version is >= `4.48.100`. The policy **fails** if Slack is installed but at a version older than `4.48.100`. --- Built for [Allen Houchins](https://fleetdm.slack.com/archives/D0AFASNBZMW/p1773436302175049) by [Kilo for Slack](https://kilo.ai/features/slack-integration) Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| fleets | ||
| lib | ||
| default.yml | ||
| README.md | ||
Fleet
These files allow you to configure, patch, and secure computing devices for your organization.
Whether you're making changes by hand or spinning them up from Slack or Teams using a tool like Claude or Kilo Code (e.g. "Make our endpoints compliant with ISO 27001" or "Fix CVE-2026-XXXX"), your team reviews, merges, and it deploys to thousands of endpoints in seconds. This makes it straightforward to instantly rollback a change, and history is fully tracked.
You can read more about the anatomy of these files and what they do in Fleet's documentation. You can also opt to manage particular aspects of Fleet in the graphical user interface instead, such as software or labels.
Unsure? Talk to a human at fleetdm.com/support
What is Fleet?
Fleet is high-agency device management software. It is especially popular with IT and security teams who manage lots of endpoints.
All source code is public and the product is supported by a company called Fleet Device Management that enrolls millions of laptops, tablets, phones, servers, and other computing devices in 90+ countries.