Releases: snobear/ezmomi
Releases · snobear/ezmomi
6.5.0
- python3 support (#88)
- update ssl to use tls 1.2 (#88)
- fix nossl to use new SmartConnectNoSSL module (#88)
- add shorter alias for
distributedvirtualportgroup
config called dvportgroup
(#88)
- Fix EZMomi.print_as_table() explosion (#85)
Thanks @feld-ims and @mchlumsky !
6.4.0
- adds support for distributedvirtualportgroup per #81
- adds
--destination-folder
and --datastore
options
Thanks to @murarisumit !
6.3.0
Adds the following PRs
- #71 Add command syncTimeWithHost
- #73 clone: support for creating additional disks
6.2.0
Changes:
--post-clone-cmd
option added to clone command #60
Totally skipped 6.1.x version. Human mistake.
6.0.1
Note: Ezmomi 6.x is vSphere 6 compatible.
6.0.1 changes:
- fix issue with datastore setting not being respected
- allow for moid to be specified instead of text name in
get_obj
0.4.2
- fixed default resource pool issue in #51
0.4.1
Fixed minor issue where get_resource_pool
threw an Exception when no resource pools were found that matched the given string name.
0.4.0
- Added resource pool parameter per #12
- fixed WaitForTasks hang issue
- Added snapshot operations per #43 (thanks @czee!)
0.3.0
Added new features:
- power status #29
- powerOn, powerOff, shutdown #34
- support < 1GB RAM in clones #31
- bugfix to remove existing NICs from a template on clone #25 #27
Major thanks to @bsherman for these contributions!