|
1 |
| -## Fleet 4.48.0 (Apr 02, 2024) |
2 |
| - |
3 |
| -### Bug fixes |
4 |
| - |
5 |
| -## Changelog |
| 1 | +## Fleet 4.48.0 (Apr 03, 2024) |
6 | 2 |
|
7 | 3 | ### Endpoint operations
|
8 |
| - |
9 | 4 | - Added integration with Google Calendar.
|
10 |
| - |
11 |
| -* Fleet admins can enable Google Calendar integration by using a Google service account with domain-wide delegation. |
12 |
| -* Calendar integration is enabled at the team level for specific team policies. |
13 |
| -* If the policy is failing, a calendar event will be put on the host user's calendar for the 3rd Tuesday of the month. |
14 |
| -* During the event, Fleet will fire a webhook. IT admins should use this webhook to trigger a script or MDM command that will remediate the issue. |
15 |
| - |
| 5 | + * Fleet admins can enable Google Calendar integration by using a Google service account with domain-wide delegation. |
| 6 | + * Calendar integration is enabled at the team level for specific team policies. |
| 7 | + * If the policy is failing, a calendar event will be put on the host user's calendar for the 3rd Tuesday of the month. |
| 8 | + * During the event, Fleet will fire a webhook. IT admins should use this webhook to trigger a script or MDM command that will remediate the issue. |
16 | 9 | - Reduced the number of 'Deadlock found' errors seen by the server when multiple hosts share the same UUID.
|
17 | 10 | - Removed outdated tooltips from UI.
|
18 | 11 | - Added hover states to clickable elements.
|
19 | 12 | - Added cross-platform check for duplicate MDM profiles names in batch set MDM profiles API.
|
20 | 13 |
|
21 | 14 | ### Device management (MDM)
|
22 |
| - |
23 | 15 | - Added Windows MDM support to the `osquery-perf` host-simulation command.
|
24 | 16 | - Added a missing database index to the MDM Windows enrollments table that will improve performance at scale.
|
25 | 17 | - Migrate MDM-related endpoints to new paths, deprecating (but still supporting indefinitely) the old endpoints.
|
|
29 | 21 | - Automatically release a macOS DEP-enrolled device after enrollment commands and profiles have been delivered, unless `enable_release_device_manually` is set to `true`.
|
30 | 22 |
|
31 | 23 | ### Vulnerability management
|
32 |
| - |
33 | 24 | - Added Visual Studio extensions to Fleet's software inventory.
|
34 | 25 |
|
35 | 26 | ### Bug fixes
|
36 |
| - |
37 | 27 | - Fixed a bug where valid MDM enrollments would show up as unmanaged (EnrollmentState 3).
|
38 | 28 | - Fixed flash message from closing when a modal closes.
|
39 | 29 | - Fixed a bug where OS version information would not get detected on Windows Server 2019.
|
|
51 | 41 | - Fixed a bug where `null` or excluded `smtp_settings` caused a UI 500.
|
52 | 42 | - Fixed query reports so they reset when there is a change to the selected platform or selected minimum osquery version.
|
53 | 43 | - Fixed live query sort of sql result sort for both string and numerical columns.
|
| 44 | + |
54 | 45 | ## Fleet 4.47.3 (Mar 26, 2024)
|
55 | 46 |
|
56 | 47 | ### Bug fixes
|
|
0 commit comments