v1.0.0 - Operational Intelligence
Major Features:
- New Overview page: Top 5 Things to Fix + War Room featured panel
- Sidebar restructure: Overview → Operations → Analysis
- Critical Issues as primary KPI (replaces Running Pods)
- Trust badges: Read-only, No agents, No cloud credentials
- Issue grouping with severity-based prioritization
Engineering:
- Complete CLI refactor: cmd/opscart-scan/main.go 1682 → 724 lines (57% reduction)
- Dashboard refactor: templates extracted, main.go 2428 → 1867 lines
- 46 unit tests passing
- Trivy scan: 0 vulnerabilities
Security:
- Scratch image (~50MB)
- Non-root (UID 65534)
- Read-only ClusterRole (no mutations)
- No external dependencies
- All Go deps updated to latest
Tested on:
- Real production cluster (53 namespaces, 17 critical issues found)
- Minikube opscart development cluster"