diff --git a/.github/workflows/generate-desktop-targets.yml b/.github/workflows/generate-desktop-targets.yml index 5aa8af2f7e49..67313ea76286 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.31.0 + FLEET_DESKTOP_VERSION: 1.32.0 permissions: contents: read diff --git a/orbit/CHANGELOG.md b/orbit/CHANGELOG.md index f326b204e309..c240aba6d4c9 100644 --- a/orbit/CHANGELOG.md +++ b/orbit/CHANGELOG.md @@ -1,3 +1,17 @@ +## Orbit 1.32.0 (Aug 29, 2024) + +* bumped macadmins extension to use SOFA feed sofafeed.macadmins.io + +In Fleet Desktop, My Device status is now refreshed when user clicks on My Device or Self-Service dropdown option. + +* Updated go to go1.22.6 + +* Adds ability for MDM migrations if the host is manually enrolled to a 3rd party MDM. + +* Fixed an issue that would display a disk encryption modal with MDM configured and FileVault enabled if the user hadn't escrowed the key in the past. + +* Fixed a formatting error when an unrecognized error happens during BitLocker encryption. + ## Orbit 1.31.0 (Aug 19, 2024) * Fixed an issue that would display a disk encryption modal with MDM configured and FileVault enabled if the user hadn't escrowed the key in the past. diff --git a/orbit/changes/20181-desktop-bubble b/orbit/changes/20181-desktop-bubble deleted file mode 100644 index 05baf2964f53..000000000000 --- a/orbit/changes/20181-desktop-bubble +++ /dev/null @@ -1 +0,0 @@ -In Fleet Desktop, My Device status is now refreshed when user clicks on My Device or Self-Service dropdown option. diff --git a/orbit/changes/20311-migrations b/orbit/changes/20311-migrations deleted file mode 100644 index aae7c75c6251..000000000000 --- a/orbit/changes/20311-migrations +++ /dev/null @@ -1 +0,0 @@ -- Adds ability for MDM migrations if the host is manually enrolled to a 3rd party MDM. diff --git a/orbit/changes/21198-update-go b/orbit/changes/21198-update-go deleted file mode 100644 index bb2eac1add70..000000000000 --- a/orbit/changes/21198-update-go +++ /dev/null @@ -1 +0,0 @@ -* Updated go to go1.22.6 diff --git a/orbit/changes/21381-fv b/orbit/changes/21381-fv deleted file mode 100644 index 942f2f435f55..000000000000 --- a/orbit/changes/21381-fv +++ /dev/null @@ -1 +0,0 @@ -* Fixed an issue that would display a disk encryption modal with MDM configured and FileVault enabled if the user hadn't escrowed the key in the past. diff --git a/orbit/changes/21442-bump-macadmins-ext b/orbit/changes/21442-bump-macadmins-ext deleted file mode 100644 index a79cf01a4832..000000000000 --- a/orbit/changes/21442-bump-macadmins-ext +++ /dev/null @@ -1 +0,0 @@ -- bumped macadmins extension to use SOFA feed sofafeed.macadmins.io \ No newline at end of file diff --git a/orbit/changes/bitlocker-error b/orbit/changes/bitlocker-error deleted file mode 100644 index b275748ff3cf..000000000000 --- a/orbit/changes/bitlocker-error +++ /dev/null @@ -1,2 +0,0 @@ -* Fixed a formatting error when an unrecognized error happens during BitLocker encryption. -