Polycrate CLI 0.29.13 released: Debug Logging & NetworkPolicy Fix
Polycrate CLI version 0.29.13 introduces debug logging for operator startup and an important …
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 install
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 →
Polycrate CLI version 0.29.13 introduces debug logging for operator startup and an important …
Polycrate CLI version 0.29.12 addresses critical operator stability issues and corrects debug …
Polycrate CLI version 0.29.11 enhances the diagnosis of TLS issues in API-managed endpoints. TLS …