ridley-connectors 2.3.0 → 2.3.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 762f12e6c4e0916c5d00458a76b433770fe3d8ac
|
|
4
|
+
data.tar.gz: a4f104fb5eb97c9c9bb16bc3204e65575938956b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b7d0f5c3ae3054ea68907876e81b5de8816b8a0f691bdefbd2e59b32aed185a253a9b870149ec14d9957d015c1b29c485e6bb6ae62cd1997b423929dc467220
|
|
7
|
+
data.tar.gz: 67aac46a68059c709d2519f69ff11391ee28ae98428c435b12ad9c00423286c24f9ac0a82916857bbb10d11df2fa962c21fd31d17e8379cd692b7ef4ce914ae3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,63 +1,71 @@
|
|
|
1
|
-
##
|
|
1
|
+
## 2.3.1
|
|
2
|
+
|
|
3
|
+
* Fix installation problem on some Windows machines
|
|
4
|
+
|
|
5
|
+
## 2.3.0
|
|
6
|
+
|
|
7
|
+
* Dependency update
|
|
8
|
+
|
|
9
|
+
## 2.2.0
|
|
2
10
|
|
|
3
11
|
* [#27](https://github.com/RiotGames/ridley-connectors/pull/27) New upgrade_omnibus feature for updating a node's Omnibus installation of Chef
|
|
4
12
|
|
|
5
|
-
##
|
|
13
|
+
## 2.1.2
|
|
6
14
|
|
|
7
15
|
* [#25](https://github.com/RiotGames/ridley-connectors/pull/25) Fix an edge case in the connector_for logic from #22
|
|
8
16
|
|
|
9
|
-
##
|
|
17
|
+
## 2.1.1
|
|
10
18
|
|
|
11
19
|
* [#24](https://github.com/RiotGames/ridley-connectors/pull/24) Fix a bug with Timeout.rb unable to interrupt Socket connections (mostly JRuby)
|
|
12
20
|
|
|
13
|
-
##
|
|
21
|
+
## 2.1.0
|
|
14
22
|
|
|
15
23
|
* [#21](https://github.com/RiotGames/ridley-connectors/pull/21) Fix bootstrappers and pathing to files moved from Ridley
|
|
16
24
|
* [#22](https://github.com/RiotGames/ridley-connectors/pull/22) Added a new option to allow connector_for to pick a connector more intelligently
|
|
17
25
|
|
|
18
|
-
##
|
|
26
|
+
## 2.0.1
|
|
19
27
|
|
|
20
28
|
* [#18](https://github.com/RiotGames/ridley-connectors/pull/18) Move more connector-specific code out of ridley and into ridley-connectors
|
|
21
29
|
* [#19](https://github.com/RiotGames/ridley-connectors/pull/19) Add some extra logging to retrying connections to choose an appropriate connector
|
|
22
30
|
* [#20](https://github.com/RiotGames/ridley-connectors/pull/20) Handle HostCommander, WinRM, and SSH actor crashes better
|
|
23
31
|
|
|
24
|
-
##
|
|
32
|
+
## 2.0.0
|
|
25
33
|
|
|
26
34
|
* [#17](https://github.com/RiotGames/ridley-connectors/pull/17) Bump ridley dependency to 3.0.0
|
|
27
35
|
|
|
28
|
-
##
|
|
36
|
+
## 1.7.1
|
|
29
37
|
|
|
30
38
|
* [#16](https://github.com/RiotGames/ridley-connectors/pull/16) JRuby throws different exceptions when it can't connect to a node
|
|
31
39
|
|
|
32
|
-
##
|
|
40
|
+
## 1.7.0
|
|
33
41
|
|
|
34
42
|
* [#15](https://github.com/RiotGames/ridley-connectors/pull/15) Add retries to ssh and winrm connections
|
|
35
43
|
|
|
36
|
-
##
|
|
44
|
+
## 1.6.0
|
|
37
45
|
* [#14](https://github.com/RiotGames/ridley-connectors/pull/14) Create
|
|
38
46
|
a pool of WinRM / SSH actors, configurable with options(:connector\_pool\_size)
|
|
39
47
|
|
|
40
|
-
##
|
|
48
|
+
## 1.5.0
|
|
41
49
|
* [#11](https://github.com/RiotGames/ridley-connectors/pull/11) use -E on sudo to preserve the environment
|
|
42
50
|
|
|
43
|
-
##
|
|
51
|
+
## 1.2.1
|
|
44
52
|
|
|
45
53
|
* [#8](https://github.com/RiotGames/ridley-connectors/pull/8) Add a flag to execute Ruby scripts on Windows machines using a batch file
|
|
46
54
|
* [#9](https://github.com/RiotGames/ridley-connectors/pull/9) Fix a bug where a nil value for SSH or WinRM config would cause a NoMethodError
|
|
47
55
|
|
|
48
|
-
##
|
|
56
|
+
## 1.2.0
|
|
49
57
|
|
|
50
58
|
* Bumping internal dependency on Ridley to at least 2.4.2
|
|
51
59
|
|
|
52
|
-
##
|
|
60
|
+
## 1.1.0
|
|
53
61
|
|
|
54
62
|
* [#2](https://github.com/RiotGames/ridley-connectors/pull/2) Copying an encrypted data bag should not expose the secret
|
|
55
63
|
|
|
56
|
-
##
|
|
64
|
+
## 1.0.1
|
|
57
65
|
|
|
58
66
|
* [#3](https://github.com/RiotGames/ridley-connectors/pull/3) Fix the broken Ridley::Client
|
|
59
67
|
|
|
60
|
-
##
|
|
68
|
+
## 1.0.0
|
|
61
69
|
|
|
62
70
|
* [Ridley #227](https://github.com/RiotGames/ridley/pull/227) Move code out of Ridley and into its own gem
|
|
63
71
|
* See the [Ridley 2.0.0 Changelog](https://github.com/RiotGames/ridley/blob/v2.0.0/CHANGELOG.md) for more details.
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ridley-connectors
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jamie Winsor
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-06-
|
|
12
|
+
date: 2014-06-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: celluloid
|
|
@@ -180,7 +180,7 @@ files:
|
|
|
180
180
|
- spec/unit/ridley-connectors/client_spec.rb
|
|
181
181
|
- spec/unit/ridley-connectors/command_context/unix_uninstall_spec.rb
|
|
182
182
|
- spec/unit/ridley-connectors/command_context/unix_update_omnibus_spec.rb
|
|
183
|
-
- spec/unit/ridley-connectors/command_context/
|
|
183
|
+
- spec/unit/ridley-connectors/command_context/windows_update_omnibus_spec.rb
|
|
184
184
|
- spec/unit/ridley-connectors/command_context_spec.rb
|
|
185
185
|
- spec/unit/ridley-connectors/host_commander_spec.rb
|
|
186
186
|
- spec/unit/ridley-connectors/host_connector/ssh_spec.rb
|
|
@@ -226,7 +226,7 @@ test_files:
|
|
|
226
226
|
- spec/unit/ridley-connectors/client_spec.rb
|
|
227
227
|
- spec/unit/ridley-connectors/command_context/unix_uninstall_spec.rb
|
|
228
228
|
- spec/unit/ridley-connectors/command_context/unix_update_omnibus_spec.rb
|
|
229
|
-
- spec/unit/ridley-connectors/command_context/
|
|
229
|
+
- spec/unit/ridley-connectors/command_context/windows_update_omnibus_spec.rb
|
|
230
230
|
- spec/unit/ridley-connectors/command_context_spec.rb
|
|
231
231
|
- spec/unit/ridley-connectors/host_commander_spec.rb
|
|
232
232
|
- spec/unit/ridley-connectors/host_connector/ssh_spec.rb
|