ridley 4.6.0 → 4.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 433215dfdcf7febb114b41a9f59fc061cde13bb5
4
- data.tar.gz: cea3731e41a9aaf4632b4d9a11928461d1a29b36
3
+ metadata.gz: f91d0105a3cb8db6d178b74ba61d0f680546bd75
4
+ data.tar.gz: b7984988cb8377e316a8f4145dd25c14b1caa7f5
5
5
  SHA512:
6
- metadata.gz: 46b6e1e4d07b0660b82bfd2013e509207f898a6cf8d6eed5d3d13e935e3e2e53b509c40fc76f084f73f5c5ea40c028749433805786f07c81550669edc10c3fa7
7
- data.tar.gz: 97e62bf74323ab6989c02322e83914738af8790352732504a04482edaeec8240d46a5438e2b51255901ba730cc42c0f01a4dffceed828ba04ad2a6e8bfbe8437
6
+ metadata.gz: e04385aa8c2147595e54a648e51d9d006d1be911951a4c8c42dfc2626d2c80d81a0f8c6ec490d50fed7823cff71665b039b0475c41c6e97673a0bc86f7b04d9b
7
+ data.tar.gz: d2f99faad682faffba0336ae9010287dad2b8bbceebf6e8013f70f330cea529e8512825162f5c8bf5e7034dcb5c085c9c6fd0c1f423801cdfe5138ed1c04855b
@@ -1,124 +1,140 @@
1
- # 4.6.0
1
+ # Ridley Changelog
2
2
 
3
- * Enhancements
4
- * Switch from net_http to httpclient under the hood to add proxy support
3
+ ## 4.6.1
5
4
 
6
- # 4.5.0
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
- * Enhancements
9
- * Add support for chef server universe endpoint
7
+ ## 4.6.0
10
8
 
11
- # 4.4.3
9
+ ### Enhancements
12
10
 
13
- * updating httpclient version dep to ~> 2.7
11
+ - Switch from net_http to httpclient under the hood to add proxy support
14
12
 
15
- # 4.4.2
13
+ ## 4.5.0
16
14
 
17
- * Bring back 4.4.0 with backcompat fixes!
15
+ ### Enhancements
18
16
 
19
- # 4.4.1
17
+ - Add support for chef server universe endpoint
20
18
 
21
- * Revert 4.4.0 while we figure out a regression
19
+ ## 4.4.3
22
20
 
23
- # 4.4.0
21
+ - updating httpclient version dep to ~> 2.7
24
22
 
25
- * Enhancements
26
- * Use chef-config gem for Chef configuration, including proxy improvements
23
+ ## 4.4.2
27
24
 
28
- # 4.3.2
25
+ - Bring back 4.4.0 with backcompat fixes!
29
26
 
30
- * Bug Fixes
31
- * Supress warning output re: cookbook domain from httpclient
27
+ ## 4.4.1
32
28
 
33
- # 4.3.1
29
+ - Revert 4.4.0 while we figure out a regression
34
30
 
35
- * Tighten constraint on varia_model to `~> 0.4.0`
31
+ ## 4.4.0
36
32
 
37
- # 4.3.0
33
+ ### Enhancements
38
34
 
39
- * Enhancements
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
- # 4.2.0
37
+ ## 4.3.2
46
38
 
47
- * Enhancements
48
- * Support 'root_default' files
39
+ ### Bug Fixes
49
40
 
50
- # 4.1.2
41
+ - Supress warning output re: cookbook domain from httpclient
51
42
 
52
- * Fixed: permission denied errors on Windows while uploading cookbooks
53
- * Fixed: no proc error when evaluating client_key option
54
- * Bump required version of retryable
43
+ ## 4.3.1
55
44
 
56
- # 4.1.1
45
+ - Tighten constraint on varia_model to `~> 0.4.0`
57
46
 
58
- * Enhancements
59
- * Add support for metadata source_url field
60
- * Add support for metadata issues_url field
47
+ ## 4.3.0
61
48
 
62
- # 4.1.0
49
+ ### Enhancements
63
50
 
64
- * Fix monkey patching issue with options#slice when running under Vagrant
65
- * Bump required version of Celluloid `~> 0.16.0`
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
- # 4.0.0
54
+ ### Bug Fixes
69
55
 
70
- * Update many out of date dependencies
71
- * buff-config
72
- * buff-extensions
73
- * varia_model
74
- * hashie
56
+ - Fix missiong constant ValidationFailed when performing a params validation
75
57
 
76
- # 3.1.0
58
+ ## 4.2.0
77
59
 
78
- * Fix issue with evaluating metadata generated by older versions of knife
79
- * Move remaining host-connector code out of Ridley and into Ridley-Connectors
60
+ ### Enhancements
80
61
 
81
- # 3.0.0
62
+ - Support 'root_default' files
82
63
 
83
- * Update Faraday
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
- # 2.5.1
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
- * Fix no method error bug in partial search
70
+ ## 4.1.1
91
71
 
92
- # 2.5.0
72
+ ### Enhancements
93
73
 
94
- * Releasing 2.5.0 as a proper new version over 2.4.4.
74
+ - Add support for metadata source_url field
75
+ - Add support for metadata issues_url field
95
76
 
96
- # 2.4.4
77
+ ## 4.1.0
97
78
 
98
- * [#248](https://github.com/RiotGames/ridley/pull/248) Fix some edge cases and styling for deleting attributes from an environment
99
- * [#247](https://github.com/RiotGames/ridley/pull/247) Add support for removing attributes from a node
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
- # 2.4.3
83
+ ## 4.0.0
102
84
 
103
- * [#245](https://github.com/RiotGames/ridley/pull/245) Fix for numeric and boolean attribute types
85
+ - Update many out of date dependencies
104
86
 
105
- # 2.4.2
87
+ - buff-config
88
+ - buff-extensions
89
+ - varia_model
90
+ - hashie
106
91
 
107
- * [#244](https://github.com/RiotGames/ridley/pull/244) Fix a bug with deleting deeply nested environment attributes.
92
+ ## 3.1.0
108
93
 
109
- # 2.4.0
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
- * Add support for Chef 11 User Objects
97
+ ## 3.0.0
112
98
 
113
- # 2.1.0
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
- * [#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.
104
+ ## 2.5.1
116
105
 
117
- # 2.0.0
106
+ - Fix no method error bug in partial search
118
107
 
119
- * [#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)
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
- # 1.7.1
110
+ - Releasing 2.5.0 as a proper new version over 2.4.4.
123
111
 
124
- * [#224](https://github.com/RiotGames/ridley/pull/224) Connection#stream will now return true/false on whether it copied the file that was streamed.
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
- [![Gem Version](https://badge.fury.io/rb/ridley.png)](http://badge.fury.io/rb/ridley)
3
- [![Build Status](https://secure.travis-ci.org/reset/ridley.png?branch=master)](http://travis-ci.org/reset/ridley)
4
- [![Dependency Status](https://gemnasium.com/reset/ridley.png?travis)](https://gemnasium.com/reset/ridley)
5
- [![Code Climate](https://codeclimate.com/github/reset/ridley.png)](https://codeclimate.com/github/reset/ridley)
2
+ [![Gem Version](https://badge.fury.io/rb/ridley.svg)](http://badge.fury.io/rb/ridley)
3
+ [![Build Status](https://secure.travis-ci.org/berkshelf/ridley.svg?branch=master)](http://travis-ci.org/berkshelf/ridley)
4
+ [![Dependency Status](https://gemnasium.com/berkshelf/ridley.svg?travis)](https://gemnasium.com/berkshelf/ridley)
5
+ [![Code Climate](https://codeclimate.com/github/berkshelf/ridley.svg)](https://codeclimate.com/github/berkshelf/ridley)
6
6
 
7
7
  A reliable Chef API client with a clean syntax
8
8
 
@@ -1,3 +1,3 @@
1
1
  module Ridley
2
- VERSION = "4.6.0"
2
+ VERSION = "4.6.1"
3
3
  end
@@ -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.0
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-07-19 00:00:00.000000000 Z
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: '1.1'
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: '1.1'
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.2.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: