• v0.6.8 680ec3b897

    v0.6.8
    All checks were successful
    CI/CD / detect-changes (push) Successful in 3s
    CI/CD / test-frontend (push) Successful in 5s
    CI/CD / test-go-pg (push) Successful in 2m34s
    CI/CD / test-sqlite (push) Successful in 2m46s
    CI/CD / build-and-deploy (push) Successful in 1m55s
    Stable

    xcaliber released this 2026-03-31 23:56:16 +00:00 | 41 commits to main since this release

    UI/UX

    • Updated login, welcome, and admin surfaces with "Armature" branding, titles, and placeholders.
    • Refreshed favicons, hero images, and CSS comments to reflect Armature branding.
    • Improved footer text placeholder in admin settings to "Powered by Armature".

    Refactoring

    • Renamed SDK auth tokens, cookies, and storage keys from "sb_" to "arm_" (e.g., sb_token → arm_token).
    • Updated theme storage key from switchboard_theme to armature_theme.
    • Renamed all JS/TS module comments and strings from "Switchboard Core" to "Armature".
    • Updated package manifests and authors from "Switchboard Core" to "Armature".

    Infrastructure

    • Renamed Kubernetes resources, secrets, and env vars from "switchboard" to "armature" (e.g., SWITCHBOARD_ADMIN_* → ARMATURE_ADMIN_*).
    • Added k8s/armature.yaml deployment and scripts/armature-ca.sh; removed switchboard equivalents.
    • Updated Helm charts with armature-specific dashboards, alerting rules, and deployment templates.
    • Renamed service worker cache from switchboard- to armature-; updated Docker and CI configs.

    Breaking Changes

    • Metrics renamed from switchboard_* to armature_* (e.g., switchboard_http_requests_total → armature_http_requests_total).
    • Debug export filenames changed from switchboard-debug- to armature-debug-.
    • Deployment secrets and env vars require update for compatibility (e.g., switchboard-db-credentials → armature-db-credentials).
    Downloads