diff --git a/.github/workflows/generate-desktop-targets.yml b/.github/workflows/generate-desktop-targets.yml index 157250737f..8dee90f800 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.20.0 + FLEET_DESKTOP_VERSION: 1.21.0 permissions: contents: read diff --git a/orbit/CHANGELOG.md b/orbit/CHANGELOG.md index 0e9ced506d..5f99292f34 100644 --- a/orbit/CHANGELOG.md +++ b/orbit/CHANGELOG.md @@ -1,3 +1,18 @@ +## Orbit 1.21.0 (Jan 30, 2024) + +* 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. + +* Updated Go to 1.21.6 + +* Fixed bug on Windows where Fleet Desktop tray icon was not showing in the task bar. + +* Fixed bug on Windows where Orbit was not bringing the Fleet Desktop process up (when it was detected as not running). + +* Updated script running logic to stop running scripts if the script content can't be fetched from +Fleet, which will preserve the order in which the scripts are queued. + ## Orbit 1.20.1 (Jan 23, 2024) * Attempt to automatically decrypt the disk before performing a BitLocker encryption if it was previously encrypted and Fleet doesn't have the key. diff --git a/orbit/changes/15689-add-mta-mode b/orbit/changes/15689-add-mta-mode deleted file mode 100644 index 889c8c6b55..0000000000 --- a/orbit/changes/15689-add-mta-mode +++ /dev/null @@ -1 +0,0 @@ -- Updated Windows Powershell evocation to run scripts in MTA mode to provide access to MDM configuration. diff --git a/orbit/changes/15821-fix-desktop-windows-tray-icon b/orbit/changes/15821-fix-desktop-windows-tray-icon deleted file mode 100644 index 435a336f3d..0000000000 --- a/orbit/changes/15821-fix-desktop-windows-tray-icon +++ /dev/null @@ -1,2 +0,0 @@ -* Fixed bug on Windows where Fleet Desktop tray icon was not showing in the task bar. -* Fixed bug on Windows where Orbit was not bringing the Fleet Desktop process up (when it was detected as not running). diff --git a/orbit/changes/15963-fleetd-agent b/orbit/changes/15963-fleetd-agent deleted file mode 100644 index 35e04a023a..0000000000 --- a/orbit/changes/15963-fleetd-agent +++ /dev/null @@ -1,2 +0,0 @@ -- Updated script running logic to stop running scripts if the script content can't be fetched from -Fleet, which will preserve the order in which the scripts are queued. \ No newline at end of file diff --git a/orbit/changes/16006-kill-pre-existing-osqueryd-processes-at-startup b/orbit/changes/16006-kill-pre-existing-osqueryd-processes-at-startup deleted file mode 100644 index dc1eda2782..0000000000 --- a/orbit/changes/16006-kill-pre-existing-osqueryd-processes-at-startup +++ /dev/null @@ -1 +0,0 @@ -* Orbit will now kill pre-existing osqueryd processes during startup. diff --git a/orbit/changes/update-go b/orbit/changes/update-go deleted file mode 100644 index 27db9710e4..0000000000 --- a/orbit/changes/update-go +++ /dev/null @@ -1 +0,0 @@ -* Updated Go to 1.21.6