diff --git a/orbit/CHANGELOG.md b/orbit/CHANGELOG.md index 31a4070a8d..0e9ced506d 100644 --- a/orbit/CHANGELOG.md +++ b/orbit/CHANGELOG.md @@ -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. diff --git a/orbit/changes/14698-macos-desktop-err b/orbit/changes/14698-macos-desktop-err deleted file mode 100644 index cd2b93536f..0000000000 --- a/orbit/changes/14698-macos-desktop-err +++ /dev/null @@ -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. \ No newline at end of file diff --git a/orbit/changes/15916-bitlocker-decrypt b/orbit/changes/15916-bitlocker-decrypt deleted file mode 100644 index 1c1d22f2db..0000000000 --- a/orbit/changes/15916-bitlocker-decrypt +++ /dev/null @@ -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. diff --git a/orbit/changes/15916-bitlocker-message b/orbit/changes/15916-bitlocker-message deleted file mode 100644 index 502083c547..0000000000 --- a/orbit/changes/15916-bitlocker-message +++ /dev/null @@ -1 +0,0 @@ -* Fixed an issue that would cause `fleetd` to report the wrong error if BitLocker encryption fails. diff --git a/orbit/changes/15916-client-errors b/orbit/changes/15916-client-errors deleted file mode 100644 index b8e55ddb1b..0000000000 --- a/orbit/changes/15916-client-errors +++ /dev/null @@ -1 +0,0 @@ -* improve the HTTP client used by `fleetctl` and `fleetd` to prevent errors for 204 responses. diff --git a/orbit/changes/15947-fix-pending-script-max-age b/orbit/changes/15947-fix-pending-script-max-age deleted file mode 100644 index 44315a753e..0000000000 --- a/orbit/changes/15947-fix-pending-script-max-age +++ /dev/null @@ -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. diff --git a/orbit/changes/log-time-format b/orbit/changes/log-time-format deleted file mode 100644 index 00fed61b88..0000000000 --- a/orbit/changes/log-time-format +++ /dev/null @@ -1 +0,0 @@ -* Fixed a log timestamp to print the right duration value when a fleet update has exceeded the maximum number of retries.