From 47b9522db39cf9fcaf49cf0a7d7471c8488bd833 Mon Sep 17 00:00:00 2001 From: geemus Date: Sun, 11 Nov 2018 18:38:20 -0600 Subject: [PATCH] Release 2.1.0 --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ fog.gemspec | 4 ++-- lib/fog/version.rb | 2 +- lib/tasks/changelog_task.rb | 1 + 4 files changed, 41 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a439c3c07a..c61d07f591 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/fog.gemspec b/fog.gemspec index 9a8ce5e390..087cbfac74 100644 --- a/fog.gemspec +++ b/fog.gemspec @@ -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 diff --git a/lib/fog/version.rb b/lib/fog/version.rb index 95808f4391..aced599918 100644 --- a/lib/fog/version.rb +++ b/lib/fog/version.rb @@ -1,3 +1,3 @@ module Fog - VERSION = '2.0.0' + VERSION = '2.1.0' end diff --git a/lib/tasks/changelog_task.rb b/lib/tasks/changelog_task.rb index b0bb722560..2d59bd2d88 100644 --- a/lib/tasks/changelog_task.rb +++ b/lib/tasks/changelog_task.rb @@ -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',