add orbit changelog for 1.20.1 (#16290)

This commit is contained in:
Roberto Dip 2024-01-23 18:46:53 -03:00 committed by GitHub
parent 09f9e4ba82
commit 3cb577a766
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 15 additions and 7 deletions

View file

@ -1,3 +1,18 @@
## 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.
* Fixed an issue that would cause `fleetd` to report the wrong error if BitLocker encryption fails.
* Fixed the maximum age of a pending script when notifying fleetd of a script to run so that it matches the duration used elsewhere in Fleet.
* Fixed issue on MacOS with starting Fleet Desktop for the first time. MacOS would return an error
if a user is not logged in via the GUI.
* Improved the HTTP client used by `fleetctl` and `fleetd` to prevent errors for 204 responses.
* Fixed a log timestamp to print the right duration value when a fleet update has exceeded the maximum number of retries.
## Orbit 1.20.0 (Jan 10, 2024)
* Allow configuring TUF channels of `orbit`, `osqueryd` and `desktop` from Fleet agent settings.

View file

@ -1,2 +0,0 @@
- Fixed issue on MacOS with starting Fleet Desktop for the first time. MacOS would return an error
if a user is not logged in via the GUI.

View file

@ -1 +0,0 @@
* 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 @@
* Fixed an issue that would cause `fleetd` to report the wrong error if BitLocker encryption fails.

View file

@ -1 +0,0 @@
* improve the HTTP client used by `fleetctl` and `fleetd` to prevent errors for 204 responses.

View file

@ -1 +0,0 @@
* Fix the maximum age of a pending script when notifying fleetd of a script to run so that it matches the duration used elsewhere in Fleet.

View file

@ -1 +0,0 @@
* Fixed a log timestamp to print the right duration value when a fleet update has exceeded the maximum number of retries.