Skip to content

Commit af941c9

Browse files
authored
Prepare final changes for 4.66.0 (#27899)
I forgot to include the changes since the RC cut.
1 parent 0ad39f6 commit af941c9

6 files changed

+7
-8
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
- Allowed for any number of comments at the top of XML files for Windows MDM profile CSPs.
2929
- Disabled unsupported automatic install option during add flow of .exe custom packages.
3030
- 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.
3134

3235
### Other improvements
3336
- Updated the empty states when choosing a label scope for new software, queries, and profiles.
@@ -46,13 +49,16 @@
4649
- Stopped `fleetctl` npm publishing script from tagging patch releases for old versions as `latest`.
4750

4851
### 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.
4954
- Fixed a bug to ignore Windows hosts that are not enrolled in Fleet MDM for disk encryption statistics and filters.
5055
- Fixed policy automation with scripts to surface errors to user instead of rendering false success message.
5156
- Fixed whitespace not being displayed correctly in policy automation calendar preview.
5257
- Fixed bug where Windows profiles were not being resent after `fleetctl` GitOps update.
5358
- 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
5559
- 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`.
5662

5763
## Fleet 4.65.0 (Mar 14, 2025)
5864

changes/27112-gdmf

-1
This file was deleted.

changes/27267-drop-exe-install-scripts

-2
This file was deleted.

changes/27285-mdm-bootstrap

-2
This file was deleted.

changes/27404-remove-config-profile-labels-via-gitops

-1
This file was deleted.

changes/27548-installer-download-fail

-1
This file was deleted.

0 commit comments

Comments
 (0)