Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Releases: vmware-archive/rbvmomi

v3.0.0

04 Sep 21:56
Compare
Choose a tag to compare
  • Turn on warnings for tests (#182)
    • This will help spot issues that may go unnoticed.
  • Drop EOL Ruby versions (#181)
    • Supporting Ruby versions all the way back to 1.8.7 doesn't make sense. 1.8.7 and 1.9.2 EOL'ed 6 years ago. We will only be maintaining stable releases going forward.
  • Use require_relative instead of require (#175)
    • This will speed up loading considerably as it does not have to traverse the files.

v2.1.2

26 Apr 14:04
Compare
Choose a tag to compare
  • Update VMODL database to fix #157 and fix #159 (#160)
  • Fix warnings throughout codebase (#158)

v2.1.1

17 Apr 21:14
Compare
Choose a tag to compare
  • Add option for close_on_exit

v2.1.0

17 Apr 21:14
Compare
Choose a tag to compare
  • Regenerate VMODL for 6.7u1

v2.0.1

08 Feb 17:26
Compare
Choose a tag to compare
  • Fix wsdl_types of HostPortGroup and HostVirtualNic (#151)
  • Don't install bundler in travis before_install (#152)
  • Update Travis Ruby versions (#149)
  • Only ship the necessary libs in the gem artifact (#148)

v2.0.0

08 Feb 17:25
Compare
Choose a tag to compare
  • Switched to Optimist. (#145)
  • Add an example of deleting a disk from a VM (#144)

v1.13.0

08 Feb 17:24
Compare
Choose a tag to compare
  • vim.rb: enhance the logic of vim.rev. (#139)
  • Fix HostVirtualSwitch/HostScsiTopology wsdl_types (#138)

v1.12.0

30 Apr 15:54
Compare
Choose a tag to compare
  • Add support for 6.7.0

v1.11.7

30 Apr 15:53
Compare
Choose a tag to compare
  • Duplicate attribute in vmodl.db (#131)

v1.11.6

30 Apr 15:53
Compare
Choose a tag to compare
  • Fix system call parameter for STDOUT to use :out (#124)