mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 06:48:54 +00:00
Fixes #29916. # Checklist for submitter If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files) for more information. - [x] Added/updated automated tests - [x] Manual QA for all new/changed functionality <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Host vitals data now refreshes automatically after successful software installation or uninstallation, ensuring up-to-date status information. * **Tests** * Enhanced tests to verify that host vitals are only refreshed after successful software changes, improving reliability and accuracy of the system’s behavior. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 line
89 B
Text
1 line
89 B
Text
* Added automatic host vitals refetch when a software install or uninstall is successful
|