With Polycrate API 0.11.14, we address two critical bugs that could occur in production environments.
Certificate API Upsert
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.
collectstatic Fix
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.
Update Now
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 →