Update changelog for fleetd 1.56.0 release - #46744
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (9)
WalkthroughThis PR removes changelog entries from the Possibly related issues
Possibly related PRs
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Updates the Orbit (fleetd) release notes by rolling up individual orbit/changes/* entries into orbit/CHANGELOG.md for the 1.56.0 release, and removing the now-consumed change fragment files.
Changes:
- Add a new
## 1.56.0 (Jun 03, 2026)section toorbit/CHANGELOG.mdwith the release bullets. - Remove multiple consumed
orbit/changes/*fragment files now represented in the changelog.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| orbit/CHANGELOG.md | Adds the 1.56.0 release section and consolidates release notes. |
| orbit/changes/update-go-1.26.3 | Removes consumed changelog fragment (now in orbit/CHANGELOG.md). |
| orbit/changes/fleet-desktop-linux-no-login-shell | Removes consumed changelog fragment (now in orbit/CHANGELOG.md). |
| orbit/changes/45963-use-plasmashell-for-kde-detection | Removes consumed changelog fragment (now in orbit/CHANGELOG.md). |
| orbit/changes/45624-desktop-exponential-backoff | Removes consumed changelog fragment (now in orbit/CHANGELOG.md). |
| orbit/changes/45206-adobe-plugins-table | Removes consumed changelog fragment (now in orbit/CHANGELOG.md). |
| orbit/changes/44681-always-update-identifier | Removes consumed changelog fragment (now in orbit/CHANGELOG.md). |
| orbit/changes/43997-orbit-debug-logging-on-enroll | Removes consumed changelog fragment (now in orbit/CHANGELOG.md). |
| orbit/changes/41108-improve-kde-icon | Removes consumed changelog fragment (now in orbit/CHANGELOG.md). |
| orbit/changes/14263-security-improvement-go-file-handling-issue | Removes consumed changelog fragment (now in orbit/CHANGELOG.md). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| * Added exponential backoff with jitter to Fleet Desktop's server polling. On error (401, 5xx, network failure), Desktop now doubles its retry interval (capped at 30 minutes) instead of retrying at a fixed rate. A single success resets to the normal interval. This prevents request storms that can overwhelm the database when many hosts have expired tokens. | ||
|
|
||
| * Added the `orbit.debug_logging_on_enroll_duration` agent option to allow enabling orbit debug logging for a specified time period after enrollment |
|
|
||
| * Updated orbit to rotate desktop token ("identifier" file) even if Fleet Desktop is disabled. | ||
|
|
||
| * Improved validation around file paths in Orbit. |
|
|
||
| * Improved validation around file paths in Orbit. | ||
|
|
||
| * Fixed Fleet Desktop tray icon appearing oversized in KDE Plasma on Linux installs when hosts have kde-plasma-desktop installed alongside another windows manager. |
| * Updated go to 1.26.3 | ||
|
|
||
| * Added new `adobe_plugins` osquery extension table to fleetd that detects Adobe CEP, UXP, and native plug-ins on macOS and Windows by scanning well-known directories and parsing plugin manifests for name, version, vendor, host application, and other metadata. | ||
|
|
||
| * Use color version of icon on KDE to improve UX on light/dark themes |
Summary by CodeRabbit
Release Notes
New Features
Bug Fixes
Chores