uBix Vault v0.2.0-beta.2
Pre-release
Pre-release
·
113 commits
to main
since this release
Second beta. Kubernetes deployment support and an auto-unseal recovery-key fix.
Added
- Helm chart (
deploy/charts/ubixvault) — single-node StatefulSet, optional Ingress, and a PrometheusServiceMonitor. - Multi-arch image publishing to
ghcr.io/cwolsen7905/ubixvault(linux/amd64 + arm64). - Auto-unseal recovery keys —
initnow returns k-of-n recovery keys that authorize root-token regeneration, closing a lockout gap. - Operator CLI TLS options —
-ca-cert,-tls-skip-verify. - Prometheus metrics at
GET /v1/sys/metrics(in-house exporter, no new dependency). - Read-only web console at
/ui/— seal state + KV read/list.
Pre-release. Not production-hardened; no external security review. For production, use HashiCorp Vault or OpenBao.
See CHANGELOG.md.