forked from chef/knife-vsphere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
60 lines (41 loc) · 2.45 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
knife-vsphere changelog
----------------------
0.9.5 * bdupras - added command vm config PROPERTY VALUE
mdkent - handle parent class of ClusterComputeResource
alastair - update readme to reflect behavior of vm.destroy_task and --purge option
0.9.0 * bdupras - adds optional --shutdown parameter for guest os
- added vm query VMNAME QUERY sub-command to query the named properties
- modified vm state --wait-port to use vm.guest.ipAddress
- added secret-file option for bootstrapping
kirtfitzpatrick - removed the default distro parameter
0.8.1 * Bethany Erskine - specify chef-client log level when using --bootstrap
0.8.0 * Adrian Stanila added --annotation option (fixes #39)
Ian Delahorne - VM state in vsphere vm list
Yvonne Lam - vm clone` does not accept --vmname option.
0.7.0 * James White - added a ton of LUN selection support, corresponding automatic
LSILogic adapter creation
0.6.0 * Greg Swallow - fixed a rake break.
Mark Malone - added vm snapshot support!
0.5.0 * kirtfitzpatrick - Added plugin support to vm clone; Brian Flad - Added
--wait-port option to vm state command, Add command to add VMDK to VM
Troy Ready - add password query prompt
0.4.0 * Bethany Erskine - add support for --json-attribute option, json string
for use w/ --bootstrap
Adrian Stanila - option to disable customizations
0.3.0 * Ian Delahorne - added support for tools script execution
jcam - bootstrap dhcp nodes
0.2.3 * leeor - Fix --cvlan handling when VC is not using a distributed switch
jcam - Added pool list command, updated readme, fixed chef version constraint
0.2.2 * jcam - add pool list subcommand, adjust gemspec to support chef 10.x.x
0.2.1 * robharrop - update to rbvmomi 1.5.1
0.2.0 * jcam - allow defaults from subcommands, error for missing .chef with bootstrap
0.1.9 * jcam - add support for configuring options from the command line or config files
0.1.8 * add Ian Delahorne's support for showing datastores with their available size and
capacity, bug fixes
0.1.7 * rev'd changelog/readme, formatting cleanup
0.1.6 * merged in changes from Jesse Campbell, supporting VLAN/resource
pool/folder/data store selection, run list support, and much more
0.1.5 * support customized hostname, post-clone poweron
0.1.4 * added support for vm powerstate control
0.1.3 * added support for listing customization specs, applying during cloning
0.1.2 * support nested vm/host folders