Releases: nsidc/vagrant-vsphere
Releases · nsidc/vagrant-vsphere
v1.14.0
v1.13.5
v1.13.4
- Allow newer versions of i18n. (jmartin-r7:release-i18n)
- Updated .ruby-version to 2.6.5
- Fix broken tests. (wwestenbrink:master)
v1.13.3
- Allow i18n up to v1.1.1, fixing #271. Thanks @jarretlavallee !
v1.13.2
v1.13.1
- Update rbvmomi dependency to avoid v1.11.4; something in rbvmomi/2725089 broke cloning VMs on NSIDC's vSphere instance.
v1.13.0
v1.12.1
v1.12.0
- Make
wait_for_sysprep
functionality configurable (see README.md for details). Defaults tofalse
to resolve #222. (nsidc:make-sysprep-configurable) - Fix issue (#231) where finding no adapters while waiting for the IP address to be ready broke the
up
process. (nsidc:fix-filter-ssh) - Fix installation of vagrant-vsphere under Vagrant 1.9.2. (nsidc:fix-install-with-1.9.2)
v1.11.1
- Fix 'real_nic_ip' filter logic bug (vagrant-vsphere:fix_ssh_ip_selection)