Solutions
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Extend Fleet
Integrate your favorite tools with Fleet.
Customers
Stripe + Fleet
Stripe consolidates multiple tools with Fleet.
Foursquare + Fleet
Foursquare quickly migrates to Fleet for device management.
What people are saying
Stories from the Fleet community.
More
JD Strong
JD Strong
Fleet 4.33.0 is live. Check out the full changelog or continue reading to get the highlights. For upgrade instructions, see our upgrade guide in the Fleet docs.
Fleet has leveled up! We're excited to announce expanded support for Google's ChromeOS and the new ChromeOS Flex via our innovative Fleetd Chrome extension. Discover more about the Fleetd Chrome extension for enterprise device management in our full announcement.
Available in Fleet Premium and Fleet Ultimate
Drawing on our values of 🔴 Empathy and 🟢 Results, Fleet's latest update introduces a new "Verified" status to the macOS settings pages. This status, achieved through osquery, verifies the presence of all profiles and the enablement of disk encryption, embodying our commitment to results-driven processes and effective security measures.
In keeping with our value of 🟠 Ownership, if disk encryption is enforced, Fleet takes responsibility for securely storing the disk encryption key. This addition exemplifies our dedication to providing comprehensive, reliable solutions for our users.
The Hosts page has been enhanced in line with our value of 🟣 Openness. Users can now filter hosts based on the "Verified" status, promoting transparency and aiding in easy management and oversight of compliant devices. This reflects our commitment to creating user-friendly systems, reflecting the empathy we share for our users' experience and their need for efficient, straightforward tools.
Learn more about Fleet's "Verified" status.
device_mapping
from ChromeOS hosts.POST /fleet/mdm/apple/profiles/preassign
endpoint to store profiles to be assigned to a host for subsequent matching with an existing (or new) team.POST /fleet/mdm/apple/profiles/match
endpoint to match pre-assigned profiles to an existing team or create one if needed, and assign the host to that team.GET /mdm/apple/profiles
endpoint to return empty array instead of null if no profiles are found.modified
, but the device doesn't exist in Fleet yet, a DEP profile will be assigned to the device and a new record will be created in Fleet.deleted
, the device won't be prompted to migrate to Fleet if the feature has been configured.fleetctl get mdm-commands
.GET /api/_version_/fleet/config
to now omits fields smtp_settings
and sso_settings
if not set.POST /api/latest/fleet/spec/teams
contributor API endpoint so that it returns an object with a team_ids_by_name
key which maps team names with their corresponding id.null
on FLEET_JIT_USER_ROLE_GLOBAL
and FLEET_JIT_USER_ROLE_TEAM_*
SAML attributes. Fleet will accept and ignore such null
attributes.enable_jit_role_sync
setting and only change role for existing users if role attributes are set in the SAMLResponse
.fleetctl apply
and updating a team via the PATCH /api/latest/fleet/mdm/teams/{id}
endpoint so that the MDM updates settings (minimum_version
and deadline
) are not cleared if not provided in the payload.fleetctl get mdm-command-results
./api/latest/fleet/mdm/apple_bm
endpoint so that it returns 400 instead of 500 when it fails to authenticate with Apple's Business Manager API, as this indicates a Fleet configuration issue with the Apple BM certificate or token.gitops
role from applying some MDM settings via fleetctl apply
(the macos_setup_assistant
and bootstrap_package
settings).GET /api/v1/fleet/spec/labels/{name}
endpoint so that it now includes the label id.inherited_page=0
was incorrectly added to some URLs.chrome_extensions
virtual table not returning a path value on fleetd-chrome
, which was breaking software ingestion.Visit our Upgrade guide in the Fleet docs for instructions on updating to Fleet 4.33.0.