Noah Talerman
Noah Talerman
Fleet 4.59.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.
Using Fleet, you can now block a user’s screen while software installs or scripts run during macOS Setup Assistant. This prevents users from accessing the desktop before required configurations are enforced, improving security and guaranteeing that all workstations meet organizational standards before use. Learn more in the guide here.
With Fleet, you can now install a SCEP certificate from NDES on all macOS hosts as part of the Wi-Fi/Ethernet configuration profile. This ensures seamless and secure network access for end users. Learn more in the guide here.
Fleet now provides the ability to set an alternative MDM URL to help organizations differentiate MDM traffic from other Fleet traffic, allowing the application of network rules specific to MDM communications. Learn more in the guide here.
fleetctl gitops
to specify a setup experience script to run and software to install, for a team or no team.POST /orbit/setup_experience/status
) for checking the status of a macOS host's setup experience steps.UPDATE host_software_installs i
JOIN activities a ON a.activity_type = 'installed_software'
AND i.execution_id = a.details->>"$.install_uuid"
SET i.software_title_name = COALESCE(a.details->>"$.software_title", i.software_title_name),
i.installer_filename = COALESCE(a.details->>"$.software_package", i.installer_filename),
i.updated_at = i.updated_at
fleetctl gitops
to support VPP apps, along with setting the VPP apps to install during the setup experience.PATCH /api/latest/fleet/config
was incorrectly clearing VPP token<->team associations.--delete-other-teams
flag in fleetctl gitops
command for non-Premium license users.redis://
prefix. Allowed formats are: redis://host:port
or host:port
.mdm_enrolled
activity due to how this MDM enrollment flow is implemented.Visit our Upgrade guide in the Fleet docs for instructions on updating to Fleet 4.59.0.