Release fleetd 1.27.0 (#19933)

- **Release fleetd 1.27.0**

---------

Co-authored-by: George Karr <georgekarrv@users.noreply.github.com>
This commit is contained in:
Lucas Manuel Rodriguez 2024-06-21 16:00:13 -03:00 committed by GitHub
parent 58619114f5
commit 3a64c83145
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 14 additions and 8 deletions

View file

@ -24,7 +24,7 @@ defaults:
shell: bash
env:
FLEET_DESKTOP_VERSION: 1.26.0
FLEET_DESKTOP_VERSION: 1.27.0
permissions:
contents: read

View file

@ -1,3 +1,16 @@
## Orbit 1.27.0 (Jun 21, 2024)
* Disabled `mdm_bridge` table on Windows Server.
* Fixes an issue related to hardware UUIDs being cached in osquery's database. When an orbit install
is transferred from one machine to another (e.g. via MacOS Migration Assistant), the new machine
now shows up in Fleet as a separate host from the old one.
* Added support for `--end-user-email` option when building fleetd Linux packages.
* Fixed bug where MDM migration fails when attempting to renew enrollment profiles on macOS Sonoma devices.
## Orbit 1.26.0 (Jun 11, 2024)
* Added `tcc_access` table to `fleetd` for macOS.

View file

@ -1 +0,0 @@
* Scripts are now enabled by default when fleet is automatically installed

View file

@ -1,3 +0,0 @@
- Fixes an issue related to hardware UUIDs being cached in osquery's database. When an orbit install
is transferred from one machine to another (e.g. via MacOS Migration Assistant), the new machine
now shows up in Fleet as a separate host from the old one.

View file

@ -1 +0,0 @@
- Added support for `--end-user-email` option when building fleetd Linux packages.

View file

@ -1 +0,0 @@
* Disabled `mdm_bridge` table on Windows Server.

View file

@ -1 +0,0 @@
* Fixed bug where MDM migration fails when attempting to renew enrollment profiles on macOS Sonoma devices.