opscode-pushy-client 2.4.11 → 2.5.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -9
- data/Gemfile +4 -0
- data/Gemfile.lock +54 -47
- data/VERSION +1 -1
- data/lib/pushy_client/version.rb +1 -1
- data/omnibus/Gemfile.lock +106 -135
- data/omnibus/config/projects/push-jobs-client.rb +8 -0
- data/omnibus_overrides.rb +3 -3
- data/opscode-pushy-client.gemspec +1 -1
- data/pkg/opscode-pushy-client-2.5.6.gem +0 -0
- metadata +8 -23
- data/pkg/opscode-pushy-client-2.4.11.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3531f2fc95af4d4cf4284f4f9891e5b1053cc4bdfed68250ad95e428e5067cc
|
4
|
+
data.tar.gz: 3b90dc77f9bf487b6af014e478191976bd5289eb4537c04ec03f99c9dc05ab7a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47abc5704fbd3ba16263fe24d3de26393dbd3009e29d0c55776f1f3ed39a328cea9e12b877f62aa8fa081b7503099d1914b069d5e018794ee180f660b2711e24
|
7
|
+
data.tar.gz: 70d85c6f3c74e93a311b724d39aa8978ebe05bfc615cbaaf649f1c1435768cd0811f8d943f5737ace64eb07afa3be59e432741d4eea6727d0b33d23688157bb7
|
data/CHANGELOG.md
CHANGED
@@ -1,29 +1,40 @@
|
|
1
1
|
# Chef Push Client Changes
|
2
2
|
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
3
|
-
<!-- latest_release 2.
|
4
|
-
## [2.
|
3
|
+
<!-- latest_release 2.5.6 -->
|
4
|
+
## [2.5.6](https://github.com/chef/opscode-pushy-client/tree/2.5.6) (2018-11-01)
|
5
5
|
|
6
6
|
#### Merged Pull Requests
|
7
|
-
-
|
7
|
+
- Slim the install size and compress the rpm/deb packages [#165](https://github.com/chef/opscode-pushy-client/pull/165) ([tas50](https://github.com/tas50))
|
8
8
|
<!-- latest_release -->
|
9
9
|
|
10
|
-
<!-- release_rollup since=2.
|
11
|
-
### Changes since 2.
|
10
|
+
<!-- release_rollup since=2.5.0 -->
|
11
|
+
### Changes since 2.5.0 release
|
12
12
|
|
13
13
|
#### Merged Pull Requests
|
14
|
-
-
|
15
|
-
-
|
16
|
-
-
|
14
|
+
- Slim the install size and compress the rpm/deb packages [#165](https://github.com/chef/opscode-pushy-client/pull/165) ([tas50](https://github.com/tas50)) <!-- 2.5.6 -->
|
15
|
+
- Update Chef from v13.4.24 to v13.11.3 [#164](https://github.com/chef/opscode-pushy-client/pull/164) ([tas50](https://github.com/tas50)) <!-- 2.5.5 -->
|
16
|
+
- Bump omnibus-software for latest ruby [#167](https://github.com/chef/opscode-pushy-client/pull/167) ([btm](https://github.com/btm)) <!-- 2.5.4 -->
|
17
|
+
- Update Ruby from 2.4.4 to 2.4.5 [#163](https://github.com/chef/opscode-pushy-client/pull/163) ([tas50](https://github.com/tas50)) <!-- 2.5.3 -->
|
18
|
+
- Add the github lock bot and fix the PR template [#161](https://github.com/chef/opscode-pushy-client/pull/161) ([tas50](https://github.com/tas50)) <!-- 2.5.2 -->
|
19
|
+
- Remove rdoc gem and add docs group with yard [#159](https://github.com/chef/opscode-pushy-client/pull/159) ([tas50](https://github.com/tas50)) <!-- 2.5.1 -->
|
17
20
|
<!-- release_rollup -->
|
18
21
|
|
19
22
|
<!-- latest_stable_release -->
|
23
|
+
## [2.5.0](https://github.com/chef/opscode-pushy-client/tree/2.5.0) (2018-04-26)
|
24
|
+
|
25
|
+
#### Merged Pull Requests
|
26
|
+
- Optimize `get_config` by eliminating extensive retry behavior [#151](https://github.com/chef/opscode-pushy-client/pull/151) ([jeremymv2](https://github.com/jeremymv2))
|
27
|
+
- refactor timeout on message send [#152](https://github.com/chef/opscode-pushy-client/pull/152) ([jeremymv2](https://github.com/jeremymv2))
|
28
|
+
- expeditor config: bundle update every time [#155](https://github.com/chef/opscode-pushy-client/pull/155) ([lamont-granquist](https://github.com/lamont-granquist))
|
29
|
+
- Bump minor to 2.5 [#156](https://github.com/chef/opscode-pushy-client/pull/156) ([btm](https://github.com/btm))
|
30
|
+
<!-- latest_stable_release -->
|
31
|
+
|
20
32
|
## [2.4.8](https://github.com/chef/opscode-pushy-client/tree/2.4.8) (2018-02-05)
|
21
33
|
|
22
34
|
#### Merged Pull Requests
|
23
35
|
- Add CODEOWNERS file [#148](https://github.com/chef/opscode-pushy-client/pull/148) ([schisamo](https://github.com/schisamo))
|
24
36
|
- Add AIX support [#149](https://github.com/chef/opscode-pushy-client/pull/149) ([jeremiahsnapp](https://github.com/jeremiahsnapp))
|
25
37
|
- update dependency versions [#150](https://github.com/chef/opscode-pushy-client/pull/150) ([jaymalasinha](https://github.com/jaymalasinha))
|
26
|
-
<!-- latest_stable_release -->
|
27
38
|
|
28
39
|
## [2.4.5](https://github.com/chef/opscode-pushy-client/tree/2.4.5) (2017-11-03)
|
29
40
|
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
opscode-pushy-client (2.
|
4
|
+
opscode-pushy-client (2.5.6)
|
5
5
|
chef (>= 12.19, < 15.0)
|
6
6
|
ffi-rzmq
|
7
7
|
ohai (>= 8.23, < 15.0)
|
@@ -13,22 +13,22 @@ GEM
|
|
13
13
|
addressable (2.5.2)
|
14
14
|
public_suffix (>= 2.0.2, < 4.0)
|
15
15
|
builder (3.2.3)
|
16
|
-
chef (14.
|
16
|
+
chef (14.6.47)
|
17
17
|
addressable
|
18
18
|
bundler (>= 1.10)
|
19
|
-
chef-config (= 14.
|
19
|
+
chef-config (= 14.6.47)
|
20
20
|
chef-zero (>= 13.0)
|
21
21
|
diff-lcs (~> 1.2, >= 1.2.4)
|
22
22
|
erubis (~> 2.7)
|
23
|
+
ffi (~> 1.9, >= 1.9.25)
|
23
24
|
ffi-yajl (~> 2.2)
|
24
25
|
highline (~> 1.6, >= 1.6.9)
|
25
26
|
iniparse (~> 1.4)
|
26
|
-
iso8601 (~> 0.9.1)
|
27
27
|
mixlib-archive (~> 0.4)
|
28
|
-
mixlib-authentication (~> 2.
|
28
|
+
mixlib-authentication (~> 2.1)
|
29
29
|
mixlib-cli (~> 1.7)
|
30
30
|
mixlib-log (~> 2.0, >= 2.0.3)
|
31
|
-
mixlib-shellout (~> 2.
|
31
|
+
mixlib-shellout (~> 2.4)
|
32
32
|
net-sftp (~> 2.1, >= 2.1.2)
|
33
33
|
net-ssh (~> 4.2)
|
34
34
|
net-ssh-multi (~> 1.2, >= 1.2.1)
|
@@ -43,23 +43,23 @@ GEM
|
|
43
43
|
specinfra (~> 2.10)
|
44
44
|
syslog-logger (~> 1.6)
|
45
45
|
uuidtools (~> 2.1.5)
|
46
|
-
chef (14.
|
46
|
+
chef (14.6.47-universal-mingw32)
|
47
47
|
addressable
|
48
48
|
bundler (>= 1.10)
|
49
|
-
chef-config (= 14.
|
49
|
+
chef-config (= 14.6.47)
|
50
50
|
chef-zero (>= 13.0)
|
51
51
|
diff-lcs (~> 1.2, >= 1.2.4)
|
52
52
|
erubis (~> 2.7)
|
53
|
-
ffi (~> 1.9)
|
53
|
+
ffi (~> 1.9, >= 1.9.25)
|
54
54
|
ffi-yajl (~> 2.2)
|
55
55
|
highline (~> 1.6, >= 1.6.9)
|
56
56
|
iniparse (~> 1.4)
|
57
|
-
iso8601 (~> 0.
|
57
|
+
iso8601 (~> 0.12.1)
|
58
58
|
mixlib-archive (~> 0.4)
|
59
|
-
mixlib-authentication (~> 2.
|
59
|
+
mixlib-authentication (~> 2.1)
|
60
60
|
mixlib-cli (~> 1.7)
|
61
61
|
mixlib-log (~> 2.0, >= 2.0.3)
|
62
|
-
mixlib-shellout (~> 2.
|
62
|
+
mixlib-shellout (~> 2.4)
|
63
63
|
net-sftp (~> 2.1, >= 2.1.2)
|
64
64
|
net-ssh (~> 4.2)
|
65
65
|
net-ssh-multi (~> 1.2, >= 1.2.1)
|
@@ -81,13 +81,14 @@ GEM
|
|
81
81
|
win32-mmap (~> 0.4.1)
|
82
82
|
win32-mutex (~> 0.4.2)
|
83
83
|
win32-process (~> 0.8.2)
|
84
|
-
win32-service (~> 0
|
84
|
+
win32-service (~> 1.0)
|
85
|
+
win32-taskscheduler (~> 2.0)
|
85
86
|
windows-api (~> 0.4.4)
|
86
87
|
wmi-lite (~> 1.0)
|
87
|
-
chef-config (14.
|
88
|
+
chef-config (14.6.47)
|
88
89
|
addressable
|
89
90
|
fuzzyurl
|
90
|
-
mixlib-config (
|
91
|
+
mixlib-config (>= 2.2.12, < 3.0)
|
91
92
|
mixlib-shellout (~> 2.0)
|
92
93
|
tomlrb (~> 1.2)
|
93
94
|
chef-zero (14.0.6)
|
@@ -98,9 +99,9 @@ GEM
|
|
98
99
|
uuidtools (~> 2.1)
|
99
100
|
diff-lcs (1.3)
|
100
101
|
erubis (2.7.0)
|
101
|
-
ffi (1.9.
|
102
|
-
ffi (1.9.
|
103
|
-
ffi (1.9.
|
102
|
+
ffi (1.9.25)
|
103
|
+
ffi (1.9.25-x64-mingw32)
|
104
|
+
ffi (1.9.25-x86-mingw32)
|
104
105
|
ffi-rzmq (2.0.6)
|
105
106
|
ffi-rzmq-core (>= 1.0.6)
|
106
107
|
ffi-rzmq-core (1.0.6)
|
@@ -110,21 +111,23 @@ GEM
|
|
110
111
|
ffi-yajl (2.3.1)
|
111
112
|
libyajl2 (~> 1.2)
|
112
113
|
fuzzyurl (0.9.0)
|
113
|
-
hashie (3.
|
114
|
+
hashie (3.6.0)
|
114
115
|
highline (1.7.10)
|
115
116
|
iniparse (1.4.4)
|
116
117
|
ipaddress (0.8.3)
|
117
|
-
iso8601 (0.
|
118
|
+
iso8601 (0.12.1)
|
118
119
|
libyajl2 (1.2.0)
|
119
|
-
mixlib-archive (0.4.
|
120
|
+
mixlib-archive (0.4.18)
|
121
|
+
mixlib-log
|
122
|
+
mixlib-archive (0.4.18-universal-mingw32)
|
120
123
|
mixlib-log
|
121
|
-
mixlib-authentication (2.
|
124
|
+
mixlib-authentication (2.1.1)
|
122
125
|
mixlib-cli (1.7.0)
|
123
|
-
mixlib-config (2.2.
|
126
|
+
mixlib-config (2.2.13)
|
124
127
|
tomlrb
|
125
128
|
mixlib-log (2.0.4)
|
126
|
-
mixlib-shellout (2.
|
127
|
-
mixlib-shellout (2.
|
129
|
+
mixlib-shellout (2.4.0)
|
130
|
+
mixlib-shellout (2.4.0-universal-mingw32)
|
128
131
|
win32-process (~> 0.8.2)
|
129
132
|
wmi-lite (~> 1.0)
|
130
133
|
multi_json (1.13.1)
|
@@ -139,12 +142,12 @@ GEM
|
|
139
142
|
net-ssh (>= 2.6.5)
|
140
143
|
net-ssh-gateway (>= 1.2.0)
|
141
144
|
net-telnet (0.1.1)
|
142
|
-
ohai (14.
|
145
|
+
ohai (14.6.2)
|
143
146
|
chef-config (>= 12.8, < 15)
|
144
147
|
ffi (~> 1.9)
|
145
148
|
ffi-yajl (~> 2.2)
|
146
149
|
ipaddress
|
147
|
-
mixlib-cli
|
150
|
+
mixlib-cli (>= 1.7.0)
|
148
151
|
mixlib-config (~> 2.0)
|
149
152
|
mixlib-log (~> 2.0, >= 2.0.1)
|
150
153
|
mixlib-shellout (~> 2.0)
|
@@ -153,27 +156,26 @@ GEM
|
|
153
156
|
wmi-lite (~> 1.0)
|
154
157
|
plist (3.4.0)
|
155
158
|
proxifier (1.0.3)
|
156
|
-
public_suffix (3.0.
|
159
|
+
public_suffix (3.0.3)
|
157
160
|
rack (2.0.5)
|
158
161
|
rake (12.3.1)
|
159
|
-
rdoc (6.0.3)
|
160
162
|
rdp-ruby-wmi (0.3.1)
|
161
|
-
rspec (3.
|
162
|
-
rspec-core (~> 3.
|
163
|
-
rspec-expectations (~> 3.
|
164
|
-
rspec-mocks (~> 3.
|
165
|
-
rspec-core (3.
|
166
|
-
rspec-support (~> 3.
|
167
|
-
rspec-expectations (3.
|
163
|
+
rspec (3.8.0)
|
164
|
+
rspec-core (~> 3.8.0)
|
165
|
+
rspec-expectations (~> 3.8.0)
|
166
|
+
rspec-mocks (~> 3.8.0)
|
167
|
+
rspec-core (3.8.0)
|
168
|
+
rspec-support (~> 3.8.0)
|
169
|
+
rspec-expectations (3.8.2)
|
168
170
|
diff-lcs (>= 1.2.0, < 2.0)
|
169
|
-
rspec-support (~> 3.
|
171
|
+
rspec-support (~> 3.8.0)
|
170
172
|
rspec-its (1.2.0)
|
171
173
|
rspec-core (>= 3.0.0)
|
172
174
|
rspec-expectations (>= 3.0.0)
|
173
|
-
rspec-mocks (3.
|
175
|
+
rspec-mocks (3.8.0)
|
174
176
|
diff-lcs (>= 1.2.0, < 2.0)
|
175
|
-
rspec-support (~> 3.
|
176
|
-
rspec-support (3.
|
177
|
+
rspec-support (~> 3.8.0)
|
178
|
+
rspec-support (3.8.0)
|
177
179
|
rspec_junit_formatter (0.2.3)
|
178
180
|
builder (< 4)
|
179
181
|
rspec-core (>= 2, < 4, != 2.12.0)
|
@@ -183,14 +185,15 @@ GEM
|
|
183
185
|
rspec-its
|
184
186
|
specinfra (~> 2.72)
|
185
187
|
sfl (2.3)
|
186
|
-
specinfra (2.
|
188
|
+
specinfra (2.76.3)
|
187
189
|
net-scp
|
188
|
-
net-ssh (>= 2.7
|
189
|
-
net-telnet
|
190
|
+
net-ssh (>= 2.7)
|
191
|
+
net-telnet (= 0.1.1)
|
190
192
|
sfl
|
193
|
+
structured_warnings (0.3.0)
|
191
194
|
syslog-logger (1.6.8)
|
192
195
|
systemu (2.6.5)
|
193
|
-
tomlrb (1.2.
|
196
|
+
tomlrb (1.2.7)
|
194
197
|
uuidtools (2.1.5)
|
195
198
|
win32-api (1.5.3-universal-mingw32)
|
196
199
|
win32-dir (0.5.1)
|
@@ -208,15 +211,19 @@ GEM
|
|
208
211
|
win32-open3 (0.3.2-x86-mingw32)
|
209
212
|
win32-process (0.8.3)
|
210
213
|
ffi (>= 1.0.0)
|
211
|
-
win32-service (0.
|
214
|
+
win32-service (1.0.1)
|
212
215
|
ffi
|
213
216
|
ffi-win32-extensions
|
217
|
+
win32-taskscheduler (2.0.1)
|
218
|
+
ffi
|
219
|
+
structured_warnings
|
214
220
|
windows-api (0.4.4)
|
215
221
|
win32-api (>= 1.4.5)
|
216
222
|
windows-pr (1.2.6)
|
217
223
|
win32-api (>= 1.4.5)
|
218
224
|
windows-api (>= 0.4.0)
|
219
225
|
wmi-lite (1.0.0)
|
226
|
+
yard (0.9.16)
|
220
227
|
|
221
228
|
PLATFORMS
|
222
229
|
ruby
|
@@ -227,7 +234,6 @@ DEPENDENCIES
|
|
227
234
|
ffi
|
228
235
|
opscode-pushy-client!
|
229
236
|
rake
|
230
|
-
rdoc
|
231
237
|
rdp-ruby-wmi
|
232
238
|
rspec
|
233
239
|
rspec_junit_formatter
|
@@ -240,6 +246,7 @@ DEPENDENCIES
|
|
240
246
|
win32-service
|
241
247
|
windows-api
|
242
248
|
windows-pr
|
249
|
+
yard
|
243
250
|
|
244
251
|
BUNDLED WITH
|
245
|
-
1.
|
252
|
+
1.17.1
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.
|
1
|
+
2.5.6
|
data/lib/pushy_client/version.rb
CHANGED
data/omnibus/Gemfile.lock
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
GIT
|
2
2
|
remote: https://github.com/chef/omnibus-software.git
|
3
|
-
revision:
|
3
|
+
revision: 3b6ef4c42d8c2f9f9e1c6e285b2ea48e0d0f0fdd
|
4
4
|
specs:
|
5
5
|
omnibus-software (4.0.0)
|
6
6
|
chef-sugar (>= 3.4.0)
|
@@ -8,17 +8,17 @@ GIT
|
|
8
8
|
|
9
9
|
GIT
|
10
10
|
remote: https://github.com/chef/omnibus.git
|
11
|
-
revision:
|
11
|
+
revision: 6cfec3a04de67aea335c23b5a3bd334a3a68fafe
|
12
12
|
specs:
|
13
|
-
omnibus (
|
14
|
-
aws-sdk (~>
|
15
|
-
chef-sugar (
|
13
|
+
omnibus (6.0.4)
|
14
|
+
aws-sdk-s3 (~> 1)
|
15
|
+
chef-sugar (>= 3.3)
|
16
16
|
cleanroom (~> 1.0)
|
17
17
|
ffi-yajl (~> 2.2)
|
18
18
|
license_scout (~> 1.0)
|
19
19
|
mixlib-shellout (~> 2.0)
|
20
20
|
mixlib-versioning
|
21
|
-
ohai (>=
|
21
|
+
ohai (>= 13, < 15)
|
22
22
|
pedump
|
23
23
|
ruby-progressbar (~> 1.7)
|
24
24
|
thor (~> 0.18)
|
@@ -29,64 +29,55 @@ GEM
|
|
29
29
|
addressable (2.5.2)
|
30
30
|
public_suffix (>= 2.0.2, < 4.0)
|
31
31
|
awesome_print (1.8.0)
|
32
|
-
aws-
|
33
|
-
|
34
|
-
aws-sdk-core (
|
32
|
+
aws-eventstream (1.0.1)
|
33
|
+
aws-partitions (1.107.0)
|
34
|
+
aws-sdk-core (3.36.0)
|
35
|
+
aws-eventstream (~> 1.0)
|
36
|
+
aws-partitions (~> 1.0)
|
35
37
|
aws-sigv4 (~> 1.0)
|
36
38
|
jmespath (~> 1.0)
|
37
|
-
aws-sdk-
|
38
|
-
aws-sdk-core (
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
39
|
+
aws-sdk-kms (1.11.0)
|
40
|
+
aws-sdk-core (~> 3, >= 3.26.0)
|
41
|
+
aws-sigv4 (~> 1.0)
|
42
|
+
aws-sdk-s3 (1.23.1)
|
43
|
+
aws-sdk-core (~> 3, >= 3.26.0)
|
44
|
+
aws-sdk-kms (~> 1)
|
45
|
+
aws-sigv4 (~> 1.0)
|
46
|
+
aws-sigv4 (1.0.3)
|
47
|
+
berkshelf (7.0.6)
|
48
|
+
chef (>= 13.6.52)
|
49
|
+
chef-config
|
44
50
|
cleanroom (~> 1.0)
|
45
51
|
concurrent-ruby (~> 1.0)
|
46
|
-
|
47
|
-
httpclient (~> 2.7)
|
48
|
-
minitar (~> 0.5, >= 0.5.4)
|
52
|
+
minitar (>= 0.6)
|
49
53
|
mixlib-archive (~> 0.4)
|
54
|
+
mixlib-config (>= 2.2.5)
|
50
55
|
mixlib-shellout (~> 2.0)
|
51
56
|
octokit (~> 4.0)
|
52
57
|
retryable (~> 2.0)
|
53
|
-
ridley (~> 5.0)
|
54
58
|
solve (~> 4.0)
|
55
|
-
thor (
|
56
|
-
buff-config (2.0.0)
|
57
|
-
buff-extensions (~> 2.0)
|
58
|
-
varia_model (~> 0.6)
|
59
|
-
buff-extensions (2.0.0)
|
60
|
-
buff-ignore (1.2.0)
|
61
|
-
buff-ruby_engine (1.0.0)
|
62
|
-
buff-shell_out (1.1.0)
|
63
|
-
buff-ruby_engine (~> 1.0)
|
59
|
+
thor (>= 0.20)
|
64
60
|
builder (3.2.3)
|
65
|
-
|
66
|
-
timers (~> 4.0.0)
|
67
|
-
celluloid-io (0.16.2)
|
68
|
-
celluloid (>= 0.16.0)
|
69
|
-
nio4r (>= 1.1.0)
|
70
|
-
chef (13.8.5)
|
61
|
+
chef (14.6.47)
|
71
62
|
addressable
|
72
63
|
bundler (>= 1.10)
|
73
|
-
chef-config (=
|
64
|
+
chef-config (= 14.6.47)
|
74
65
|
chef-zero (>= 13.0)
|
75
66
|
diff-lcs (~> 1.2, >= 1.2.4)
|
76
67
|
erubis (~> 2.7)
|
68
|
+
ffi (~> 1.9, >= 1.9.25)
|
77
69
|
ffi-yajl (~> 2.2)
|
78
70
|
highline (~> 1.6, >= 1.6.9)
|
79
71
|
iniparse (~> 1.4)
|
80
|
-
iso8601 (~> 0.9.1)
|
81
72
|
mixlib-archive (~> 0.4)
|
82
|
-
mixlib-authentication (~> 1
|
73
|
+
mixlib-authentication (~> 2.1)
|
83
74
|
mixlib-cli (~> 1.7)
|
84
|
-
mixlib-log (~>
|
85
|
-
mixlib-shellout (~> 2.
|
75
|
+
mixlib-log (~> 2.0, >= 2.0.3)
|
76
|
+
mixlib-shellout (~> 2.4)
|
86
77
|
net-sftp (~> 2.1, >= 2.1.2)
|
87
|
-
net-ssh (
|
78
|
+
net-ssh (~> 4.2)
|
88
79
|
net-ssh-multi (~> 1.2, >= 1.2.1)
|
89
|
-
ohai (~>
|
80
|
+
ohai (~> 14.0)
|
90
81
|
plist (~> 3.2)
|
91
82
|
proxifier (~> 1.0)
|
92
83
|
rspec-core (~> 3.5)
|
@@ -97,27 +88,27 @@ GEM
|
|
97
88
|
specinfra (~> 2.10)
|
98
89
|
syslog-logger (~> 1.6)
|
99
90
|
uuidtools (~> 2.1.5)
|
100
|
-
chef (
|
91
|
+
chef (14.6.47-universal-mingw32)
|
101
92
|
addressable
|
102
93
|
bundler (>= 1.10)
|
103
|
-
chef-config (=
|
94
|
+
chef-config (= 14.6.47)
|
104
95
|
chef-zero (>= 13.0)
|
105
96
|
diff-lcs (~> 1.2, >= 1.2.4)
|
106
97
|
erubis (~> 2.7)
|
107
|
-
ffi (~> 1.9)
|
98
|
+
ffi (~> 1.9, >= 1.9.25)
|
108
99
|
ffi-yajl (~> 2.2)
|
109
100
|
highline (~> 1.6, >= 1.6.9)
|
110
101
|
iniparse (~> 1.4)
|
111
|
-
iso8601 (~> 0.
|
102
|
+
iso8601 (~> 0.12.1)
|
112
103
|
mixlib-archive (~> 0.4)
|
113
|
-
mixlib-authentication (~> 1
|
104
|
+
mixlib-authentication (~> 2.1)
|
114
105
|
mixlib-cli (~> 1.7)
|
115
|
-
mixlib-log (~>
|
116
|
-
mixlib-shellout (~> 2.
|
106
|
+
mixlib-log (~> 2.0, >= 2.0.3)
|
107
|
+
mixlib-shellout (~> 2.4)
|
117
108
|
net-sftp (~> 2.1, >= 2.1.2)
|
118
|
-
net-ssh (
|
109
|
+
net-ssh (~> 4.2)
|
119
110
|
net-ssh-multi (~> 1.2, >= 1.2.1)
|
120
|
-
ohai (~>
|
111
|
+
ohai (~> 14.0)
|
121
112
|
plist (~> 3.2)
|
122
113
|
proxifier (~> 1.0)
|
123
114
|
rspec-core (~> 3.5)
|
@@ -135,32 +126,33 @@ GEM
|
|
135
126
|
win32-mmap (~> 0.4.1)
|
136
127
|
win32-mutex (~> 0.4.2)
|
137
128
|
win32-process (~> 0.8.2)
|
138
|
-
win32-service (~> 0
|
129
|
+
win32-service (~> 1.0)
|
130
|
+
win32-taskscheduler (~> 2.0)
|
139
131
|
windows-api (~> 0.4.4)
|
140
132
|
wmi-lite (~> 1.0)
|
141
|
-
chef-config (
|
133
|
+
chef-config (14.6.47)
|
142
134
|
addressable
|
143
135
|
fuzzyurl
|
144
|
-
mixlib-config (
|
136
|
+
mixlib-config (>= 2.2.12, < 3.0)
|
145
137
|
mixlib-shellout (~> 2.0)
|
146
138
|
tomlrb (~> 1.2)
|
147
|
-
chef-sugar (
|
148
|
-
chef-zero (
|
139
|
+
chef-sugar (4.1.0)
|
140
|
+
chef-zero (14.0.6)
|
149
141
|
ffi-yajl (~> 2.2)
|
150
142
|
hashie (>= 2.0, < 4.0)
|
151
|
-
mixlib-log (~>
|
143
|
+
mixlib-log (~> 2.0)
|
152
144
|
rack (~> 2.0)
|
153
145
|
uuidtools (~> 2.1)
|
154
146
|
citrus (3.0.2)
|
155
147
|
cleanroom (1.0.0)
|
156
|
-
concurrent-ruby (1.0
|
148
|
+
concurrent-ruby (1.1.0)
|
157
149
|
diff-lcs (1.3)
|
158
150
|
erubis (2.7.0)
|
159
|
-
faraday (0.
|
151
|
+
faraday (0.15.3)
|
160
152
|
multipart-post (>= 1.2, < 3)
|
161
|
-
ffi (1.9.
|
162
|
-
ffi (1.9.
|
163
|
-
ffi (1.9.
|
153
|
+
ffi (1.9.25)
|
154
|
+
ffi (1.9.25-x64-mingw32)
|
155
|
+
ffi (1.9.25-x86-mingw32)
|
164
156
|
ffi-win32-extensions (1.0.3)
|
165
157
|
ffi
|
166
158
|
ffi-yajl (2.3.1)
|
@@ -170,21 +162,18 @@ GEM
|
|
170
162
|
ffi (>= 1.0.1)
|
171
163
|
gyoku (1.3.1)
|
172
164
|
builder (>= 2.1.2)
|
173
|
-
hashie (3.
|
165
|
+
hashie (3.6.0)
|
174
166
|
highline (1.7.10)
|
175
|
-
hitimes (1.2.6)
|
176
|
-
hitimes (1.2.6-x86-mingw32)
|
177
167
|
httpclient (2.8.3)
|
178
168
|
iniparse (1.4.4)
|
179
169
|
iostruct (0.0.4)
|
180
170
|
ipaddress (0.8.3)
|
181
|
-
iso8601 (0.
|
171
|
+
iso8601 (0.12.1)
|
182
172
|
jmespath (1.4.0)
|
183
|
-
|
184
|
-
kitchen-vagrant (1.3.1)
|
173
|
+
kitchen-vagrant (1.3.6)
|
185
174
|
test-kitchen (~> 1.4)
|
186
175
|
libyajl2 (1.2.0)
|
187
|
-
license_scout (1.0.
|
176
|
+
license_scout (1.0.16)
|
188
177
|
ffi-yajl (~> 2.2)
|
189
178
|
mixlib-shellout (~> 2.2)
|
190
179
|
toml-rb (~> 1.0)
|
@@ -192,24 +181,26 @@ GEM
|
|
192
181
|
logging (2.2.2)
|
193
182
|
little-plugger (~> 1.1)
|
194
183
|
multi_json (~> 1.10)
|
195
|
-
minitar (0.
|
196
|
-
mixlib-archive (0.4.
|
184
|
+
minitar (0.7)
|
185
|
+
mixlib-archive (0.4.18)
|
186
|
+
mixlib-log
|
187
|
+
mixlib-archive (0.4.18-universal-mingw32)
|
197
188
|
mixlib-log
|
198
|
-
mixlib-authentication (1.
|
189
|
+
mixlib-authentication (2.1.1)
|
199
190
|
mixlib-cli (1.7.0)
|
200
|
-
mixlib-config (2.2.
|
191
|
+
mixlib-config (2.2.13)
|
201
192
|
tomlrb
|
202
|
-
mixlib-install (3.
|
193
|
+
mixlib-install (3.11.5)
|
203
194
|
mixlib-shellout
|
204
195
|
mixlib-versioning
|
205
196
|
thor
|
206
|
-
mixlib-log (
|
207
|
-
mixlib-shellout (2.
|
208
|
-
mixlib-shellout (2.
|
197
|
+
mixlib-log (2.0.4)
|
198
|
+
mixlib-shellout (2.4.0)
|
199
|
+
mixlib-shellout (2.4.0-universal-mingw32)
|
209
200
|
win32-process (~> 0.8.2)
|
210
201
|
wmi-lite (~> 1.0)
|
211
202
|
mixlib-versioning (1.2.2)
|
212
|
-
molinillo (0.6.
|
203
|
+
molinillo (0.6.6)
|
213
204
|
multi_json (1.13.1)
|
214
205
|
multipart-post (2.0.0)
|
215
206
|
net-scp (1.2.1)
|
@@ -223,18 +214,17 @@ GEM
|
|
223
214
|
net-ssh (>= 2.6.5)
|
224
215
|
net-ssh-gateway (>= 1.2.0)
|
225
216
|
net-telnet (0.1.1)
|
226
|
-
nio4r (2.3.0)
|
227
217
|
nori (2.6.0)
|
228
|
-
octokit (4.
|
218
|
+
octokit (4.13.0)
|
229
219
|
sawyer (~> 0.8.0, >= 0.5.3)
|
230
|
-
ohai (
|
231
|
-
chef-config (>= 12.
|
220
|
+
ohai (14.6.2)
|
221
|
+
chef-config (>= 12.8, < 15)
|
232
222
|
ffi (~> 1.9)
|
233
223
|
ffi-yajl (~> 2.2)
|
234
224
|
ipaddress
|
235
|
-
mixlib-cli
|
225
|
+
mixlib-cli (>= 1.7.0)
|
236
226
|
mixlib-config (~> 2.0)
|
237
|
-
mixlib-log (
|
227
|
+
mixlib-log (~> 2.0, >= 2.0.1)
|
238
228
|
mixlib-shellout (~> 2.0)
|
239
229
|
plist (~> 3.1)
|
240
230
|
systemu (~> 2.6.4)
|
@@ -246,51 +236,33 @@ GEM
|
|
246
236
|
progressbar
|
247
237
|
zhexdump (>= 0.0.2)
|
248
238
|
plist (3.4.0)
|
249
|
-
progressbar (1.
|
239
|
+
progressbar (1.10.0)
|
250
240
|
proxifier (1.0.3)
|
251
|
-
public_suffix (3.0.
|
252
|
-
rack (2.0.
|
241
|
+
public_suffix (3.0.3)
|
242
|
+
rack (2.0.5)
|
253
243
|
retryable (2.0.4)
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
celluloid-io (~> 0.16.1)
|
262
|
-
chef-config (>= 12.5.0)
|
263
|
-
erubis
|
264
|
-
faraday (~> 0.9)
|
265
|
-
hashie (>= 2.0.2, < 4.0.0)
|
266
|
-
httpclient (~> 2.7)
|
267
|
-
json (>= 1.7.7)
|
268
|
-
mixlib-authentication (>= 1.3.0)
|
269
|
-
retryable (~> 2.0)
|
270
|
-
semverse (~> 2.0)
|
271
|
-
varia_model (~> 0.6)
|
272
|
-
rspec (3.7.0)
|
273
|
-
rspec-core (~> 3.7.0)
|
274
|
-
rspec-expectations (~> 3.7.0)
|
275
|
-
rspec-mocks (~> 3.7.0)
|
276
|
-
rspec-core (3.7.1)
|
277
|
-
rspec-support (~> 3.7.0)
|
278
|
-
rspec-expectations (3.7.0)
|
244
|
+
rspec (3.8.0)
|
245
|
+
rspec-core (~> 3.8.0)
|
246
|
+
rspec-expectations (~> 3.8.0)
|
247
|
+
rspec-mocks (~> 3.8.0)
|
248
|
+
rspec-core (3.8.0)
|
249
|
+
rspec-support (~> 3.8.0)
|
250
|
+
rspec-expectations (3.8.2)
|
279
251
|
diff-lcs (>= 1.2.0, < 2.0)
|
280
|
-
rspec-support (~> 3.
|
252
|
+
rspec-support (~> 3.8.0)
|
281
253
|
rspec-its (1.2.0)
|
282
254
|
rspec-core (>= 3.0.0)
|
283
255
|
rspec-expectations (>= 3.0.0)
|
284
|
-
rspec-mocks (3.
|
256
|
+
rspec-mocks (3.8.0)
|
285
257
|
diff-lcs (>= 1.2.0, < 2.0)
|
286
|
-
rspec-support (~> 3.
|
287
|
-
rspec-support (3.
|
258
|
+
rspec-support (~> 3.8.0)
|
259
|
+
rspec-support (3.8.0)
|
288
260
|
rspec_junit_formatter (0.2.3)
|
289
261
|
builder (< 4)
|
290
262
|
rspec-core (>= 2, < 4, != 2.12.0)
|
291
|
-
ruby-progressbar (1.
|
263
|
+
ruby-progressbar (1.10.0)
|
292
264
|
rubyntlm (0.6.2)
|
293
|
-
rubyzip (1.2.
|
265
|
+
rubyzip (1.2.2)
|
294
266
|
sawyer (0.8.1)
|
295
267
|
addressable (>= 2.3.5, < 2.6)
|
296
268
|
faraday (~> 0.8, < 1.0)
|
@@ -304,33 +276,29 @@ GEM
|
|
304
276
|
solve (4.0.0)
|
305
277
|
molinillo (~> 0.6)
|
306
278
|
semverse (>= 1.1, < 3.0)
|
307
|
-
specinfra (2.
|
279
|
+
specinfra (2.76.3)
|
308
280
|
net-scp
|
309
|
-
net-ssh (>= 2.7
|
310
|
-
net-telnet
|
281
|
+
net-ssh (>= 2.7)
|
282
|
+
net-telnet (= 0.1.1)
|
311
283
|
sfl
|
284
|
+
structured_warnings (0.3.0)
|
312
285
|
syslog-logger (1.6.8)
|
313
286
|
systemu (2.6.5)
|
314
|
-
test-kitchen (1.
|
287
|
+
test-kitchen (1.23.2)
|
315
288
|
mixlib-install (~> 3.6)
|
316
289
|
mixlib-shellout (>= 1.2, < 3.0)
|
317
290
|
net-scp (~> 1.1)
|
318
291
|
net-ssh (>= 2.9, < 5.0)
|
319
292
|
net-ssh-gateway (~> 1.2)
|
320
|
-
thor (~> 0.19
|
293
|
+
thor (~> 0.19)
|
321
294
|
winrm (~> 2.0)
|
322
295
|
winrm-elevated (~> 1.0)
|
323
296
|
winrm-fs (~> 1.1)
|
324
|
-
thor (0.
|
325
|
-
|
326
|
-
hitimes
|
327
|
-
toml-rb (1.1.1)
|
297
|
+
thor (0.20.0)
|
298
|
+
toml-rb (1.1.2)
|
328
299
|
citrus (~> 3.0, > 3.0)
|
329
|
-
tomlrb (1.2.
|
300
|
+
tomlrb (1.2.7)
|
330
301
|
uuidtools (2.1.5)
|
331
|
-
varia_model (0.6.0)
|
332
|
-
buff-extensions (~> 2.0)
|
333
|
-
hashie (>= 2.0.2, < 4.0.0)
|
334
302
|
win32-api (1.5.3-universal-mingw32)
|
335
303
|
win32-dir (0.5.1)
|
336
304
|
ffi (>= 1.0.0)
|
@@ -346,12 +314,15 @@ GEM
|
|
346
314
|
win32-ipc (>= 0.6.0)
|
347
315
|
win32-process (0.8.3)
|
348
316
|
ffi (>= 1.0.0)
|
349
|
-
win32-service (0.
|
317
|
+
win32-service (1.0.1)
|
350
318
|
ffi
|
351
319
|
ffi-win32-extensions
|
320
|
+
win32-taskscheduler (2.0.0)
|
321
|
+
ffi
|
322
|
+
structured_warnings
|
352
323
|
windows-api (0.4.4)
|
353
324
|
win32-api (>= 1.4.5)
|
354
|
-
winrm (2.
|
325
|
+
winrm (2.3.0)
|
355
326
|
builder (>= 2.1.2)
|
356
327
|
erubis (~> 2.7)
|
357
328
|
gssapi (~> 1.2)
|
@@ -363,7 +334,7 @@ GEM
|
|
363
334
|
winrm-elevated (1.1.0)
|
364
335
|
winrm (~> 2.0)
|
365
336
|
winrm-fs (~> 1.0)
|
366
|
-
winrm-fs (1.
|
337
|
+
winrm-fs (1.3.1)
|
367
338
|
erubis (~> 2.7)
|
368
339
|
logging (>= 1.6.1, < 3.0)
|
369
340
|
rubyzip (~> 1.1)
|
@@ -385,4 +356,4 @@ DEPENDENCIES
|
|
385
356
|
winrm-fs
|
386
357
|
|
387
358
|
BUNDLED WITH
|
388
|
-
1.
|
359
|
+
1.17.1
|
@@ -47,9 +47,17 @@ dependency "rb-readline"
|
|
47
47
|
dependency "opscode-pushy-client"
|
48
48
|
dependency "version-manifest"
|
49
49
|
dependency "clean-static-libs"
|
50
|
+
dependency "ruby-cleanup"
|
50
51
|
|
51
52
|
package :rpm do
|
52
53
|
signing_passphrase ENV['OMNIBUS_RPM_SIGNING_PASSPHRASE']
|
54
|
+
compression_level 1
|
55
|
+
compression_type :xz
|
56
|
+
end
|
57
|
+
|
58
|
+
package :deb do
|
59
|
+
compression_level 1
|
60
|
+
compression_type :xz
|
53
61
|
end
|
54
62
|
|
55
63
|
package :pkg do
|
data/omnibus_overrides.rb
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
build_iteration 1
|
2
2
|
|
3
3
|
# Using pins that agree with chef 13.0.118.
|
4
|
-
override :chef, version: "v13.
|
5
|
-
override :ohai, version: "v13.0
|
4
|
+
override :chef, version: "v13.11.3"
|
5
|
+
override :ohai, version: "v13.10.0"
|
6
6
|
|
7
7
|
# Need modern bundler if we wish to support x-plat Gemfile.lock.
|
8
8
|
# Unfortunately, 1.14.x series has issues with BUNDLER_VERSION variables exported by
|
@@ -10,7 +10,7 @@ override :ohai, version: "v13.0.1"
|
|
10
10
|
# variable.
|
11
11
|
override :bundler, version: "1.15.4"
|
12
12
|
override :rubygems, version: "2.7.6"
|
13
|
-
override :ruby, version: "2.4.
|
13
|
+
override :ruby, version: "2.4.5"
|
14
14
|
|
15
15
|
override "libxml2", version: "2.9.7"
|
16
16
|
# Default in omnibus-software was too old. Feel free to move this ahead as necessary.
|
@@ -22,7 +22,7 @@ Gem::Specification.new do |gem|
|
|
22
22
|
gem.add_dependency "ffi-rzmq"
|
23
23
|
gem.add_dependency "uuidtools"
|
24
24
|
|
25
|
-
%w(rake
|
25
|
+
%w(rake rspec rspec_junit_formatter).each do |dep|
|
26
26
|
gem.add_development_dependency dep
|
27
27
|
end
|
28
28
|
end
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opscode-pushy-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.5.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Anderson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-04-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: chef
|
@@ -92,20 +92,6 @@ dependencies:
|
|
92
92
|
- - ">="
|
93
93
|
- !ruby/object:Gem::Version
|
94
94
|
version: '0'
|
95
|
-
- !ruby/object:Gem::Dependency
|
96
|
-
name: rdoc
|
97
|
-
requirement: !ruby/object:Gem::Requirement
|
98
|
-
requirements:
|
99
|
-
- - ">="
|
100
|
-
- !ruby/object:Gem::Version
|
101
|
-
version: '0'
|
102
|
-
type: :development
|
103
|
-
prerelease: false
|
104
|
-
version_requirements: !ruby/object:Gem::Requirement
|
105
|
-
requirements:
|
106
|
-
- - ">="
|
107
|
-
- !ruby/object:Gem::Version
|
108
|
-
version: '0'
|
109
95
|
- !ruby/object:Gem::Dependency
|
110
96
|
name: rspec
|
111
97
|
requirement: !ruby/object:Gem::Requirement
|
@@ -138,10 +124,10 @@ description: Client for Chef push jobs server
|
|
138
124
|
email:
|
139
125
|
- mark@chef.io
|
140
126
|
executables:
|
141
|
-
- print_execution_environment
|
142
127
|
- push-apply
|
143
|
-
-
|
128
|
+
- print_execution_environment
|
144
129
|
- pushy-service-manager
|
130
|
+
- pushy-client
|
145
131
|
extensions: []
|
146
132
|
extra_rdoc_files: []
|
147
133
|
files:
|
@@ -205,7 +191,7 @@ files:
|
|
205
191
|
- omnibus/resources/push-jobs-client/pkg/welcome.html.erb
|
206
192
|
- omnibus_overrides.rb
|
207
193
|
- opscode-pushy-client.gemspec
|
208
|
-
- pkg/opscode-pushy-client-2.
|
194
|
+
- pkg/opscode-pushy-client-2.5.6.gem
|
209
195
|
- spec/pushy_client/job_runner_spec.rb
|
210
196
|
- spec/pushy_client/protocol_handler_spec.rb
|
211
197
|
- spec/pushy_client/whitelist_spec.rb
|
@@ -228,13 +214,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
228
214
|
- !ruby/object:Gem::Version
|
229
215
|
version: '0'
|
230
216
|
requirements: []
|
231
|
-
|
232
|
-
rubygems_version: 2.7.6
|
217
|
+
rubygems_version: 3.0.3
|
233
218
|
signing_key:
|
234
219
|
specification_version: 4
|
235
220
|
summary: Client for Chef push jobs server
|
236
221
|
test_files:
|
237
|
-
- spec/
|
222
|
+
- spec/spec_helper.rb
|
238
223
|
- spec/pushy_client/protocol_handler_spec.rb
|
239
224
|
- spec/pushy_client/whitelist_spec.rb
|
240
|
-
- spec/
|
225
|
+
- spec/pushy_client/job_runner_spec.rb
|
Binary file
|