Changelog
Recent platform capabilities and documentation updates across environments, overlays, snapshots, diagnostics, and governance.
Changelog
[10.2.20] - 2026-04-23
Added
- Patent 11 — Admission-time Blueprint Sanitizer. Every blueprint now
runs through a seven-pass rewrite before provisioning: unreachable
images are substituted with stub-proxy, cloud-specific
nodeSelectorkeys are stripped, paid services (LocalStack Pro) fall back to OSS variants, missing probes and resource limits are filled with platform defaults, mutable:latest/:main/:devtags are pinned to immutable digests, and the Patent-10 context-agent sidecar is opted-in only when its image is actually published. Every change is persisted to the env record asautoFixes[]and rendered in the dashboard. - Pre-flight server-side dry-run. After the sanitizer, MicroStax
renders every Deployment/Service manifest and asks the Kubernetes API
server to validate them (
dryRun=All) without creating anything. If the dry-run finds a blocking error the env is rejected with the newPREFLIGHT_FAILEDerror code and a structured report. - Auto-heal flag on environments. New
autoHealEnabledfield (defaults totrue) lets high-confidence AI-diagnosis JSON patches apply themselves silently, no dashboard click required. Turn off before promoting to a signed baseline. - Strict sanitizer mode. Set
strictSanitizer: trueon a blueprint to convert every would-be rewrite into aBLUEPRINT_REJECTEDerror for byte-for-byte deterministic promotions. - Template-gallery CI gate. Every shipped example in
examples/*.yamlnow round-trips through admission on CI; broken templates block merges.
Fixed
- Context-agent sidecar no longer defaults-on when its image is unpublished. This was the root cause of environments failing to reach Ready in the v10.1.x / v9.9.x line.
[9.3.0] - 2026-03-11
Added
- Layered environment workflows across baselines, overlays, and resolution-aware routing.
- Snapshot, replay, and diff-oriented commands in the CLI for advanced environment validation.
- Seed registry workflows for publishing, searching, and re-running reusable initialization packages.
- Governance log and organization compliance commands for operational visibility.
- Expanded landing documentation covering graph-aware provisioning, overlay chains, snapshots, shadowing, and governed workflows.
Improved
- Documentation alignment between the landing docs and the current CLI/platform surface.
- Consumer guidance for sparse environments, promoted baselines, and shared realistic data workflows.
- Integrations documentation for Kubernetes providers, MCP, VS Code, telemetry, and audit systems.
[9.2.x] - 2026-03
Added
- Traffic shadowing and behavioral diff endpoints.
- Cost attribution and environment cost reporting.
- Deterministic identity resolution during provisioning.
- Template gallery and expanded environment management views.
[9.1.x] - 2026-02
Added
- Snapshot agent and PII sanitization workflows.
- Baseline promotion and overlay creation flows.
- AI diagnosis endpoints and CLI workflows.