Kitchen Vagrant Versions Save

A Test Kitchen Driver for Vagrant

v0.17.0

9 years ago

(A selected roll-up of 0.17.0 pre-release changelogs)

Bug fixes

  • Pull request #156: Use RDPPort value from vagrant winrm-config for WinRM Transports. (@fnichol)

New features

  • Pull request #154: Support for WinRM Transport and Windows-based instances. (@fnichol)

Improvements

  • Pull request #152: Translate CPU count for VMWare provider. (@whiteley)
  • Pull request #157: Close Transport connection in #destroy. (@fnichol)
  • Pull request #158: Add plugin metadata to the Driver. (@fnichol)

v0.17.0.beta.4

9 years ago

Bug fixes

  • Pull request #156: Use RDPPort value from vagrant winrm-config for WinRM Transports. (@fnichol)

Improvements

  • Pull request #152: Translate CPU count for VMWare provider. (@whiteley)

v0.17.0.rc.1

9 years ago

Improvements

  • Pull request #157: Close Transport connection in #destroy. (@fnichol)
  • Pull request #158: Add plugin metadata to the Driver. (@fnichol)

v0.17.0.beta.2

9 years ago
  • Relax version constraint on Test Kitchen. (@fnichol)

v0.17.0.beta.3

9 years ago
  • Pull request #155: Use the vagrant-winrm Vagrant plugin to resolve VM IP address. See PR for details. (@fnichol)

v0.17.0.beta.1

9 years ago

0.17.0.beta.1 / 2015-03-24

  • Pull request #154: Support for WinRM Transport and Windows-based instances. (@fnichol)

v0.16.0

9 years ago

Bug fixes

  • Pull request #122, pull request #151: Only set custom :box & :box_url values for known Bento boxes. (@ashb, @fnichol)

New features

  • Pull request $84: Add support for Parallels provider. (@jhx)
  • Pull request #107: Add support for libvirt provider. (@bradleyd)
  • Pull request #128: Add support for LXC provider. (@tknerr)
  • Pull request #142: Add support for managed-servers provider. (@kbruner)
  • Add :gui configuration attribute to override default GUI mode with VirtualBox and VMware-based providers. (@fnichol)
  • Pull request #137: Support SoftLayer :disk_capacity configuration. (@hugespoon)
  • Pull request #102: Add :box_version & :box_check_update configuration options to support box versioning. (@mconigliaro)
  • Pull request #129: Add :provision configuration option. (@gouketsu)
  • Pull reqwuest #112: Add configuration option for user Vagrantfiles with :vagrantfiles configuration option. (@byggztryng)
  • Pull request #95: Add SSH ProxyCommand to state if present. (@bdclark)
  • Pull request #121: Add :ssh configuration hash. (@Igorshp)
  • Pull request #104: Add :communicator configuration option to support overriding underlying base box's communicator setting. (@RobertRehberg)
  • Pull request #118: Vagrant config password (Not Vagrant recommended). (@philcallister)

Improvements

  • Pull request #148: Add full test coverage to the codebase. (@fnichol)
  • Pull request #126: Disable vagrant-berkshelf plugin by default (this Driver does not need it and can cause confusing errors). (@tknerr)
  • Pull request #101: Qualify VM names with project name. (@petere)
  • Pull request #117: Change default hostname to be shorter and friendlier for Windows hosts. (@Annih)
  • Pull request #106, Use correct URLs to download vagrant in README. (@alex-slynko-wonga)
  • Pull request #146: Freshen project quality (TravisCI, Tailor-for-Rubocop, Guard support, etc). (@fnichol)
  • Pull request #147: Tidy default configuration attributes. (@fnichol)
  • Pull request #134: CHANGELOG Champion, Mr. @miketheman. (@miketheman)
  • Pull request #127: README updates. (@vinyar, @fnichol)

v0.11.2

10 years ago
  • Remove misleading quiet option @sethvargo
  • Relax dependency on Test Kitchen @sethvargo
  • Remove deprecated references to vagrant-berkshelf @sethvargo

Improvements

  • Allow users to specify custom SSH private key @manul
  • Use platform to determine which vagrant box to download (assume Opscode) @sethvargo