|
| 1 | +# Fleet 4.66.0 | Windows Fleet-maintained apps, DigiCert integration, Custom SCEP server |
| 2 | + |
| 3 | +<div purpose="embedded-content"> |
| 4 | + <iframe src="https://www.youtube.com/embed/ApZthJXwqqM?si=CwVISKn9mmANxumz" frameborder="0" allowfullscreen></iframe> |
| 5 | +</div> |
| 6 | + |
| 7 | +Fleet 4.66.0 is now available. See the complete [changelog](https://github.com/fleetdm/fleet/releases/tag/fleet-v4.66.0) or read on for highlights. For upgrade instructions, visit the [upgrade guide](https://fleetdm.com/docs/deploying/upgrading-fleet) in the Fleet docs. |
| 8 | + |
| 9 | +## Highlights |
| 10 | + |
| 11 | +- Fleet-maintained apps for Windows |
| 12 | +- DigiCert certificate integration |
| 13 | +- Custom SCEP server support |
| 14 | + |
| 15 | +### Fleet-maintained apps for Windows |
| 16 | + |
| 17 | +Fleet now supports Fleet-maintained apps for Windows. This allows IT admins to easily manage and deploy trusted applications at scale, without manually packaging or scripting installations. More about Fleet-maintained apps [here](https://fleetdm.com/guides/fleet-maintained-apps). |
| 18 | + |
| 19 | +### DigiCert certificate integration |
| 20 | + |
| 21 | +Fleet now integrates with DigiCert Trust Lifecycle Manager, enabling admins to deploy DigiCert certificates directly to their macOS devices via configuration profiles. This simplifies certificate management and helps streamline the provisioning process. Learn how [here](https://fleetdm.com/guides/connect-end-user-to-wifi-with-certificate#digicert). |
| 22 | + |
| 23 | +### Custom SCEP server support |
| 24 | + |
| 25 | +Admins can now use their own custom Simple Certificate Enrollment Protocol (SCEP) servers with Fleet. This integration allows deployment of certificates to Macs through configuration profiles, while ensuring all traffic to the SCEP server is routed through Fleet. Learn how [here](https://fleetdm.com/guides/connect-end-user-to-wifi-with-certificate#custom-scep-server). |
| 26 | + |
| 27 | +## Changes |
| 28 | + |
| 29 | +### Security |
| 30 | +- Added integration with DigiCert Trust Lifecycle Manager. Fleet admins can now deploy DigiCert certificates to their macOS devices via configuration profiles. |
| 31 | +- Updated activity log UI for new certificate authority features. |
| 32 | +- Updated host details > software table to filter by vulnerability severity and known exploit. |
| 33 | +- Return more granular data for live query and policy runs so it can be displayed to users. |
| 34 | +- Allowed adding labels when saving or editing queries in the UI. |
| 35 | +- Added support for queries with LabelsIncludeAny in backend. |
| 36 | +- Added `author_id` to labels DB table to track who created a label. |
| 37 | +- Removed duplicate download/delete attempts for MSRC bulletins when hosts are enrolled spanning multiple builds of the same version of Windows. |
| 38 | +- Split up expired query deletion to avoid deadlocks in zero-trust flows. |
| 39 | +- Moved software version transformations for vulnerability matching out of software ingestion to ensure software inventory versions match what osquery reports. |
| 40 | +- Modified host software query to apply the vulnerability filter on VPP apps and latest software installs & uninstalls. |
| 41 | +- Fixed false positive on macOS 15.3 by making sure we match the version format reported by Vulncheck. |
| 42 | +- Fixed false positive for CVE-2024-6286 on non-Windows hosts. |
| 43 | + |
| 44 | +### IT |
| 45 | +- Added support for Fleet-maintained apps for Windows. |
| 46 | +- Added integration with a custom SCEP server. Fleet admins can now deploy certificates from their own SCEP server to their macOS devices via configuration profiles. The SCEP server will only see traffic from the Fleet server. |
| 47 | +- Return more granular data for live query and policy runs so it can be displayed to users. |
| 48 | +- Added support for queries with LabelsIncludeAny in backend. |
| 49 | +- Allowed adding labels when saving or editing queries in the UI. |
| 50 | +- Updated macOS setup experience to show an error if an App Store app installation fails due to lack of licenses. |
| 51 | +- Added `platform` key to `software_package` and `app_store_app` keys throughout API. |
| 52 | +- Improved error messages when Fleet admin tries to upload a FileVault (macOS) or a BitLocker (Windows) configuration profile. |
| 53 | +- Ignored compatible Linux hosts in disk encryption statistics and filters if disk encryption is disabled. |
| 54 | +- Allowed for any number of comments at the top of XML files for Windows MDM profile CSPs. |
| 55 | +- Disabled unsupported automatic install option during add flow of .exe custom packages. |
| 56 | +- Updated Fleet to treat software installer download errors as a failure for that installation attempt, which prevents the software installation from remaining in "pending". |
| 57 | +- Added Apple Root Certificate for HTTP requests to https://gdmf.apple.com/v2/pmv. This solves the issue of minimum macOS version not being enforced at enrollment. |
| 58 | +- Removed unreliable default (un)install scripts for .exe software packages; install and uninstall scripts are now required when adding .exe packages. |
| 59 | +- Added software URL validation in GitOps to catch URL parse errors earlier. |
| 60 | + |
| 61 | + |
| 62 | +### Bug fixes and improvements |
| 63 | +- Fixed software installer download and Fleet Maintained App errors by extending the timeout for the download and FMA add endpoints. |
| 64 | +- Fixed issue where bootstrap package was incorrectly installed during renewal of Apple MDM enrollment profiles. |
| 65 | +- Fixed a bug to ignore Windows hosts that are not enrolled in Fleet MDM for disk encryption statistics and filters. |
| 66 | +- Fixed policy automation with scripts to surface errors to user instead of rendering false success message. |
| 67 | +- Fixed whitespace not being displayed correctly in policy automation calendar preview. |
| 68 | +- Fixed bug where Windows profiles were not being resent after `fleetctl` GitOps update. |
| 69 | +- Fixed row selection firing twice in host selection screen. |
| 70 | +- Fixed Dashboard > Software table truncating host count. |
| 71 | +- Fixed an error when requesting `/fleet/software/titles` endpoint unpaginated with > 33k software titles by batching the policies by software title id query |
| 72 | +- Fixed an issue where removing label conditions on configuration profiles (e.g. `labels_include_any`, `labels_include_all` or `labels_exclude_any`) did not clear the labels associated with the profile when applied via `fleetctl gitops`. |
| 73 | +- Updated the empty states when choosing a label scope for new software, queries, and profiles. |
| 74 | +- Clarified meanings of various types and fields involved in live query/policy infrastructure, document, and refactor for improved code clarity. |
| 75 | +- Added configuration to Fleet server to enable H2C (forcing http2) to get around a limitation in GCP Cloud Run for upload file sizes. |
| 76 | +- Added validation to both org logo URL fields, and accept data URIs as valid. |
| 77 | +- Removed redundant json array parsing in osquery pack report handler. |
| 78 | +- Added `took` field (request duration) on server logs for requests that fail (non-2XX). |
| 79 | +- Unified all pagination logic and styling. |
| 80 | +- Updated the new policy flow and associated UI elements. |
| 81 | +- Updated UI to cleanly truncate two overflowing values and display full values in a tooltip. |
| 82 | +- Removed extra space above Next and Previous buttons in host activity feeds. |
| 83 | +- Allowed team GitOps to run without global config. |
| 84 | +- Added support for displaying scheduled query labels in `fleetctl`. |
| 85 | +- Updated `fleetctl` to print an informative error message when it is authenticated with a user who is required to reset their password. |
| 86 | +- Stopped `fleetctl` npm publishing script from tagging patch releases for old versions as `latest`. |
| 87 | + |
| 88 | +## Ready to upgrade? |
| 89 | + |
| 90 | +Visit our [Upgrade guide](https://fleetdm.com/docs/deploying/upgrading-fleet) in the Fleet docs to update to Fleet 4.66.0. |
| 91 | + |
| 92 | +<meta name="category" value="releases"> |
| 93 | +<meta name="authorFullName" value="Luke Heath"> |
| 94 | +<meta name="authorGitHubUsername" value="lukeheath"> |
| 95 | +<meta name="publishedOn" value="2025-04-04"> |
| 96 | +<meta name="articleTitle" value="Fleet 4.66.0 | Windows Fleet-maintained apps, DigiCert integration, Custom SCEP server"> |
| 97 | +< meta name= "articleImageUrl" value= "../website/assets/images/articles/[email protected]"> |
| 98 | + |
0 commit comments