Skip to content

v0.9.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Mar 23:52
· 1 commit to main since this release
Immutable release. Only release title and notes can be modified.
9aed9c6

Features (feat:*)

  • Add --env-file / -e flag for secret injection (Issue #23) (#45) (6289bdc)
  • Simplify -e flag to single-use (no repeat) (1bfd3a6)

Documentation (docs:*)

  • Add design doc for --env-file flag feature (Issue #23) (0e088d4)
  • Add test plan for --env-file / -e flag (Issue #23) (7678355)
  • Iterate on env-file design doc with QA feedback (e85acd1)
  • Revise env-file design with user feedback — shell-wins priority, default .ops_secrets.env (8c5d088)
  • Update env-file test plan for revised design (shell-wins priority, single-use flag, default .ops_secrets.env) (3d5dd22)
  • Fix residual StringArrayP and ParseEnvFiles references (dba6d75)
  • Add --env-file / -e flag documentation and examples (#46) (9aed9c6)

Other (*)

  • Update Homebrew formula to v0.8.7 (cbfcc4b)
  • Added more files to ignore when running ci tests (41c8d8e)
  • Updated agent and skill definitons to coordinate better and use less tokens (#44) (7ae6c45)
  • Add edge case tests for --env-file flag (windows CRLF, path-is-dir, error format, P3vsP5 priority, wrong-env scoped key, help text validation) (f41243d)
  • Gofmt command_resolver_test.go (16b25e6)