Skip to content

Changelog

All notable user-facing changes to varsafe will be documented in this file.

The format is based on Keep a Changelog.

[1.0.56] - 2026-03-05

Added

  • CLI: --include option for run command — filter secrets by glob pattern (e.g., --include 'VITE_*,CRISP_*')

Changed

  • CLI: run and export status messages now route to stderr to prevent stdout corruption when piping
  • Deploy: Secrets are injected directly into containers via varsafe run instead of .env files on disk

[1.0.55] - 2026-02-18

Fixed

  • CLI: Login with API token (varsafe login --token) no longer fails with "Invalid or expired token"

[1.0.52] - 2026-02-14

Added

  • CLI: set command to create or update a secret from the command line
  • CLI: unset command to remove a secret from the command line
  • CLI: Checksum verification for install and update

[1.0.40] - 2026-02-11

Fixed

  • CLI: Set min-width on secrets search bar
  • CLI: Add missing migrations directory to source control
  • Deploy: Remove ip-allowlist from site router