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.15, we resolve the last remaining collectstatic error in production environments.
The Milkdown Editor CSS included styles for LaTeX Math-Rendering, referencing ~30 font files. These fonts were not present in the Static Files directory.
Why did it work locally? Development uses the default Django Storage Backend without post-processing. Production uses Whitenoise’s CompressedManifestStaticFilesStorage, which resolves all CSS references—and crashes when files are missing.
The Solution: The build script was adjusted to exclude KaTeX and LaTeX styles. We do not use math rendering in Notes, so this is not a loss of functionality.
This release also includes all fixes from 0.11.14:
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 …