mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
parent
59c1370fd5
commit
4492ae3b24
7 changed files with 16 additions and 8 deletions
|
|
@ -24,7 +24,7 @@ defaults:
|
|||
shell: bash
|
||||
|
||||
env:
|
||||
FLEET_DESKTOP_VERSION: 1.20.0
|
||||
FLEET_DESKTOP_VERSION: 1.21.0
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
- Updated Windows Powershell evocation to run scripts in MTA mode to provide access to MDM configuration.
|
||||
|
|
@ -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).
|
||||
|
|
@ -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.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Orbit will now kill pre-existing osqueryd processes during startup.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Updated Go to 1.21.6
|
||||
Loading…
Reference in a new issue