Polycrate CLI 0.29.13 released: Debug Logging & NetworkPolicy Fix
Polycrate CLI version 0.29.13 introduces debug logging for operator startup and an important …
Polycrate CLI version 0.29.11 enhances the diagnosis of TLS issues in API-managed endpoints.
In API-managed endpoints, there could be instances where the TLS value was incorrectly transmitted (tls: false → tls: true). This led to the operator constructing HTTPS URLs on port 80, resulting in 404 errors.
With the new debug logging, type-cast errors become immediately visible:
WARN: httpSpec[tls] type cast to bool failed
endpoint: example.com
tlsType: string
tlsValue: "false"
These messages only appear when a type-cast fails and assist in root cause analysis.
The polycrate-operator block has been updated to version 0.3.19:
polycrate pull cargo.ayedo.cloud/ayedo/k8s/polycrate-operator
polycrate run polycrate-operator install
polycrate update 0.29.11
Or download the binaries directly from PolyHub.
Polycrate is ayedo’s Infrastructure-as-Code tool for declarative multi-cluster management. Learn more →
Polycrate CLI version 0.29.13 introduces debug logging for operator startup and an important …
Polycrate CLI version 0.29.12 addresses critical operator stability issues and corrects debug …
With Polycrate CLI 0.29.15, we have resolved the root cause of a persistent bug where endpoints with …