Polycrate API 0.11.7 released: Host String Representation
Polycrate API version 0.11.7 corrects the representation of host objects. Host String Representation …
Polycrate API version 0.11.6 addresses critical validation errors that prevented updates via the operator.
When updating a K8sApp, the following error occurred:
{"block": ["Kubernetes App with this block already exists."]}The issue: Django REST Framework automatically adds a UniqueValidator to OneToOneField, which does not exclude the current record during updates.
A similar issue occurred with hosts using the constraints unique_host_per_workspace and unique_hostname_per_workspace.
Both serializers now override the validation to exclude the current record during updates.
The Docker image is now based on polycrate-cli 0.29.8 with improved API error diagnostics.
The polycrate-api block has been updated accordingly:
polycrate pull cargo.ayedo.cloud/ayedo/k8s/polycrate-api
polycrate run polycrate-api installdocker pull cargo.ayedo.cloud/polycrate/polycrate-api:0.11.6Polycrate is ayedo’s Infrastructure-as-Code tool for declarative multi-cluster management. Learn more →
Polycrate API version 0.11.7 corrects the representation of host objects. Host String Representation …
🧠Editorial Europe is negotiating with the USA again over Big Tech regulation. Not public, not …
In software development, Git is the “Source of Truth.” When something goes wrong, you …