ridley 4.6.0 → 4.6.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 +4 -4
- data/CHANGELOG.md +91 -75
- data/README.md +4 -4
- data/lib/ridley/version.rb +1 -1
- data/ridley.gemspec +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f91d0105a3cb8db6d178b74ba61d0f680546bd75
|
|
4
|
+
data.tar.gz: b7984988cb8377e316a8f4145dd25c14b1caa7f5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e04385aa8c2147595e54a648e51d9d006d1be911951a4c8c42dfc2626d2c80d81a0f8c6ec490d50fed7823cff71665b039b0475c41c6e97673a0bc86f7b04d9b
|
|
7
|
+
data.tar.gz: d2f99faad682faffba0336ae9010287dad2b8bbceebf6e8013f70f330cea529e8512825162f5c8bf5e7034dcb5c085c9c6fd0c1f423801cdfe5138ed1c04855b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,124 +1,140 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Ridley Changelog
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
* Switch from net_http to httpclient under the hood to add proxy support
|
|
3
|
+
## 4.6.1
|
|
5
4
|
|
|
6
|
-
|
|
5
|
+
- Pin to buff-ignore to ensure support for legacy Ruby releases. This will be the last release of Ridley that supports Ruby < 2.1.X. Pin accordingly if you require support for deprecated Ruby releases.
|
|
7
6
|
|
|
8
|
-
|
|
9
|
-
* Add support for chef server universe endpoint
|
|
7
|
+
## 4.6.0
|
|
10
8
|
|
|
11
|
-
|
|
9
|
+
### Enhancements
|
|
12
10
|
|
|
13
|
-
|
|
11
|
+
- Switch from net_http to httpclient under the hood to add proxy support
|
|
14
12
|
|
|
15
|
-
|
|
13
|
+
## 4.5.0
|
|
16
14
|
|
|
17
|
-
|
|
15
|
+
### Enhancements
|
|
18
16
|
|
|
19
|
-
|
|
17
|
+
- Add support for chef server universe endpoint
|
|
20
18
|
|
|
21
|
-
|
|
19
|
+
## 4.4.3
|
|
22
20
|
|
|
23
|
-
|
|
21
|
+
- updating httpclient version dep to ~> 2.7
|
|
24
22
|
|
|
25
|
-
|
|
26
|
-
* Use chef-config gem for Chef configuration, including proxy improvements
|
|
23
|
+
## 4.4.2
|
|
27
24
|
|
|
28
|
-
|
|
25
|
+
- Bring back 4.4.0 with backcompat fixes!
|
|
29
26
|
|
|
30
|
-
|
|
31
|
-
* Supress warning output re: cookbook domain from httpclient
|
|
27
|
+
## 4.4.1
|
|
32
28
|
|
|
33
|
-
|
|
29
|
+
- Revert 4.4.0 while we figure out a regression
|
|
34
30
|
|
|
35
|
-
|
|
31
|
+
## 4.4.0
|
|
36
32
|
|
|
37
|
-
|
|
33
|
+
### Enhancements
|
|
38
34
|
|
|
39
|
-
|
|
40
|
-
* Switch internal HTTP client from `net_http_persistent` to `httpclient`
|
|
41
|
-
* Loosen constraint on Hashie to allow for both the 2.x and 3.x line
|
|
42
|
-
* Bug Fixes
|
|
43
|
-
* Fix missiong constant ValidationFailed when performing a params validation
|
|
35
|
+
- Use chef-config gem for Chef configuration, including proxy improvements
|
|
44
36
|
|
|
45
|
-
|
|
37
|
+
## 4.3.2
|
|
46
38
|
|
|
47
|
-
|
|
48
|
-
* Support 'root_default' files
|
|
39
|
+
### Bug Fixes
|
|
49
40
|
|
|
50
|
-
|
|
41
|
+
- Supress warning output re: cookbook domain from httpclient
|
|
51
42
|
|
|
52
|
-
|
|
53
|
-
* Fixed: no proc error when evaluating client_key option
|
|
54
|
-
* Bump required version of retryable
|
|
43
|
+
## 4.3.1
|
|
55
44
|
|
|
56
|
-
|
|
45
|
+
- Tighten constraint on varia_model to `~> 0.4.0`
|
|
57
46
|
|
|
58
|
-
|
|
59
|
-
* Add support for metadata source_url field
|
|
60
|
-
* Add support for metadata issues_url field
|
|
47
|
+
## 4.3.0
|
|
61
48
|
|
|
62
|
-
|
|
49
|
+
### Enhancements
|
|
63
50
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
* Bump required version of Celluloid-IO `~> 0.16.1`
|
|
51
|
+
- Switch internal HTTP client from `net_http_persistent` to `httpclient`
|
|
52
|
+
- Loosen constraint on Hashie to allow for both the 2.x and 3.x line
|
|
67
53
|
|
|
68
|
-
|
|
54
|
+
### Bug Fixes
|
|
69
55
|
|
|
70
|
-
|
|
71
|
-
* buff-config
|
|
72
|
-
* buff-extensions
|
|
73
|
-
* varia_model
|
|
74
|
-
* hashie
|
|
56
|
+
- Fix missiong constant ValidationFailed when performing a params validation
|
|
75
57
|
|
|
76
|
-
|
|
58
|
+
## 4.2.0
|
|
77
59
|
|
|
78
|
-
|
|
79
|
-
* Move remaining host-connector code out of Ridley and into Ridley-Connectors
|
|
60
|
+
### Enhancements
|
|
80
61
|
|
|
81
|
-
|
|
62
|
+
- Support 'root_default' files
|
|
82
63
|
|
|
83
|
-
|
|
84
|
-
* Update Celluloid
|
|
85
|
-
* Fix noise in chefignore when debug flag is turned on
|
|
86
|
-
* Fix issue reading files that contain UTF-8
|
|
64
|
+
## 4.1.2
|
|
87
65
|
|
|
88
|
-
|
|
66
|
+
- Fixed: permission denied errors on Windows while uploading cookbooks
|
|
67
|
+
- Fixed: no proc error when evaluating client_key option
|
|
68
|
+
- Bump required version of retryable
|
|
89
69
|
|
|
90
|
-
|
|
70
|
+
## 4.1.1
|
|
91
71
|
|
|
92
|
-
|
|
72
|
+
### Enhancements
|
|
93
73
|
|
|
94
|
-
|
|
74
|
+
- Add support for metadata source_url field
|
|
75
|
+
- Add support for metadata issues_url field
|
|
95
76
|
|
|
96
|
-
|
|
77
|
+
## 4.1.0
|
|
97
78
|
|
|
98
|
-
|
|
99
|
-
|
|
79
|
+
- Fix monkey patching issue with options#slice when running under Vagrant
|
|
80
|
+
- Bump required version of Celluloid `~> 0.16.0`
|
|
81
|
+
- Bump required version of Celluloid-IO `~> 0.16.1`
|
|
100
82
|
|
|
101
|
-
|
|
83
|
+
## 4.0.0
|
|
102
84
|
|
|
103
|
-
|
|
85
|
+
- Update many out of date dependencies
|
|
104
86
|
|
|
105
|
-
|
|
87
|
+
- buff-config
|
|
88
|
+
- buff-extensions
|
|
89
|
+
- varia_model
|
|
90
|
+
- hashie
|
|
106
91
|
|
|
107
|
-
|
|
92
|
+
## 3.1.0
|
|
108
93
|
|
|
109
|
-
|
|
94
|
+
- Fix issue with evaluating metadata generated by older versions of knife
|
|
95
|
+
- Move remaining host-connector code out of Ridley and into Ridley-Connectors
|
|
110
96
|
|
|
111
|
-
|
|
97
|
+
## 3.0.0
|
|
112
98
|
|
|
113
|
-
|
|
99
|
+
- Update Faraday
|
|
100
|
+
- Update Celluloid
|
|
101
|
+
- Fix noise in chefignore when debug flag is turned on
|
|
102
|
+
- Fix issue reading files that contain UTF-8
|
|
114
103
|
|
|
115
|
-
|
|
104
|
+
## 2.5.1
|
|
116
105
|
|
|
117
|
-
|
|
106
|
+
- Fix no method error bug in partial search
|
|
118
107
|
|
|
119
|
-
|
|
120
|
-
* As discussed by @jtimberman in [#225](https://github.com/RiotGames/ridley/issues/225) it makes sense to move this code based on Ridley's main purpose, and gives a decent performance boost to users who don't need this extra functionality.
|
|
108
|
+
## 2.5.0
|
|
121
109
|
|
|
122
|
-
|
|
110
|
+
- Releasing 2.5.0 as a proper new version over 2.4.4.
|
|
123
111
|
|
|
124
|
-
|
|
112
|
+
## 2.4.4
|
|
113
|
+
|
|
114
|
+
- [#248](https://github.com/RiotGames/ridley/pull/248) Fix some edge cases and styling for deleting attributes from an environment
|
|
115
|
+
- [#247](https://github.com/RiotGames/ridley/pull/247) Add support for removing attributes from a node
|
|
116
|
+
|
|
117
|
+
## 2.4.3
|
|
118
|
+
|
|
119
|
+
- [#245](https://github.com/RiotGames/ridley/pull/245) Fix for numeric and boolean attribute types
|
|
120
|
+
|
|
121
|
+
## 2.4.2
|
|
122
|
+
|
|
123
|
+
- [#244](https://github.com/RiotGames/ridley/pull/244) Fix a bug with deleting deeply nested environment attributes.
|
|
124
|
+
|
|
125
|
+
## 2.4.0
|
|
126
|
+
|
|
127
|
+
- Add support for Chef 11 User Objects
|
|
128
|
+
|
|
129
|
+
## 2.1.0
|
|
130
|
+
|
|
131
|
+
- [#228](https://github.com/RiotGames/ridley/pull/228) Add a new API for filtering log output. Useful for output you might not want to display because it is sensitive.
|
|
132
|
+
|
|
133
|
+
## 2.0.0
|
|
134
|
+
|
|
135
|
+
- [#227](https://github.com/RiotGames/ridley/pull/227) HostCommander and HostConnector code has been moved into its own gem - [found here](https://github.com/RiotGames/ridley-connectors)
|
|
136
|
+
- As discussed by @jtimberman in [#225](https://github.com/RiotGames/ridley/issues/225) it makes sense to move this code based on Ridley's main purpose, and gives a decent performance boost to users who don't need this extra functionality.
|
|
137
|
+
|
|
138
|
+
## 1.7.1
|
|
139
|
+
|
|
140
|
+
- [#224](https://github.com/RiotGames/ridley/pull/224) Connection#stream will now return true/false on whether it copied the file that was streamed.
|
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Ridley
|
|
2
|
-
[](http://badge.fury.io/rb/ridley)
|
|
3
|
+
[](http://travis-ci.org/berkshelf/ridley)
|
|
4
|
+
[](https://gemnasium.com/berkshelf/ridley)
|
|
5
|
+
[](https://codeclimate.com/github/berkshelf/ridley)
|
|
6
6
|
|
|
7
7
|
A reliable Chef API client with a clean syntax
|
|
8
8
|
|
data/lib/ridley/version.rb
CHANGED
data/ridley.gemspec
CHANGED
|
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
|
|
|
21
21
|
s.add_dependency 'varia_model', '~> 0.4.0'
|
|
22
22
|
s.add_dependency 'buff-config', '~> 1.0'
|
|
23
23
|
s.add_dependency 'buff-extensions', '~> 1.0'
|
|
24
|
-
s.add_dependency 'buff-ignore', '~> 1.1'
|
|
24
|
+
s.add_dependency 'buff-ignore', '~> 1.1.1'
|
|
25
25
|
s.add_dependency 'buff-shell_out', '~> 0.1'
|
|
26
26
|
s.add_dependency 'celluloid', '~> 0.16.0'
|
|
27
27
|
s.add_dependency 'celluloid-io', '~> 0.16.1'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ridley
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.6.
|
|
4
|
+
version: 4.6.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: 2016-
|
|
12
|
+
date: 2016-08-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: addressable
|
|
@@ -73,14 +73,14 @@ dependencies:
|
|
|
73
73
|
requirements:
|
|
74
74
|
- - "~>"
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
|
-
version:
|
|
76
|
+
version: 1.1.1
|
|
77
77
|
type: :runtime
|
|
78
78
|
prerelease: false
|
|
79
79
|
version_requirements: !ruby/object:Gem::Requirement
|
|
80
80
|
requirements:
|
|
81
81
|
- - "~>"
|
|
82
82
|
- !ruby/object:Gem::Version
|
|
83
|
-
version:
|
|
83
|
+
version: 1.1.1
|
|
84
84
|
- !ruby/object:Gem::Dependency
|
|
85
85
|
name: buff-shell_out
|
|
86
86
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -429,7 +429,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
429
429
|
version: '0'
|
|
430
430
|
requirements: []
|
|
431
431
|
rubyforge_project:
|
|
432
|
-
rubygems_version: 2.
|
|
432
|
+
rubygems_version: 2.6.6
|
|
433
433
|
signing_key:
|
|
434
434
|
specification_version: 4
|
|
435
435
|
summary: A reliable Chef API client with a clean syntax
|
|
@@ -506,4 +506,3 @@ test_files:
|
|
|
506
506
|
- spec/unit/ridley/resources/user_resource_spec.rb
|
|
507
507
|
- spec/unit/ridley/sandbox_uploader_spec.rb
|
|
508
508
|
- spec/unit/ridley_spec.rb
|
|
509
|
-
has_rdoc:
|