Update orbit changelog (#38962)

Co-authored-by: jacobshandling <61553566+jacobshandling@users.noreply.github.com>
Co-authored-by: Victor Lyuboslavsky <2685025+getvictor@users.noreply.github.com>
This commit is contained in:
Lucas Manuel Rodriguez 2026-01-29 18:50:42 -03:00 committed by GitHub
parent a1e5c500c0
commit c4a890984f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
## Orbit 1.51.0 (Jan 20, 2026)
## Orbit 1.51.1 (Jan 28, 2026)
* Improved "Fleet Desktop" description in Windows' system tray.
@ -14,7 +14,7 @@
* Updated github.com/shoenig/go-m1cpu to v0.1.7 to fix a build warning on Apple silicon.
* Implemented the `executable_hashes` `fleetd` table, providing easy access to the sha256 hashes of a binary, either passed directly via a PATH clause, or discovered within a .app bundle when the path to the bundle is provided in the WHERE clause.
* Implemented the `executable_hashes` `fleetd` table, providing easy access to the SHA-256 hash and absolute path of the main executable for macOS app bundles matching the `path` in the querys WHERE clause. Supports exact matches or multiple bundles via LIKE.
## Orbit 1.50.2 (Dec 12, 2025)