Fix DDM token generation so that only installs are part of the checksum (#20209)

This commit is contained in:
Martin Angers
2024-07-03 15:58:09 -04:00
committed by GitHub
parent b077d7e669
commit 3e98147c52
2 changed files with 11 additions and 2 deletions
@@ -2,3 +2,4 @@
* Added the API changes to support the `labels_include_all` and `labels_exclude_any` fields (and accept the deprecated `labels` field as an alias for `labels_include_all`).
* Added `fleetctl gitops` and `fleetctl apply` support for `labels_include_all` and `labels_exclude_any` to configure a custom setting.
* Updated the profile reconciliation logic to handle the new "exclude any" labels.
* Fix bug where macOS declarations were stuck in "to be removed" state indefinitely.