r10k 2.2.1 → 2.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8bedeac884bb1209340e7290e135b3d63840d0d3
4
- data.tar.gz: 5da4a37a1a8e8f529ecb8fb8258a7840592a0722
3
+ metadata.gz: 79e256f57d1cd80b724c490632856750dcf368f4
4
+ data.tar.gz: 146b029e45575f462cf7438b4a795c9e68fcb5c7
5
5
  SHA512:
6
- metadata.gz: 538960ae23854f381625d19f1de59b1f2dd15ae3219896e226ec5cc76b83915ef04abf74829e7b9b938b264e8156d847ad1a16796b63a07128ecc1f181de92bb
7
- data.tar.gz: f9da6abda5092a11711740d1679c8c29364f49294e1a49f6aa3f867d781ae4ebdcab42efa376b127b840c0ede1181a97221c97aa10a291a9657be07863fbbf89
6
+ metadata.gz: 8479890443ec53087bf5b8469d2d04fd6c0c325f6215a428b536a9bad1a91e67ac7d67d5dccf4786936e39bdc192b09925bfb74a39f262cfedbcd2fc881453d0
7
+ data.tar.gz: baf085c12deb3a95664a3db9c90475dfba51ca6c9d39c8d0945c2572d040b0fb181daaf40bc74ebec06cf77dd1a4e1e596da472b0b63ae76e7cebf4d97c271e5
@@ -1,10 +1,23 @@
1
1
  CHANGELOG
2
2
  =========
3
3
 
4
+ 2.2.2
5
+ -----
6
+
7
+ 2016/04/18
8
+
9
+ (RK-241) "deploy display" action does not properly format wrapped exceptions
10
+
11
+ The "deploy display" action was not capturing and logging exceptions in the same way as
12
+ other related actions. This meant that in many cases, when an error occurred, the
13
+ underlying cause was not being shown. Specifically, the "deploy display" action was
14
+ not benefitting from the improved error messaging for unreadable SSH keys which was
15
+ added in r10k 2.2.0 as part of RK-220.
16
+
4
17
  2.2.1
5
18
  -----
6
19
 
7
- 2016/03/14
20
+ 2016/04/14
8
21
 
9
22
  (RK-229) Setting Forge proxy options breaks PE Authentication
10
23
 
@@ -26,6 +26,9 @@ module R10K
26
26
 
27
27
  # exit 0
28
28
  true
29
+ rescue => e
30
+ logger.error R10K::Errors::Formatting.format_exception(e, @trace)
31
+ false
29
32
  end
30
33
 
31
34
  private
@@ -1,3 +1,3 @@
1
1
  module R10K
2
- VERSION = '2.2.1'
2
+ VERSION = '2.2.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: r10k
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1
4
+ version: 2.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrien Thebo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-14 00:00:00.000000000 Z
11
+ date: 2016-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colored