You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: articles/fleet-4.66.0.md
+5-7
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,9 @@ Admins can now use their own custom Simple Certificate Enrollment Protocol (SCEP
29
29
### Security
30
30
- Added integration with DigiCert Trust Lifecycle Manager. Fleet admins can now deploy DigiCert certificates to their macOS devices via configuration profiles.
31
31
- Updated activity log UI for new certificate authority features.
32
-
- Updated host details > software table to filter by vulnerability severity and known exploit.
32
+
- Updated **Host details** > **Software** table to filter by vulnerability severity and known exploit.
33
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.
34
+
- Added support for queries targeting hosts via label.
36
35
- Added `author_id` to labels DB table to track who created a label.
37
36
- Removed duplicate download/delete attempts for MSRC bulletins when hosts are enrolled spanning multiple builds of the same version of Windows.
38
37
- Split up expired query deletion to avoid deadlocks in zero-trust flows.
@@ -45,8 +44,7 @@ Admins can now use their own custom Simple Certificate Enrollment Protocol (SCEP
45
44
- Added support for Fleet-maintained apps for Windows.
46
45
- 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
46
- 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.
47
+
- Added support for queries targeting hosts via label.
50
48
- Updated macOS setup experience to show an error if an App Store app installation fails due to lack of licenses.
51
49
- Added `platform` key to `software_package` and `app_store_app` keys throughout API.
52
50
- Improved error messages when Fleet admin tries to upload a FileVault (macOS) or a BitLocker (Windows) configuration profile.
@@ -60,14 +58,14 @@ Admins can now use their own custom Simple Certificate Enrollment Protocol (SCEP
60
58
61
59
62
60
### 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.
61
+
- Fixed software installer download and Fleet-maintained app errors by extending the timeout for the download and FMA add endpoints.
64
62
- Fixed issue where bootstrap package was incorrectly installed during renewal of Apple MDM enrollment profiles.
65
63
- Fixed a bug to ignore Windows hosts that are not enrolled in Fleet MDM for disk encryption statistics and filters.
66
64
- Fixed policy automation with scripts to surface errors to user instead of rendering false success message.
67
65
- Fixed whitespace not being displayed correctly in policy automation calendar preview.
68
66
- Fixed bug where Windows profiles were not being resent after `fleetctl` GitOps update.
69
67
- Fixed row selection firing twice in host selection screen.
- Fixed an error when requesting `/fleet/software/titles` endpoint unpaginated with > 33k software titles by batching the policies by software title id query
72
70
- 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
71
- Updated the empty states when choosing a label scope for new software, queries, and profiles.
0 commit comments