Polycrate API 0.11.10 released: Endpoint Monitoring Fixes
Polycrate API version 0.11.10 addresses several UI bugs and performance issues in the endpoint …
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 install
docker pull cargo.ayedo.cloud/polycrate/polycrate-api:0.11.7
Polycrate is ayedo’s Infrastructure-as-Code tool for declarative multi-cluster management. Learn more →
Polycrate API version 0.11.10 addresses several UI bugs and performance issues in the endpoint …
Polycrate API version 0.11.6 addresses critical validation errors that prevented updates via the …
With version 0.29.7, Polycrate receives important bug fixes for the operator’s API …