mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Update changelog for fleetd 1.46.0 release (#31978)
Co-authored-by: Jordan Montgomery <elijah.jordan.montgomery@gmail.com>
This commit is contained in:
parent
744564bd60
commit
531a84d976
10 changed files with 26 additions and 10 deletions
|
|
@ -1,3 +1,29 @@
|
|||
## Orbit 1.46.0 (Aug 15, 2025)
|
||||
|
||||
* Added support for fleetd TUF extensions on Linux arm64 and Windows arm64 devices.
|
||||
|
||||
* Fixed Fleet Desktop offline indicator to be less sensitive to transient network failures and faster recovery when connectivity is restored.
|
||||
|
||||
* Fixed bug on Fleet Desktop, 'About Fleet' menu item was not showing after the host is back online.
|
||||
|
||||
* Switched to `runuser` and `runcon` to launch fleet desktop with the correct SELinux context and user.
|
||||
|
||||
* Added support to generate a TPM 2.0 private key and issue a SCEP certificate for signing of HTTP requests (via new environment variable `ORBIT_FLEET_MANAGED_HOST_IDENTITY_CERTIFICATE`).
|
||||
|
||||
* Added new Orbit config flag, set if Disk Encryption is enforced enabled and the require BitLocker PIN flag is set.
|
||||
|
||||
* Added new fleetd table 'bitlocker_key_protectors' that returns what key protectors are setup on the system.
|
||||
|
||||
* Fixed an issue where Fleet Desktop would stop showing "Migrate to Fleet" for several minutes every hour after a device token refresh.
|
||||
|
||||
* Fixed tarball extraction failures due to unknown TAR headers.
|
||||
|
||||
* Fixed tarball extraction failures on archives that don't include a parent directory header before files in that directory.
|
||||
|
||||
* Updated go to 1.24.5.
|
||||
|
||||
* Fixed bug with `mdm_bridge` Orbit table that caused panics due to invalid COM initialization.
|
||||
|
||||
## Orbit 1.45.1 (Jul 14th, 2025)
|
||||
|
||||
* Added feature for showing an informational message on Fleet Desktop if the host cannot connect to Fleet.
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
* Added new Fleetd table 'bitlocker_key_protectors' that returns what key protectors are setup on the system.
|
||||
|
|
@ -1 +0,0 @@
|
|||
- Switched to `runuser` and `runcon` to launch fleet desktop with the correct SELinux context and user.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Fixed bug on Fleet Desktop, 'About Fleet' menu item was not showing after the host is back online.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
* Fixed tarball extraction failures due to unknown TAR headers
|
||||
* Fixed tarball extraction failures on archives that don't include a parent directory header before files in that directory
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fixed an issue where Fleet desktop would stop showing "Migrate to Fleet" for several minutes every hour after a device token refresh
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Fixed offline indicator to be less sensitive to transient network failures and faster recovery when connectivity is restored.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Added support for fleetd TUF extensions on Linux arm64 and Windows arm64 devices.
|
||||
|
|
@ -1 +0,0 @@
|
|||
- Added support to generate a TPM 2.0 private key and issue a SCEP certificate for signing of HTTP requests (via new environment variable `ORBIT_FLEET_MANAGED_HOST_IDENTITY_CERTIFICATE`).
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Updated go to 1.24.5
|
||||
Loading…
Reference in a new issue