mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
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:
parent
58619114f5
commit
3a64c83145
7 changed files with 14 additions and 8 deletions
|
|
@ -24,7 +24,7 @@ defaults:
|
|||
shell: bash
|
||||
|
||||
env:
|
||||
FLEET_DESKTOP_VERSION: 1.26.0
|
||||
FLEET_DESKTOP_VERSION: 1.27.0
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
* Scripts are now enabled by default when fleet is automatically installed
|
||||
|
|
@ -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.
|
||||
|
|
@ -1 +0,0 @@
|
|||
- Added support for `--end-user-email` option when building fleetd Linux packages.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Disabled `mdm_bridge` table on Windows Server.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Fixed bug where MDM migration fails when attempting to renew enrollment profiles on macOS Sonoma devices.
|
||||
Loading…
Reference in a new issue