Releases: quantumpipes/conduit
Releases · quantumpipes/conduit
v0.2.0
What's New
Admin Dashboard
- URL routing — Each view has a dedicated URL (
/,/services,/dns,/tls,/servers,/routing). Deep links, bookmarks, and browser back/forward all work. - Blank slate experience — Interactive SVG topology visualization with animated data packets, 5 capability cards, and step-by-step getting started flow for first-time users.
- Rich per-view empty states — Each view shows a section-colored empty state with icon, feature pills, CLI command, and navigation action.
- 225 tests, 97%+ coverage — Vitest + React Testing Library + happy-dom across 17 test files.
- Docker-based UI development —
make uiruns Vite inside a Node 24 container with hot reload. No local Node.js required.
Infrastructure
- Node 22 to 24 LTS in Dockerfile and Makefile
- FastAPI 0.115.12 to 0.135.3, Uvicorn 0.34.3 to 0.44.0, Pydantic 2.11.4 to 2.12.5
- TLS API path fix (
/api/tls/certsto/api/tls) - ShellCheck and bats test fixes for clean CI
Repository Polish
- All docs renamed to lowercase kebab-case (8 files)
docs/README.mdindex following the capsule patternCONTRIBUTING.mdrewritten with UI/Docker/testing workflowNOTICEexpanded with all UI dependencies- CI workflow: added UI test job, Node 24, all 8 checks green
Full Changelog: v0.1.0...v0.2.0
QP Conduit v0.1.0
QP Conduit v0.1.0
First public release. Internal infrastructure layer for on-premises AI deployments.
Tunnel gets you in. Conduit connects everything inside.
Highlights
- 8 commands: setup, register, deregister, status, monitor, certs, dns, logs
- Internal DNS: Service discovery via dnsmasq (register once, resolve by name)
- Internal TLS: Auto-generated Ed25519 certificates via Caddy internal CA
- Service routing: Reverse proxy with health checks and audit logging
- Hardware monitoring: GPU utilization, CPU/memory/disk, container health
- Structured audit logging: JSONL format with optional Capsule Protocol sealing (SHA3-256 + Ed25519)
- Air-gap compatible: No internet required, internal CA, local DNS
- Complements QP Tunnel: Tunnel crosses the firewall; Conduit manages everything inside
Documentation
- Architecture: DNS, TLS, routing, and monitoring flows
- Security Evaluation: CISO-targeted assessment with STRIDE threat model
- Why Conduit: Business case and comparison vs alternatives
License
Apache 2.0 with additional patent grant.