|
28 | 28 | - Allowed for any number of comments at the top of XML files for Windows MDM profile CSPs.
|
29 | 29 | - Disabled unsupported automatic install option during add flow of .exe custom packages.
|
30 | 30 | - Updated Fleet to treat software installer download errors as a failure for that installation attempt, which prevents the software installation from remaining in "pending".
|
| 31 | +- 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. |
| 32 | +- Removed unreliable default (un)install scripts for .exe software packages; install and uninstall scripts are now required when adding .exe packages. |
| 33 | +- Added software URL validation in GitOps to catch URL parse errors earlier. |
31 | 34 |
|
32 | 35 | ### Other improvements
|
33 | 36 | - Updated the empty states when choosing a label scope for new software, queries, and profiles.
|
|
46 | 49 | - Stopped `fleetctl` npm publishing script from tagging patch releases for old versions as `latest`.
|
47 | 50 |
|
48 | 51 | ### Bug fixes
|
| 52 | +- Fixed software installer download and Fleet Maintained App errors by extending the timeout for the download and FMA add endpoints. |
| 53 | +- Fixed issue where bootstrap package was incorrectly installed during renewal of Apple MDM enrollment profiles. |
49 | 54 | - Fixed a bug to ignore Windows hosts that are not enrolled in Fleet MDM for disk encryption statistics and filters.
|
50 | 55 | - Fixed policy automation with scripts to surface errors to user instead of rendering false success message.
|
51 | 56 | - Fixed whitespace not being displayed correctly in policy automation calendar preview.
|
52 | 57 | - Fixed bug where Windows profiles were not being resent after `fleetctl` GitOps update.
|
53 | 58 | - Fixed row selection firing twice in host selection screen.
|
54 |
| -- Fixed an error when requesting `/fleet/software/titles` endpoint unpaginated with > 33k software titles by batching the policies by software title id query |
55 | 59 | - Fixed Dashboard > Software table truncating host count.
|
| 60 | +- Fixed an error when requesting `/fleet/software/titles` endpoint unpaginated with > 33k software titles by batching the policies by software title id query |
| 61 | +- 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`. |
56 | 62 |
|
57 | 63 | ## Fleet 4.65.0 (Mar 14, 2025)
|
58 | 64 |
|
|
0 commit comments