diff --git a/.github/workflows/generate-desktop-targets.yml b/.github/workflows/generate-desktop-targets.yml index 9dc86ba0e4..9dff22841a 100644 --- a/.github/workflows/generate-desktop-targets.yml +++ b/.github/workflows/generate-desktop-targets.yml @@ -24,7 +24,7 @@ defaults: shell: bash env: - FLEET_DESKTOP_VERSION: 1.26.0 + FLEET_DESKTOP_VERSION: 1.27.0 permissions: contents: read diff --git a/orbit/CHANGELOG.md b/orbit/CHANGELOG.md index 785fd97aa6..1aa588e1ec 100644 --- a/orbit/CHANGELOG.md +++ b/orbit/CHANGELOG.md @@ -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. diff --git a/orbit/changes/17528-automatic-install-enable-scripts b/orbit/changes/17528-automatic-install-enable-scripts deleted file mode 100644 index 2a7a9d6fa9..0000000000 --- a/orbit/changes/17528-automatic-install-enable-scripts +++ /dev/null @@ -1 +0,0 @@ -* Scripts are now enabled by default when fleet is automatically installed diff --git a/orbit/changes/17934-mac-overwrite b/orbit/changes/17934-mac-overwrite deleted file mode 100644 index 94b52f0a09..0000000000 --- a/orbit/changes/17934-mac-overwrite +++ /dev/null @@ -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. \ No newline at end of file diff --git a/orbit/changes/18130-linux-end-user-email b/orbit/changes/18130-linux-end-user-email deleted file mode 100644 index 617291a9f3..0000000000 --- a/orbit/changes/18130-linux-end-user-email +++ /dev/null @@ -1 +0,0 @@ -- Added support for `--end-user-email` option when building fleetd Linux packages. diff --git a/orbit/changes/19709-windows-server-mdm-bridge-crash b/orbit/changes/19709-windows-server-mdm-bridge-crash deleted file mode 100644 index 1295cb2d80..0000000000 --- a/orbit/changes/19709-windows-server-mdm-bridge-crash +++ /dev/null @@ -1 +0,0 @@ -* Disabled `mdm_bridge` table on Windows Server. diff --git a/orbit/changes/19726-fix-bug-mdm-migration-renew-enrollment-profiles b/orbit/changes/19726-fix-bug-mdm-migration-renew-enrollment-profiles deleted file mode 100644 index cdb2f86ca7..0000000000 --- a/orbit/changes/19726-fix-bug-mdm-migration-renew-enrollment-profiles +++ /dev/null @@ -1 +0,0 @@ -* Fixed bug where MDM migration fails when attempting to renew enrollment profiles on macOS Sonoma devices.