Polycrate CLI version 0.29.9 brings significant improvements to endpoint monitoring with a complete redesign of Agent Health data.
Agent Health Data Redesign
The operator's health data is now stored directly on the Agent Model. This eliminates unnecessary database joins and allows faster access to current metrics in the UI.
New Agent Fields: - Health Status (healthy/degraded/unhealthy) - Monitored Endpoints Count - Checks per Minute - Total/Failed/Successful Checks
Check Result Submission
The operator collects all Check Results and submits them along with the Health Report to the API:
Endpoint Check → Buffer → Health Report → API → Assignment Update
Advantages: - Status update every 60 seconds instead of only during reconciliation - API has direct access to individual Check Results - Assignment status always up-to-date
Backup k8s_cluster Fix
The k8s_cluster field in backup requests is now correctly set - no more "Invalid pk" errors.
polycrate-operator Block 0.3.16
The polycrate-operator block has been updated to version 0.3.16:
polycrate pull cargo.ayedo.cloud/ayedo/k8s/polycrate-operator
polycrate run polycrate-operator install
Update Now
polycrate update 0.29.9
Or download the binaries directly from PolyHub.
Polycrate is ayedo's Infrastructure-as-Code tool for declarative multi-cluster management. Learn more →