Start fleetd 1.21.0 release (#16464)

#16422
This commit is contained in:
Lucas Manuel Rodriguez 2024-01-30 18:27:35 -03:00 committed by GitHub
parent 59c1370fd5
commit 4492ae3b24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 16 additions and 8 deletions

View file

@ -24,7 +24,7 @@ defaults:
shell: bash
env:
FLEET_DESKTOP_VERSION: 1.20.0
FLEET_DESKTOP_VERSION: 1.21.0
permissions:
contents: read

View file

@ -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.

View file

@ -1 +0,0 @@
- Updated Windows Powershell evocation to run scripts in MTA mode to provide access to MDM configuration.

View file

@ -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).

View file

@ -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.

View file

@ -1 +0,0 @@
* Orbit will now kill pre-existing osqueryd processes during startup.

View file

@ -1 +0,0 @@
* Updated Go to 1.21.6