Skip to content

Releases: nickthecook/crops

2.3.2

30 Nov 15:42
Compare
Choose a tag to compare
  • fix crash when forward was given no args

2.3.1

30 Nov 14:07
Compare
Choose a tag to compare
  • fix setting key lifetime when adding SSH keys to agent

2.3.0

04 Oct 17:05
Compare
Choose a tag to compare

2.3.0 (gem 2.3.0.rc3)

  • don't swallow quotes when executing actions in a shell (LeShaunJ)
  • process shebangs in action bodies to allow actions to be written for any interpreter (LeShaunJ)
  • switch to dash for internal shell by default (LeShaunJ)
  • support positional arg interpolation (LeShaunJ)

2.3.0.rc2

03 Sep 14:15
Compare
Choose a tag to compare
2.3.0.rc2 Pre-release
Pre-release

2.3.0.rc2 (gem 2.3.0.rc2)

  • don't swallow quotes when executing actions in a shell (LeShaunJ)
  • process shebangs in action bodies to allow actions to be written for any interpreter (LeShaunJ)
  • switch to dash for internal shell by default (LeShaunJ)
  • support positional arg interpolation (LeShaunJ)

2.2.0

02 Aug 19:02
Compare
Choose a tag to compare
  • add --quiet/-q command-line option to silence the "Running ... in environment ..." output when ops runs an action (from @LeShaunJ)
  • prettify help output (from @LeShaunJ)

2.1.3

18 Jul 14:02
Compare
Choose a tag to compare
  • add aliases for Builtins, to clean up help output
  • update Darwin x86_64 binary to 2.1.2

2.1.2

17 Jul 20:18
Compare
Choose a tag to compare
  • don't prompt for passphrase on ops up sshkey when passphrase variable is not set
  • don't require ops.yml for --help, h, -h, --version, v, -v

2.1.1

12 Jul 17:52
Compare
Choose a tag to compare
  • when an action exists with the same name as a builtin, the action will now override the builtin
  • allow using -- to invoke builtins, even when an overriding action is defined
  • limit to GNU-style short and long option args

crops-2.0.8

04 Jul 13:20
Compare
Choose a tag to compare
  • fix bug in envdiff when ignored_keys option is set

crops-2.0.7

24 May 17:52
Compare
Choose a tag to compare
  • fix bug with split custom dependencies that only define up or down where ops would exit with an error