From c7bedc76006041537c254bb98bcfae00e51716be Mon Sep 17 00:00:00 2001 From: Jamie Winsor Date: Wed, 14 Jan 2015 13:19:59 -0800 Subject: [PATCH] version bump 2.1.1 --- CHANGELOG.md | 8 ++++++++ Gemfile.lock | 12 ++++++------ cookbook/Berksfile.lock | 2 +- lib/berkshelf/api/version.rb | 2 +- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ca01d7e..608f6581 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 2.1.1 + +* Bug Fixes + * Calling berks_dependency/2 rspec support function no longer results in a runtime crash + * Failures when calling Supermarket.universe/0 will now return a hash instead of a boolean + * Cookbook name, not repo name, will be used when caching Github cookbooks + * Group/User will be created in proper order during cookbook converge + # 2.1.0 * Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index 6a6ebda3..fffc2b1f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: git://github.com/berkshelf/berkshelf.git - revision: 3cec7d4f9d383ea647d53d273c70628a6fa3b45e + revision: 2ae2f7c42b1cfdd335b071dabd325d44b4f82e66 specs: berkshelf (3.2.2) addressable (~> 2.3.4) @@ -14,7 +14,7 @@ GIT faraday (~> 0.9.0) minitar (~> 0.5.4) octokit (~> 3.0) - retryable (~> 1.3.3) + retryable (~> 2.0) ridley (~> 4.0) solve (~> 1.1) thor (~> 0.19) @@ -34,7 +34,7 @@ GIT PATH remote: . specs: - berkshelf-api (2.1.0) + berkshelf-api (2.1.1) archive (= 0.0.6) buff-config (~> 1.0) celluloid (~> 0.16.0.pre) @@ -212,8 +212,8 @@ GEM http (>= 0.6.0.pre) http_parser.rb (>= 0.6.0) websocket_parser (>= 0.1.6) - retryable (1.3.6) - ridley (4.1.1) + retryable (2.0.0) + ridley (4.1.2) addressable buff-config (~> 1.0) buff-extensions (~> 1.0) @@ -227,7 +227,7 @@ GEM json (>= 1.7.7) mixlib-authentication (>= 1.3.0) net-http-persistent (>= 2.8) - retryable + retryable (>= 2.0.0) semverse (~> 1.1) varia_model (~> 0.4) ridley-connectors (2.3.1) diff --git a/cookbook/Berksfile.lock b/cookbook/Berksfile.lock index 07be3066..b5959594 100644 --- a/cookbook/Berksfile.lock +++ b/cookbook/Berksfile.lock @@ -5,7 +5,7 @@ DEPENDENCIES GRAPH apt (2.3.8) - berkshelf-api-server (2.1.0) + berkshelf-api-server (2.1.1) build-essential (>= 2.0.2) github (~> 0.3) libarchive (~> 0.4) diff --git a/lib/berkshelf/api/version.rb b/lib/berkshelf/api/version.rb index af079f62..42bb15b4 100644 --- a/lib/berkshelf/api/version.rb +++ b/lib/berkshelf/api/version.rb @@ -1,5 +1,5 @@ module Berkshelf module API - VERSION = "2.1.0" + VERSION = "2.1.1" end end