Polycrate API 0.11.6 released: UniqueValidator Fixes
Polycrate API version 0.11.6 addresses critical validation errors that prevented updates via the …
Polycrate API version 0.11.7 corrects the representation of host objects.
The base model ManagedObject uses display_name as the primary string representation. For hosts, this is unsuitable because the technical name is more informative.
The Host model now overrides __str__() and always returns name. This ensures hosts are consistently represented by their technical name in lists, logs, and API responses.
The polycrate-api block has been updated to version 0.5.8:
polycrate pull cargo.ayedo.cloud/ayedo/k8s/polycrate-api
polycrate run polycrate-api installdocker pull cargo.ayedo.cloud/polycrate/polycrate-api:0.11.7Polycrate is ayedo’s Infrastructure-as-Code tool for declarative multi-cluster management. Learn more →
Polycrate API version 0.11.6 addresses critical validation errors that prevented updates via the …
How Staleness Mitigation Finally Makes Controllers More Deterministic Kubernetes is an open-source …
In software development, the problem has long been solved: Code is versioned in Git, isolated in …