Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 14:47
· 15 commits to main since this release
9fab69e

Minor Changes

  • f637315: Add per-UI sv config flags (scanUI, svUI, walletUI) to toggle the SV-facing web UIs. A static override shipped with the package (templates/runtime-overrides.yaml) pins each disabled UI to 0 replicas and aliases its hostname onto nginx — driven purely by env vars — so the stack stays healthy and the SV's API routes keep working either way.

Patch Changes

  • 95acdda: Headless validators are now driven by the static templates/runtime-overrides.yaml via env vars: each validator's nginx route template is mounted from ${*_NGINX_ROUTES}, pointing at Splice's real routing config when the UI is on or at an empty file when it is off. writeGeneratedOverride and the generated .generated/service-overrides.yaml are gone — no YAML is generated from JS anymore.