Polycrate API 0.11.27 released: Pod Status, DataSource & SLO Dashboard
Polycrate API 0.11.27 is a major feature release focusing on K8sApp pod status tracking, DataSource …
Polycrate CLI version 0.29.8 significantly improves error diagnosis for all API operations.
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:
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.
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 installpolycrate update 0.29.8Or download the binaries directly from PolyHub.
Polycrate is ayedo’s Infrastructure-as-Code tool for declarative multi-cluster management. Learn more →
Polycrate API 0.11.27 is a major feature release focusing on K8sApp pod status tracking, DataSource …
With Polycrate CLI 0.29.15, we have resolved the root cause of a persistent bug where endpoints with …
Polycrate API 0.11.23 introduces crucial fixes for API key authentication and enhances contact …