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.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 install
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 …