feat(schedules): auto-update stacks by Stack Label (#1717)

* feat(schedules): auto-update stacks by Stack Label

Add a reusable selector_type/selector_value on scheduled tasks so admins
can schedule image updates against live Stack Label membership across the
fleet or one node, reusing fleet label resolution and the existing
auto-update orchestrator.

* fix(image-updates): sanitize auto-update execute failure logs

Use a static format string and sanitizeForLog so CodeQL no longer
flags user-controlled stack names and error text in the execute catch.

* fix(ui): space Scope label from fleet/node segmented control

Match the Schedule row layout so the inline SegmentedControl no longer
sits flush against the Scope label.

* fix(ui): remove redundant wrapper around Scope segmented control
This commit is contained in:
Anso
2026-07-28 13:00:47 -04:00
committed by GitHub
parent fa503ddf27
commit 72cdbb0eaa
18 changed files with 883 additions and 72 deletions
+3
View File
@@ -202,6 +202,9 @@ When the chosen label name exists with different colors on different nodes, the
<Card title="Fleet Actions" icon="bolt" href="/features/fleet-actions">
The full reference for every cross-node action, including Stop by label and Bulk label assign.
</Card>
<Card title="Scheduled Operations" icon="calendar-clock" href="/features/scheduled-operations">
Schedule auto-updates that target stacks by Stack Label across the fleet or on one node.
</Card>
<Card title="Alerts & Notifications" icon="bell" href="/features/alerts-notifications">
The complete Mute Rules field reference and how suppression interacts with routing.
</Card>