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.
Storage & Objects directly in the Overview
The S3 Bucket Table now shows the current storage usage and object count directly in the overview:
- Storage: Formatted as KB, MB, GB, or TB
- Objects: With thousand separators for better readability
This information was previously only available in the detail view and is now visible directly in the list.
Reusable Column Types
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'},
]
Consistent Bar Charts
All timeline charts (Endpoint, S3 Bucket, LoadBalancer) now use the same bar chart style for a consistent appearance.
Bugfix
- timezone.utc: Fixed AttributeError in timeline extraction
polycrate-api Block
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
Update Now
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 →