From 958fe8b9aaa35c09a5b4c35c540b1eedd6228f10 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Mon, 27 Jul 2026 13:16:01 -0400 Subject: [PATCH] Add macOS apps to fleet maintained apps for testing & QA (#49983) - To verify best practice workflow for rollbacks: https://fleetdm.com/guides/fleet-maintained-apps#rollback-to-a-previous-version ## Summary by CodeRabbit * **New Features** * Added Slack, Zoom, Google Chrome, and Claude to the macOS self-service software catalog for the Testing & QA fleet. --- it-and-security/fleets/testing-and-qa.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/it-and-security/fleets/testing-and-qa.yml b/it-and-security/fleets/testing-and-qa.yml index 70934b3b5f..a6379c840a 100644 --- a/it-and-security/fleets/testing-and-qa.yml +++ b/it-and-security/fleets/testing-and-qa.yml @@ -98,4 +98,12 @@ software: # Linux apps fleet_maintained_apps: # macOS apps + - slug: slack/darwin # Slack for macOS + self_service: true + - slug: zoom/darwin # Zoom for macOS + self_service: true + - slug: google-chrome/darwin # Google Chrome for macOS + self_service: true + - slug: claude/darwin # Claude for macOS + self_service: true # Windows apps