Skip to content

Releases: snobear/ezmomi

6.5.0

15 Oct 13:51
2ba6d9a
Compare
Choose a tag to compare
  • 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

08 Dec 18:13
Compare
Choose a tag to compare
  • adds support for distributedvirtualportgroup per #81
  • adds --destination-folder and --datastore options

Thanks to @murarisumit !

6.3.0

23 Sep 13:50
Compare
Choose a tag to compare

Adds the following PRs

  • #71 Add command syncTimeWithHost
  • #73 clone: support for creating additional disks

6.2.1

12 Jul 14:17
Compare
Choose a tag to compare

6.2.0

17 May 18:56
Compare
Choose a tag to compare

Changes:

  • --post-clone-cmd option added to clone command #60

Totally skipped 6.1.x version. Human mistake.

6.0.1

12 Feb 14:24
Compare
Choose a tag to compare

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

12 Nov 19:30
Compare
Choose a tag to compare
  • fixed default resource pool issue in #51

0.4.1

23 Sep 14:02
Compare
Choose a tag to compare

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

23 Sep 12:22
Compare
Choose a tag to compare
  • Added resource pool parameter per #12
  • fixed WaitForTasks hang issue
  • Added snapshot operations per #43 (thanks @czee!)

0.3.0

04 Feb 14:39
Compare
Choose a tag to compare

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!