Skip to content

Latest commit

 

History

History
55 lines (50 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

55 lines (50 loc) · 1.67 KB

0.0.13

  • Add a NoOp transport
  • Replace --locallink with --transport
  • Add option to support tracking symlinks
  • Add option to allow specifying a knife config
  • Use /bin/echo rather than built-in for better cross-platform support
  • Add config file for taste-untester
  • Fix tunnel support

0.0.12

  • Check for chef-zero anywhere in PATH, not just two hard-coded directories
  • Windows support
  • Keep the same port on restart
  • Handle client and server having different timezones
  • Fix line number reporting when hooks crash

0.0.11

  • Add support for JSON roles
  • add --locallink option
  • Fix support for 'port' on chef server
  • Fix untesting
  • Add option to pass hostname for local machine
  • Add option to pass chef config file name
  • chef-zero debug logging
  • update syntax for ohai plugin path
  • report SSH errors better

0.0.10

  • Fix dependency

0.0.9

  • Honor user-specified chef_client_command everywhere
  • Various help message fixes
  • Let user specify repo type
  • Let user override SSH command
  • Honor --skip_repo_checks more consistently
  • Better error messages
  • Support for auto repo type
  • Fix bug in determining default role directory
  • Fix bug in determining default databag directory

0.0.8

  • Honor chef-zero path from config
  • If user specifies a plugin path, error if it does not exist
  • Support empty base directories
  • Handle transitions from/to ssl/ssh
  • Support HTTPS/SSL
  • Support chef-zero logging
  • Clear the ref number when restarting chef-zero
  • Find our tunnel using group IDs
  • Fix non-root case
  • Handle upload failures better
  • Error out if we hit problems rather than trying to carry on
  • Various SSH changes to handle tunnels better
  • Fixes for Chef 12