diff --git a/orbit/CHANGELOG.md b/orbit/CHANGELOG.md index 73988aedcd..6c8a450704 100644 --- a/orbit/CHANGELOG.md +++ b/orbit/CHANGELOG.md @@ -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. diff --git a/orbit/changes/26693-verify-linux-escrowed-userkey b/orbit/changes/26693-verify-linux-escrowed-userkey deleted file mode 100644 index 8aec697084..0000000000 --- a/orbit/changes/26693-verify-linux-escrowed-userkey +++ /dev/null @@ -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. diff --git a/orbit/changes/28315-containerd-table b/orbit/changes/28315-containerd-table deleted file mode 100644 index 52c14413a0..0000000000 --- a/orbit/changes/28315-containerd-table +++ /dev/null @@ -1 +0,0 @@ -- Add `containerd_containers` table on Linux. diff --git a/orbit/changes/29380-setup-experience-hanging b/orbit/changes/29380-setup-experience-hanging deleted file mode 100644 index 7d2afe99e1..0000000000 --- a/orbit/changes/29380-setup-experience-hanging +++ /dev/null @@ -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 diff --git a/orbit/changes/29720-link-text b/orbit/changes/29720-link-text deleted file mode 100644 index 3510f6a5da..0000000000 --- a/orbit/changes/29720-link-text +++ /dev/null @@ -1 +0,0 @@ -* Revised "Migrate to Fleet" link anchor text.