mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Update changelog for fleetd 1.49.0 release (#34773)
This commit is contained in:
parent
56c90daf57
commit
c315fd0737
5 changed files with 14 additions and 4 deletions
|
|
@ -1,5 +1,19 @@
|
|||
## Orbit 1.49.0 (Oct 24, 2025)
|
||||
|
||||
* Added `mcp_listening_servers` table to find MCP servers listening over HTTP.
|
||||
|
||||
* Added `santa_status`, `santa_allowed`, and `santa_denied` tables for Santa support.
|
||||
|
||||
* Added windows support for web setup experience.
|
||||
|
||||
* Setup experience for macOS hosts may now be configured to halt if any software install fails (requires Fleet server 4.76.0)
|
||||
|
||||
* Improved orbit debug logs when HTTP response contains a large HTML page.
|
||||
|
||||
## Orbit 1.48.1 (Sep 24, 2025)
|
||||
|
||||
* During setup experience, try software installs up to 3 times by default in case of intermittent failures.
|
||||
|
||||
* Added agent support for setup experience on Linux
|
||||
|
||||
* Add `fleetd_pacman_packages` table for `pacman` package manager
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
* During setup experience, try software installs up to 3 times by default in case of intermittent failures.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Added windows support for web setup experience.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Improved orbit debug logs when response contains a large HTML page.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Add `mcp_listening_servers` table to find MCP servers listening over HTTP.
|
||||
Loading…
Reference in a new issue