Skip to content

Releases: DAESA24/op-env

v0.6.0

14 Apr 19:39
f58d649

Choose a tag to compare

0.6.0 (2026-04-14)

Features

  • release workflow binary publishing (803a502)
  • release: add publish-binary job to release workflow (1c52c6c)
  • update mechanism via standalone update.sh (e059f4e)
  • update: add update.sh and install to PATH as op-env-update (0e41dbb)

v0.5.0

14 Apr 18:28
167d7f2

Choose a tag to compare

0.5.0 (2026-04-14)

Features

  • install.sh release guard with --dev bypass (3be08c4)
  • install: add release guard requiring --dev for untagged commits (064c3fc)

v0.4.2

14 Apr 15:13
36f23d4

Choose a tag to compare

0.4.2 (2026-04-14)

Bug Fixes

  • auth: export GH_TOKEN to bypass 1Password plugin biometric prompts (7e8d1ee)
  • auth: export GH_TOKEN to bypass 1Password plugin biometric prompts (bb993ec), closes #29

v0.4.1

27 Mar 22:03
423cf61

Choose a tag to compare

0.4.1 (2026-03-27)

Bug Fixes

  • auth: store GitHub PAT in Keychain via gh auth login at session start (241c89f)

v0.4.0

27 Mar 22:00
7f8f105

Choose a tag to compare

0.4.0 (2026-03-27)

Features

  • install: harden install.sh and add installation test suite (eea17cc)
  • install: harden install.sh and add installation test suite (4ddf495)

v0.3.1

27 Mar 21:09
5dbd092

Choose a tag to compare

0.3.1 (2026-03-23)

Bug Fixes

  • release-please config to update VERSION file using plain-text updater (f07346d)
  • use PAT for release-please to trigger PR checks on release PRs (8ecfe7e)
  • use version.txt for release-please simple type compatibility (81f20ec)

v0.3.0

23 Mar 19:14
531d390

Choose a tag to compare

0.3.0 (2026-03-23)

Features

  • add --check flag for dry-run status reporting (#8) (d6f8d8c), closes #2
  • add --help / -h flag with usage documentation (#18) (30f8228), closes #13
  • add --version / -v flag (#17) (dbec053), closes #14
  • add functional test suite with 47 tests (#16) (be6299a), closes #15
  • add op-env-scan for pre-commit secret leak detection (#11) (b057833), closes #3
  • add PR review framework v1.1 (4166142)
  • automated release workflow with release-please and docs-sync CI (#20) (e0a5159), closes #19
  • configurable template path via --tpl flag and OP_ENV_TPL env var (#6) (9932b16), closes #4
  • initial release of op-env (a0ca62d)
  • post PR review results as comment on every run (7ba8662)
  • report secret resolution count on launch (#9) (01e7b67), closes #5
  • validate all secrets resolved before launch (#12) (07c17e6), closes #1

Bug Fixes

  • B1 check now scans only added code lines, not comments or diff headers (f1973b7)
  • replace mapfile with while-read loops for macOS bash 3.2 compat (e76cd60)
  • scope B2 TTY check to bin/op-env only (c67bf47)