Telemetry management
A newcp-tracer component is deployed alongside the Control Panel to collect and export operational telemetry from your installation. Telemetry export is opt-in and fully operator-controlled:
cpctl telemetry enable— enables telemetry exportcpctl telemetry disable— disables telemetry exportcpctl telemetry status— displays the current telemetry statecpctl telemetry send— triggers an immediate export on demand
Upgrade reliability
Thecpctl upgrade command now validates input more strictly, catching invalid version strings and conflicting flags before the upgrade begins. Helm diff parsing has been refactored to decouple manifest evaluation from hook filtering, eliminating a class of false-positive diff results that could cause the upgrade to stall or misreport changes. Preflight checks are more resilient:
--preflight-timeout— configures how long preflight checks wait before timing out--ignore-preflight-errors— allows the upgrade to continue past non-critical preflight errors