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.13, we address critical production issues that emerged after the 0.11.12 release.
The milkdown-theme/ directory contained CSS files with @import statements for NPM packages:
@import '@milkdown/kit/prose/gapcursor/style/gapcursor.css';
@import 'katex/dist/katex.min.css';These paths only exist during development in node_modules/, but not in the production build. Whitenoise’s collectstatic post-processing attempted to resolve these imports and failed.
The solution: The entire milkdown-theme/ directory was removed. It was redundant since the template only loads the bundled milkdown-crepe.css.
polycrate pull cargo.ayedo.cloud/ayedo/k8s/polycrate-api
polycrate run polycrate-api installPolycrate 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 …