Add missing entry for secret key stored on keystore to orbit CHANGELOG (#16496)

#16464
This commit is contained in:
Lucas Manuel Rodriguez 2024-01-31 09:57:39 -03:00 committed by GitHub
parent 46334d1bf5
commit 93a297d638
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,9 @@
## Orbit 1.21.0 (Jan 30, 2024)
* For macOS hosts, fleetd now stores and retrieves enroll secret from macOS keychain. This feature is enabled for non-MDM flow. The MDM profile flow will be supported in a future release.
* For Windows hosts, fleetd now stores and retrieves enroll secret from Windows Credential Manager.
* Orbit will now kill pre-existing osqueryd processes during startup.
* Updated Windows Powershell evocation to run scripts in MTA mode to provide access to MDM configuration.