Polycrate API 0.11.22 released: LoadBalancer Metrics Fix
Polycrate API 0.11.22 fixes the LoadBalancer metrics query. The detail UI now shows correct …
Polycrate API 0.11.18 fixes a critical error in timeline data extraction and changes the chart style to bar charts.
After deploying 0.11.17, the following error appeared in production:
Error extracting storage timeline: module 'django.utils.timezone' has no attribute 'utc'
Django’s timezone module does not have a utc attribute. 0.11.18 now uses datetime.timezone.utc from the Python standard library.
The timeline charts for S3 Buckets and LoadBalancer Instances have been switched from area charts to bar charts to ensure consistency with the Endpoint Detail UI.
All three detail UIs (Endpoint, S3 Bucket, LoadBalancer) now use the same visual style for timeline data.
The polycrate-api block has been updated to version 0.5.22 (API 0.11.18):
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.18
Polycrate API is ayedo’s central management platform for multi-cluster Kubernetes environments. Learn more →
Polycrate API 0.11.22 fixes the LoadBalancer metrics query. The detail UI now shows correct …
Polycrate API 0.11.21 addresses two critical issues: S3 buckets with Ceph backend now display …
Polycrate API 0.11.20 fixes a JavaScript error and adds debug logging to identify the cause of empty …