Skip to content

Commit

Permalink
use rbvmomi at v1.11.5 and greater
Browse files Browse the repository at this point in the history
v1.11.5 fixes the issue introduced in v1.11.4

vmware-archive/rbvmomi#127 (comment)
  • Loading branch information
michaeljb committed Dec 6, 2017
1 parent c7b3002 commit 45caeb3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.13.1
current_version = 1.13.2
tag = true
commit = true

Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## [1.13.1 (2017-12-05)](https://github.com/nsidc/vagrant-vsphere/releases/tag/v1.13.0)
## [1.13.2 (2017-12-06)](https://github.com/nsidc/vagrant-vsphere/releases/tag/v1.13.2)

- Update rbvmomi dependency to v1.11.5 and greater (but still less than
2.0). v1.11.5 fixes the issue introduced in v1.11.4.

## [1.13.1 (2017-12-05)](https://github.com/nsidc/vagrant-vsphere/releases/tag/v1.13.1)

- Update rbvmomi dependency to avoid v1.11.4; something in
[2725089](https://github.com/vmware/rbvmomi/commit/2725089a08312315c4eb85f13296fc159f50b4d1)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ This provider is built on top of the
* libxml2, libxml2-dev, libxslt, libxslt-dev

## Current Version
**version: 1.13.1**
**version: 1.13.2**

vagrant-vsphere (**version: 1.13.1**) is available from
vagrant-vsphere (**version: 1.13.2**) is available from
[RubyGems.org](https://rubygems.org/gems/vagrant-vsphere)

## Installation
Expand Down
2 changes: 1 addition & 1 deletion lib/vSphere/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module VSphere
VERSION = '1.13.1'
VERSION = '1.13.2'
end
end
7 changes: 1 addition & 6 deletions vSphere.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ Gem::Specification.new do |s|
# force the use of Nokogiri 1.5.x to prevent conflicts with older versions of zlib
s.add_dependency 'nokogiri', '~>1.5'

# force the use of at least rbvmomi 1.8.2 to work around concurrency errors:
# https://github.com/nsidc/vagrant-vsphere/issues/139
#
# rbvmomi v1.11.4 broke cloning VMs at NSIDC, see
# https://github.com/vmware/rbvmomi/issues/127
s.add_dependency 'rbvmomi', '>=1.8.2', '<1.11.4'
s.add_dependency 'rbvmomi', '>=1.11.5', '<2.0.0'

s.add_dependency 'i18n', '>=0.6.4', '<=0.8.0'

Expand Down

0 comments on commit 45caeb3

Please sign in to comment.