github dmno-dev/varlock varlock@0.6.4

7 hours ago

Patch Changes

  • #490 2959826 - Fix process crash when config folder is not writable (e.g., in Kubernetes containers). The anonymous ID write failure now logs at debug level and continues gracefully instead of calling gracefulExit(1).

  • #472 0ca309d - Fix: varlock load --format shell now properly escapes special characters in values.

    Values are now wrapped in single quotes instead of double quotes, preventing shell injection via backticks, $() subshell syntax, and variable expansion ($VAR). Single quotes within values are safely escaped using the '\'' sequence.

  • #475 583c2f8 Thanks @developerzeke! - Add ts-nocheck directive to ts type-generation output

  • #481 80c0475 - Fix: invalid load path errors now throw a CliExitError instead of logging and calling gracefulExit, for consistent error handling across the CLI.

Don't miss a new varlock release

NewReleases is sending notifications on new releases.