v2.9.3 (2020-11-17)
- Update chefstyle requirement from 1.5.1 to 1.5.2 #127 (dependabot-preview[bot])
- Update chefstyle requirement from 1.5.1 to 1.5.2 #127 (dependabot-preview[bot])
- Update chefstyle requirement from 1.5.0 to 1.5.1 #126 (dependabot-preview[bot])
- Update chefstyle requirement from 1.4.5 to 1.5.0 #125 (dependabot-preview[bot])
v2.9.0 (2020-10-30)
- Add Windows guest customization #124 (tecracer-theinen)
v2.8.6 (2020-10-22)
- Update chefstyle requirement from 1.4.0 to 1.4.2 #118 (dependabot-preview[bot])
- Update chefstyle requirement from 1.4.3 to 1.4.4 #120 (dependabot-preview[bot])
- Update chefstyle requirement from 1.4.4 to 1.4.5 #122 (dependabot-preview[bot])
- Support datacenters in folders when falling back in dc lookup #123 (clintoncwolfe)
v2.8.2 (2020-09-29)
- Minor perf optimizations from rubocop-performance #116 (tas50)
- Update chefstyle requirement from 1.3.2 to 1.4.0 #117 (dependabot-preview[bot])
v2.8.0 (2020-09-09)
- Update chefstyle requirement from 1.2.1 to 1.3.2 #114 (dependabot-preview[bot])
- Enable IP customization using DHCP #112 (cattywampus)
- Minor readme tweaks #115 (tas50)
v2.7.12 (2020-08-21)
- Update chefstyle requirement from 1.2.0 to 1.2.1 #107 (dependabot-preview[bot])
- Allow folder to support nested paths #108 (cattywampus)
- Optimize our requires #113 (tas50)
v2.7.9 (2020-08-06)
v2.7.8 (2020-07-31)
- Fix minor spelling mistakes #104 (tas50)
- Update rbvmomi requirement from >= 1.11, < 3.0 to >= 1.11, < 4.0 #105 (dependabot-preview[bot])
v2.7.6 (2020-07-23)
- Enable Guest OS customization #97 (mkennedy85)
- Cleaning up a linting error #103 (tyler-ball)
v2.7.4 (2020-07-16)
- Support datacenters stored in folders #98 (clintoncwolfe)
- Add chefstyle validation on each PR #100 (tas50)
- Cleanup the github templates and codeowners #102 (tas50)
- Drop support for Ruby 2.3 #101 (tas50)
v2.7.0 (2020-04-14)
- Add ability to transform VM IP for 1:1 NAT environments #92 (tecracer-theinen)
v2.6.5 (2020-03-16)
- Fallback to datacenter lookup that requires less privileges #82 (jasonwbarnett)
v2.6.4 (2020-02-18)
- Fix reference to undefined variable in CloneError message #90 (cattywampus)
- Fix active discovery command #89 (leotaglia)
v2.6.2 (2020-02-12)
- declare network_device var in the correct scope #84 (teknofire)
- Remove unused savon dep and use require_relative #85 (tas50)
v2.6.0 (2019-11-05)
v2.5.2 (2019-09-16)
- Improve loose target host and folder filters #73 (sandratiffin)
- Fix error if no clusters are defined or targethost is not a member #75 (tecracer-theinen)
- Implement functionality to add disks to the cloned VM #76 (tecracer-theinen)
v2.4.0 (2019-06-19)
- Implement aggressive IP polling mode #66 (tecracer-theinen)
- Improve and fix support for Instant Clones, add Benchmark option #70 (tecracer-theinen)
v2.2.2 (2019-03-20)
v2.2.1 (2019-03-04)
- Network Interface Selection Support #63 (tecracer-theinen)
- Fix instant clones, which failed after implementing VM reconfiguration #64 (tecracer-theinen)
v2.1.0 (2019-02-27)
- Implement reconfiguration of VM memory/CPUs and other parameters #61 (tecracer-theinen)
- Implement using both cluster/resource_pool #62 (tecracer-theinen)
v2.0.2 (2019-02-12)
- Implementation of configurable timeouts and automatic rollback (v2) #58 (tecracer-theinen)
v2.0.1 (2019-02-12)
- Add support for network_name to accept vSphere Distributed Switches #60 (tecracer-theinen)
v2.0.0 (2019-01-30)
- Bump the major version since we're using the rubygems published API now #56 (tas50)
- Migration to new openapi based SDK #55 (tecracer-theinen)
v1.5.0 (2019-01-12)
- Add ability to move the created VM onto another network via using the "network_name" parameter #47 (tecracer-theinen)
- Fix destroy action #50 (tecracer-theinen)
- Add feature to tag kitchen instances #52 (tecracer-theinen)
- Allow template names to include a VM folder path #48 (tecracer-theinen)
- Update the author of the gem to be Chef Software #53 (tas50)
v1.4.2 (2019-01-04)
- Require Ruby 2.3+ and slim the files we ship in the gem #45 (tas50)
- Add support for provisioning on a specific cluster #42 (tecracer-theinen)
- Add support for instant clones and documentation #43 - Thank you Siemens Gamesa for sponsoring this contribution.
v1.3.4 (2019-01-04)
- README edits #38 (mjingle)
- Feature/check parameters #40 (tecracer-theinen)
- Fix for Issues #26 and #30 #44 (tecracer-theinen)
v1.3.1 (2018-11-19)
- Fixed behaviour when not having any resource pools (Issue #28) #31 (tecracer-theinen)
- Implement support for linked clones (feature #18) #32 (tecracer-theinen)
- Chefstyle fixes #37 (tas50)
1.2.1 (2017-09-14)
Closed issues:
- Install attempt errors with message about requiring vsphere-automation-sdk #11
Merged pull requests:
v1.2.0 (2017-09-12)
Merged pull requests:
- Resource pool and target host no longer have to be specified. #10 (russellseymour)
v1.1.0 (2017-09-07)
Closed issues:
- Resource pool is not specified when creating a new machine #7
- Unhelpful messages from driver if specified item does not exist #6
Merged pull requests:
- Updated to handle resource_pools #8 (russellseymour)
v1.0.0 (2017-08-28)
Merged pull requests:
- 1.0.0 release #4 (jjasghar)
- Second walk through #3 (jjasghar)
- Updated so that the vm_name is set according to suite and platform. #2 (russellseymour)
- Prep-for-public release #1 (jjasghar)
* This Change Log was automatically generated by github_changelog_generator