v3.9.19 — June 2026
Cross-cluster GitOps, a signed supply chain, and a single-artifact enterprise install.New Features
- Cross-cluster GitOps discovery — the in-cluster agent reads ArgoCD
Applicationresources and FluxKustomization,HelmRelease, andSourceresources directly over the Kubernetes API. No ArgoCD or Flux API token is required, so discovery works even on clusters the SaaS control plane can’t reach. GitOps state persists in Postgres and survives restarts and replicas. - Signed supply chain — the Helm chart, the operator and agent images, and a CycloneDX SBOM for each are signed with cosign (backed by AWS KMS). Verify any artifact with
cosign verify --key https://charts.changeguard.ai/cosign.pub. - Single Helm chart install — the chart is now the one install artifact (the standalone agent is removed; the one-liner is a thin Helm bootstrap). It is published to both the chart repo and as an OCI artifact, with a
global.imageRegistryoverride for air-gapped clusters and ready-made ArgoCD/Flux install examples. - Automatic SBOM collection — Syft SBOMs are harvested and posted automatically on every install, like the other scanners.
Fixes
- Customer compliance scoring now excludes ChangeGuard’s own namespaces and cluster RBAC, so the score reflects only your workloads.
- Cross-cluster ArgoCD fleet view and Flux GitOps state now render reliably across backend replicas.
v3.9.3 — May 21, 2026
Operator as default install method. The ChangeGuard operator now manages the full lifecycle — data collector, security scanners, runtime detection, and AI analysis — through a single ChangeGuardAgent CRD.New Features
- Security Scanning by default — KubeBench, Grype, Falco, Pluto, and Syft enabled on every install
- Identity & Access view — RBAC analysis with 55+ finding types
- Attack Path Analysis — privilege escalation graph
- Compliance frameworks — SOC 2, PCI DSS, HIPAA, FedRAMP, EO 14028 mapping
- Updated design system — dark navy UI with engineering-tool density
Fixes
- Agent RBAC permissions now include rbac.authorization.k8s.io by default
- Casbin middleware ordering fix
- Sidebar navigation routing fix for all 31 views
v3.9.2 — May 2026
- Score history persistence
- Slack and Microsoft Teams webhooks
- CSV and JSON export for compliance
- Self-service signup with 14-day free trial
v3.8.0 — April 2026
- NVIDIA NIM AI integration
- Flux CD deep integration
- Air-gapped install support
- Helm chart for operator
v3.7.0 — March 2026
- ArgoCD deep integration via CRD watching
- GitOps drift detection and sync history
- Cross-cluster image vulnerability correlation
v3.6.0 — February 2026
- Initial release: CSC scoring, agent collection, ArgoCD fleet management, multi-tenant SaaS, REST API