Polycrate API 0.11.18 fixes a critical error in timeline data extraction and changes the chart style to bar charts.
Hotfix: timezone.utc AttributeError
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.
UI: Bar-Chart Style
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.
polycrate-api Block
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
Update Now
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 →