mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
parent
7086c017e6
commit
eec2c315f3
5 changed files with 14 additions and 5 deletions
|
|
@ -1,3 +1,17 @@
|
|||
## Orbit 1.43.0 (Jun 10, 2025)
|
||||
|
||||
* Fixed an issue where the setup experience window would never finish and close if a software installer was deleted while it was running.
|
||||
|
||||
* Add `containerd_containers` table on Linux.
|
||||
|
||||
* Revised "Migrate to Fleet" link anchor text.
|
||||
|
||||
* Added two new Linux tables:
|
||||
* `lsblk`: populated from the output of running `lsblk -n -O`.
|
||||
* `cryptsetup_luks_salt`: given a device path it returns all the key_slots and salts of said device.
|
||||
|
||||
* Added new column `cdhash_sha256` to `codesign` table.
|
||||
|
||||
## Orbit 1.42.0 (May 15, 2025)
|
||||
|
||||
* Made the macOS Setup Experience dialog more reliable by preventing system sleep while it is shown, changing the key combo to cmd+shift+x to exit, keeping it on top of all other windows and making sure it closes once it completes.
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
* Added a new Linux table 'lsblk' populated from the output of running 'lsblk -n -O'
|
||||
* Added a new Linux table 'cryptsetup_luks_salt', given a device path returns all the key_slots and salts of said device.
|
||||
|
|
@ -1 +0,0 @@
|
|||
- Add `containerd_containers` table on Linux.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Fixed an issue where the setup experience window would never finish and close if a software installer was deleted while it was running
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Revised "Migrate to Fleet" link anchor text.
|
||||
Loading…
Reference in a new issue