Update changelog for fleetd 1.43.0 release (#29872)

For #29837.
This commit is contained in:
Lucas Manuel Rodriguez 2025-06-12 12:31:20 -03:00 committed by GitHub
parent 7086c017e6
commit eec2c315f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 14 additions and 5 deletions

View file

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

View file

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

View file

@ -1 +0,0 @@
- Add `containerd_containers` table on Linux.

View file

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

View file

@ -1 +0,0 @@
* Revised "Migrate to Fleet" link anchor text.