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 Bucket Metrics for Ceph
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:
- Each reconciliation adds a data point
- Timeline periods: 1h, 24h, 30d
- Old entries are automatically cleaned
- Statistics (Current, Average, Max) are calculated from the timeline
This method also serves as a fallback for young MinIO buckets that do not yet have a history in VictoriaMetrics.
ActionRun & Agent Filter Fix
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.
polycrate-api Block
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 install
Update Now
polycrate run polycrate-api install
Or download the Docker image directly:
docker pull cargo.ayedo.cloud/library/polycrate-api:0.11.21
Polycrate API is the central management platform by ayedo for multi-cluster Kubernetes environments. Learn more →