Update changelog for fleetd 1.49.0 release (#34773)

This commit is contained in:
Victor Lyuboslavsky 2025-10-24 16:26:14 -05:00 committed by GitHub
parent 56c90daf57
commit c315fd0737
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 14 additions and 4 deletions

View file

@ -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

View file

@ -1 +0,0 @@
* During setup experience, try software installs up to 3 times by default in case of intermittent failures.

View file

@ -1 +0,0 @@
* Added windows support for web setup experience.

View file

@ -1 +0,0 @@
* Improved orbit debug logs when response contains a large HTML page.

View file

@ -1 +0,0 @@
* Add `mcp_listening_servers` table to find MCP servers listening over HTTP.