Skip to content

Releases: test-kitchen/kitchen-vagrant

v0.17.0: Windows and WinRM and Hairspray

28 Apr 16:15
Compare
Choose a tag to compare

(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.rc.1: The End is Nigh?

29 Mar 23:56
Compare
Choose a tag to compare
Pre-release

Improvements

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

v1.4.0.beta.4: RDP Port via vagrant-winrm & VMware CPU Polish!

29 Mar 23:57
Compare
Choose a tag to compare

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.beta.3: Better Detection of WinRM IP Address

26 Mar 03:43
Compare
Choose a tag to compare
  • Pull request #155: Use the vagrant-winrm Vagrant plugin to resolve VM IP address. See PR for details. (@fnichol)

v0.17.0.beta.2

26 Mar 03:45
Compare
Choose a tag to compare
v0.17.0.beta.2 Pre-release
Pre-release
  • Relax version constraint on Test Kitchen. (@fnichol)

v0.17.0.beta.1: Now With More Windows

24 Mar 22:32
Compare
Choose a tag to compare
Pre-release

0.17.0.beta.1 / 2015-03-24

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

v0.16.0: Everything's Coming Up Vagrant!

23 Mar 14:35
Compare
Choose a tag to compare

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

06 Nov 02:25
Compare
Choose a tag to compare

Improvements

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