Polycrate CLI 0.29.15 released: TLS Serialization Fix
With Polycrate CLI 0.29.15, we have resolved the root cause of a persistent bug where endpoints with …
With Polycrate API 0.11.14, we address two critical bugs that could occur in production environments.
The Polycrate Operator synchronizes cert-manager certificates to the API. In certain scenarios (operator restart, status loss), UniqueConstraint violations could occur if a certificate already existed in the API.
The solution: The Certificate API now implements upsert logic. If a certificate with the same name, namespace, and k8s_cluster already exists, it will be updated instead of throwing an error.
This fix is backward compatible with all operator versions.
Carried over from 0.11.13: The milkdown-theme/ directory with unused CSS files has been removed. These contained @import statements to NPM packages that caused collectstatic to crash and resulted in 500 errors on all UI pages.
polycrate pull cargo.ayedo.cloud/ayedo/k8s/polycrate-api
polycrate run polycrate-api install
Or via Docker:
docker pull cargo.ayedo.cloud/polycrate/polycrate-api:0.11.14
Polycrate is ayedo’s Infrastructure-as-Code platform for declarative multi-cluster management. Learn more →
With Polycrate CLI 0.29.15, we have resolved the root cause of a persistent bug where endpoints with …
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 …