Polycrate API 0.11.21 released: Ceph Metrics + Filter Fix
Polycrate API 0.11.21 addresses two critical issues: S3 buckets with Ceph backend now display …
Polycrate API 0.11.19 enhances the S3 Bucket Table UI with Storage and Objects columns and introduces consistent bar charts for all timeline visualizations.
The S3 Bucket Table now shows the current storage usage and object count directly in the overview:
This information was previously only available in the detail view and is now visible directly in the list.
The new column types bytes and number are available for all V2 tables and can be reused for other models:
// Example: LoadBalancer Bandwidth
columns = [
{'key': 'bandwidth', 'label': 'Bandwidth', 'type': 'bytes'},
]
All timeline charts (Endpoint, S3 Bucket, LoadBalancer) now use the same bar chart style for a consistent appearance.
The polycrate-api block has been updated to version 0.5.23 (API 0.11.19):
polycrate pull cargo.ayedo.cloud/ayedo/k8s/polycrate-api
polycrate run polycrate-api install
polycrate run polycrate-api install
Or download the Docker image directly:
docker pull cargo.ayedo.cloud/library/polycrate-api:0.11.19
Polycrate API is ayedo’s central management platform for multi-cluster Kubernetes environments. Learn more →
Polycrate API 0.11.21 addresses two critical issues: S3 buckets with Ceph backend now display …
Polycrate API 0.11.18 fixes a critical error in timeline data extraction and changes the chart style …
Polycrate API 0.11.23 introduces crucial fixes for API key authentication and enhances contact …