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 +4 -4
- data/CHANGELOG.mkd +14 -1
- data/lib/r10k/action/deploy/display.rb +3 -0
- data/lib/r10k/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 79e256f57d1cd80b724c490632856750dcf368f4
|
|
4
|
+
data.tar.gz: 146b029e45575f462cf7438b4a795c9e68fcb5c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8479890443ec53087bf5b8469d2d04fd6c0c325f6215a428b536a9bad1a91e67ac7d67d5dccf4786936e39bdc192b09925bfb74a39f262cfedbcd2fc881453d0
|
|
7
|
+
data.tar.gz: baf085c12deb3a95664a3db9c90475dfba51ca6c9d39c8d0945c2572d040b0fb181daaf40bc74ebec06cf77dd1a4e1e596da472b0b63ae76e7cebf4d97c271e5
|
data/CHANGELOG.mkd
CHANGED
|
@@ -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/
|
|
20
|
+
2016/04/14
|
|
8
21
|
|
|
9
22
|
(RK-229) Setting Forge proxy options breaks PE Authentication
|
|
10
23
|
|
data/lib/r10k/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2016-04-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: colored
|