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 API 0.11.21 addresses two critical issues: S3 buckets with Ceph backend now display correct storage metrics in the detail UI, and the filters for Organization and Workspace are functional again in the ActionRun and Agent tables.
S3 buckets with Ceph backend (RadosGW) did not show storage metrics in the detail UI, although the list view displayed the values correctly. The issue: The RadosGW Admin API only provides snapshots, not historical data like VictoriaMetrics with MinIO.
Solution: The timeline is now built incrementally with each reconcile:
This method also serves as a fallback for young MinIO buckets that do not yet have a history in VictoriaMetrics.
The filters for Organization and Workspace in the Table UIs (ActionRun, Agent) were not working – despite correct dropdown options, the results remained unchanged.
Cause: The OpenAPI schema and the generated JavaScript API client had outdated parameter names.
Solution: Schema and client have been regenerated, and the filters now work correctly.
The polycrate-api block has been updated to version 0.5.25 (API 0.11.21):
polycrate pull cargo.ayedo.cloud/ayedo/k8s/polycrate-api
polycrate run polycrate-api installpolycrate run polycrate-api installOr download the Docker image directly:
docker pull cargo.ayedo.cloud/library/polycrate-api:0.11.21Polycrate API is the central management platform by ayedo for multi-cluster Kubernetes environments. 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 …