Polycrate API 0.11.27 released: Pod Status, DataSource & SLO Dashboard
Polycrate API 0.11.27 is a major feature release focusing on K8sApp pod status tracking, DataSource …
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 installOr via Docker:
docker pull cargo.ayedo.cloud/polycrate/polycrate-api:0.11.14Polycrate is ayedo’s Infrastructure-as-Code platform for declarative multi-cluster management. Learn more →
Polycrate API 0.11.27 is a major feature release focusing on K8sApp pod status tracking, DataSource …
With Polycrate CLI 0.29.15, we have resolved the root cause of a persistent bug where endpoints with …
Polycrate API 0.11.23 introduces crucial fixes for API key authentication and enhances contact …