Polycrate CLI version 0.29.8 significantly improves error diagnosis for all API operations.
Enhanced API Error Diagnosis
All 42 API client functions have been updated to display the full response body on errors:
// Before:
unexpected status code: 400
// After:
unexpected status code: 400, body: {"field": ["Validation error details..."]}
This affects all resource types: - K8sCluster, K8sApp - Host, Certificate - Backup, BackupSchedule - Workspace, Block - and all others
Faster Issue Resolution
With detailed error messages, validation issues can now be identified immediately without having to search through API logs. The Polycrate Operator particularly benefits from this with clearer log outputs.
polycrate-operator Block 0.3.15
The polycrate-operator block has been updated to version 0.3.15:
polycrate pull cargo.ayedo.cloud/ayedo/k8s/polycrate-operator
polycrate run polycrate-operator install
Update Now
polycrate update 0.29.8
Or download the binaries directly from PolyHub.
Polycrate is ayedo's Infrastructure-as-Code tool for declarative multi-cluster management. Learn more →