Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Nov 12, 2018
1 parent adc3d36 commit 47b9522
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 3 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,40 @@
## 2.1.0 11/12/2018
*Hash* adc3d36e1c47976a1ec2630bd4577e082593c884

Statistic | Value
------------- | --------:
Collaborators | 2
Forks | 1545
Open Issues | 7
Watchers | 4168

**MVP!** Akira Matsuda

#### [cloudstack]
* Allow specifying the size of root volume. thanks Takashi Kokubun

#### [misc]
* GitHub is https by default. thanks Akira Matsuda
* Remove BlueBox Blocks. thanks Chris Lundquist
* Add SemVer stability badge to README. thanks Grey Baker
* Upgrade google dependency. thanks Nat Welch
* Fix whitespace in gemspec. thanks Nat Welch
* unpin mime-types. thanks Nat Welch
* Removing leftovers from extraction of fog-ovirt. thanks Ori Rabin
* Make CloudSigma snapshot tests pending. thanks Paul Thornthwaite
* Rescue `opennebula` loading issues. thanks Paul Thornthwaite
* "Fix" incorrect `Compute` provider credential test. thanks Paul Thornthwaite
* Tweak CloudSigma testing schema. thanks Paul Thornthwaite
* Fix Cloudstack `#connection` deprecation warning. thanks Paul Thornthwaite
* Remove tests for deprecated binary `#[]`. thanks Paul Thornthwaite
* Enable Ruby 2.5 in CI. thanks Pavel Valena
* lib/fog/linode: Add Tokyo2 to avail_datacenters. thanks Penny
* Fix compatibility with fog-brightbox 1.0.0+. thanks t Ondruch
* v2.0.0. thanks geemus
* add stale bot config. thanks geemus
* remove tests around deprecated usage. thanks geemus


## 2.0.0 03/06/2018
*Hash* ff9fe270cd23627f748dd37e9bf2800640187f60

Expand Down
4 changes: 2 additions & 2 deletions fog.gemspec
Expand Up @@ -11,8 +11,8 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile
s.name = "fog"
s.version = "2.0.0"
s.date = "2018-03-06"
s.version = "2.1.0"
s.date = "2018-11-11"
s.rubyforge_project = "fog"

## Make sure your summary is short. The description may be as long
Expand Down
2 changes: 1 addition & 1 deletion lib/fog/version.rb
@@ -1,3 +1,3 @@
module Fog
VERSION = '2.0.0'
VERSION = '2.1.0'
end
1 change: 1 addition & 0 deletions lib/tasks/changelog_task.rb
Expand Up @@ -103,6 +103,7 @@ def committers_sorted_by_commits
def former_mvp?(committer)
[
'Aaron Suggs',
'Akira Matsuda',
'ller', #"Achim Ledermüller" UTF-8 fail?
'Ash Wilson',
'Benson Kalahar',
Expand Down

0 comments on commit 47b9522

Please sign in to comment.