Skip to content

Commit

Permalink
Merge pull request #73 from Misenko/staging
Browse files Browse the repository at this point in the history
Staging for release v1.0.1
  • Loading branch information
amarthadan authored Oct 12, 2017
2 parents 988e726 + fe7e140 commit 3aa49ba
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

1.0.1 / 2017-10-12
==================

* Update CircleCI Docker image automatic build
* Add token cleanup to overcome OpenNebula restriction on number of tokens
* Aligning systemd example with Apache2 example
* Add group filtration mechanism
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ GEM
crass (1.0.2)
dalli (2.7.6)
diff-lcs (1.3)
erubi (1.6.1)
erubi (1.7.0)
erubis (2.7.0)
ffi (1.9.18)
globalid (0.4.0)
activesupport (>= 4.2.0)
hashdiff (0.3.6)
hashdiff (0.3.7)
i18n (0.8.6)
json (2.1.0)
json_spec (1.1.5)
Expand All @@ -78,7 +78,7 @@ GEM
nokogiri (>= 1.5.9)
mail (2.6.6)
mime-types (>= 1.16, < 4)
method_source (0.8.2)
method_source (0.9.0)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
Expand All @@ -88,17 +88,17 @@ GEM
nio4r (2.1.0)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
opennebula (5.4.1)
opennebula (5.4.2)
json
nokogiri
rbvmomi
parallel (1.12.0)
parser (2.4.0.0)
ast (~> 2.2)
powerpack (0.1.1)
pry (0.11.0)
pry (0.11.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
method_source (~> 0.9.0)
pry-byebug (3.5.0)
byebug (~> 9.1)
pry (~> 0.10)
Expand Down Expand Up @@ -186,9 +186,9 @@ GEM
rainbow (>= 2.2.2, < 3.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
rubocop-rspec (1.17.1)
rubocop-rspec (1.18.0)
rubocop (>= 0.50.0)
ruby-progressbar (1.8.3)
ruby-progressbar (1.9.0)
ruby_dep (1.5.0)
safe_yaml (1.0.4)
sexp_processor (4.10.0)
Expand All @@ -211,7 +211,7 @@ GEM
thread_safe (~> 0.1)
unicode-display_width (1.3.0)
vcr (3.0.3)
webmock (3.0.1)
webmock (3.1.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
Expand Down
2 changes: 1 addition & 1 deletion config/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Keystorm
VERSION = '1.0.0'.freeze
VERSION = '1.0.1'.freeze
end

0 comments on commit 3aa49ba

Please sign in to comment.