From c4a890984fb115e59b8559b8f3c2a26d6cc7341c Mon Sep 17 00:00:00 2001 From: Lucas Manuel Rodriguez Date: Thu, 29 Jan 2026 18:50:42 -0300 Subject: [PATCH] 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> --- orbit/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/orbit/CHANGELOG.md b/orbit/CHANGELOG.md index 93445f45bd..12b22699c8 100644 --- a/orbit/CHANGELOG.md +++ b/orbit/CHANGELOG.md @@ -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 query’s WHERE clause. Supports exact matches or multiple bundles via LIKE. ## Orbit 1.50.2 (Dec 12, 2025)