Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version to 3.6.0 #282

Merged
merged 1 commit into from
Dec 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 3.6.0
* Switch to rbvmomi2 (#281)
* Raise the minimum Ruby version to 2.7 (#280)
* Set server tests to pending
* Remove simplecov setup
* Update vcr to 6.x
* Update Rubocop to 1.39.x
* Raise the minimum Ruby version to 2.7
* Convert to GitHub Actions

## 3.5.2
* Avoid unneeded "get_raw_datacenter" call (#277)
* New NIC ID decrements from initial random int to avoid collisions (#275)

## v3.5.1
* Creating ESX compute resource on vcenter 7.x fails with InvalidArgument: A specified parameter was not correct: deviceChange[1].device.key (#272)

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* Francois Herbert <fherbert@oss.co.nz>
* Francois Herbert <francois@herbert.org.nz>
* Guido Günther <agx@sigxcpu.org>
* Hao Chang Yu <hyu@redhat.com>
* Ivan Nečas <inecas@redhat.com>
* Ivo Reznicek <ireznice@googlemail.com>
* J.R. Garcia <jr@garciaole.com>
Expand Down
2 changes: 1 addition & 1 deletion lib/fog/vsphere/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fog
module Vsphere
VERSION = '3.5.2'.freeze
VERSION = '3.6.0'.freeze
end
end