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 …
Polycrate CLI version 0.29.10 focuses on security, bringing comprehensive Kubernetes hardening for the Operator according to NIST SP 800-190 and CIS Benchmark.
The Operator image has been hardened according to common security standards and is now available as a rootless image by default:
Security Features:
# New Security Configuration
blocks:
- name: polycrate-operator
config:
security:
enabled: true
run_as_non_root: true
read_only_root_filesystem: true
network_policy:
enabled: true
Compliance:
The Operator now validates hostnames via DNS lookup before reporting them as endpoints to the API:
*.example.com) are automatically skippedNew shortcut command for workspace initialization:
# Instead of polycrate workspace init
polycrate init --with-name my-project
Certificates and backups are no longer displayed as “Unnamed” - the Operator now correctly reports the name to the API.
The polycrate-operator block has been updated to version 0.3.17:
polycrate pull cargo.ayedo.cloud/ayedo/k8s/polycrate-operator
polycrate run polycrate-operator install
polycrate update 0.29.10
Or download the binaries directly from PolyHub.
Polycrate is ayedo’s Infrastructure-as-Code tool 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 CLI version 0.29.13 introduces debug logging for operator startup and an important …
With version 0.29.14, we have implemented two important bug fixes in the Polycrate Operator that …