You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Chef/Deprecations/Delivery: Do not include a .delivery directory for the delivery command in your cookbooks. Chef Delivery (Workflow) went EOL Dec 31st 2021 and the delivery command was removed from Chef Workstation Feb 2022. (<https://docs.chef.io/workstation/cookstyle/chef_deprecations_delivery>)
34
-
- resolved cookstyle error:
35
-
- Chef/Correctness/OpenSSLPasswordHelpers: The secure_password helper from the openssl cookbooks Opscode::OpenSSL::Password class should not be used to generate passwords. (<https://docs.chef.io/workstation/cookstyle/chef_correctness_opensslpasswordhelpers>) ::Chef::Node.include Opscode::OpenSSL::Password
* Chef/Deprecations/Delivery: Do not include a .delivery directory for the delivery command in your cookbooks. Chef Delivery (Workflow) went EOL Dec 31st 2021 and the delivery command was removed from Chef Workstation Feb 2022. (<https://docs.chef.io/workstation/cookstyle/chef_deprecations_delivery>)
18
+
* resolved cookstyle error:
19
+
* Chef/Correctness/OpenSSLPasswordHelpers: The secure_password helper from the openssl cookbooks Opscode::OpenSSL::Password class should not be used to generate passwords. (<https://docs.chef.io/workstation/cookstyle/chef_correctness_opensslpasswordhelpers>) ::Chef::Node.include Opscode::OpenSSL::Password
20
+
* Update provisioner settings
21
+
* Update tested platforms
38
22
39
23
## 6.0.0 - *2021-08-20*
40
24
41
-
- Set unified_mode on resources for Chef 17 support
42
-
- Require Chef 15.3+ for unified_mode support
25
+
* Set unified_mode on resources for Chef 17 support
26
+
* Require Chef 15.3+ for unified_mode support
43
27
44
28
## 5.0.3 - *2021-08-14*
45
29
46
-
- Standardising files in line with updated recommendations
30
+
* Standardising files in line with updated recommendations
47
31
48
32
## 5.0.2 - *2021-06-01*
49
33
50
-
- Standardise files with files in sous-chefs/repo-management
34
+
* Standardise files with files in sous-chefs/repo-management
- Expand platform testing and fix 16.04 package tests
91
-
- Make sure we have ssl libs on debian systems
92
-
- Remove the chef 11 compatibility check in chef_gem
93
-
- Switch back to stable ChefDK builds for testing
94
-
- Require Chef 12.14 to get ruby 2.2.2+ which is needed for the gems that are installed by this cookbook
73
+
* Use multipackage to speed up package installs
74
+
* Expand platform testing and fix 16.04 package tests
75
+
* Make sure we have ssl libs on debian systems
76
+
* Remove the chef 11 compatibility check in chef_gem
77
+
* Switch back to stable ChefDK builds for testing
78
+
* Require Chef 12.14 to get ruby 2.2.2+ which is needed for the gems that are installed by this cookbook
95
79
96
80
## 3.0.0 (2016-09-08)
97
81
98
-
- Add matchers
99
-
- Require Chef 12.1+
82
+
* Add matchers
83
+
* Require Chef 12.1+
100
84
101
85
## 2.2.1 (2016-09-01)
102
86
103
-
- Add chef_version
104
-
- Testing updates
105
-
- Pull transmission from Github and use 2.92
87
+
* Add chef_version
88
+
* Testing updates
89
+
* Pull transmission from Github and use 2.92
106
90
107
91
## 2.2.0 (2016-08-11)
108
92
109
-
- Fix up chef_gem compile time warnings.
110
-
- Add support for transmission whitelist settings.
111
-
- Add use_inline_resources
112
-
- Add conditional to support older versions of chef.
113
-
- Update testing
114
-
- Specif version 4.x of activesupport to fix installs on Ruby 2.1 Chef omnibus
93
+
* Fix up chef_gem compile time warnings.
94
+
* Add support for transmission whitelist settings.
95
+
* Add use_inline_resources
96
+
* Add conditional to support older versions of chef.
97
+
* Update testing
98
+
* Specif version 4.x of activesupport to fix installs on Ruby 2.1 Chef omnibus
115
99
116
100
## v2.1.1 (2016-01-08)
117
101
118
-
- Add supports metadata for all supported platforms
102
+
* Add supports metadata for all supported platforms
119
103
120
104
## v2.1.0 (2016-01-08)
121
105
122
-
- Fixed installation via source on RHEL systems by adding openssl / tar packages to the source recipe
123
-
- Switched to platform_family to better support derivitive operating systems
124
-
- Updated to the latest version of Transmission for source installs
125
-
- Switched from .bz2 to .xz format archives for source installs as .bz2 archives are no longer being published. Xz tools will now be installed in the source recipe
126
-
- Added source test suite in Test Kitchen
127
-
- Removed support for RHEL releases before 7 as the version of libevent shipped in these distros is too old to compile tranmission
106
+
* Fixed installation via source on RHEL systems by adding openssl / tar packages to the source recipe
107
+
* Switched to platform_family to better support derivitive operating systems
108
+
* Updated to the latest version of Transmission for source installs
109
+
* Switched from .bz2 to .xz format archives for source installs as .bz2 archives are no longer being published. Xz tools will now be installed in the source recipe
110
+
* Added source test suite in Test Kitchen
111
+
* Removed support for RHEL releases before 7 as the version of libevent shipped in these distros is too old to compile tranmission
128
112
129
113
## v2.0.10 (2015-12-14)
130
114
131
-
- Set the minimum supported Chef release to 11
132
-
- Removed the monkeypatch to Ruby 1.8.6 support
133
-
- Resolved all rubocop warnings
134
-
- Added testing with Travis CI
135
-
- Added chefignore file
136
-
- Swaped Digital Ocean Test Kitchen config for Docker
137
-
- Added standard Chef .rubocop.yml
138
-
- Updated contributing and testing docs
139
-
- Added Gemfile with development deps
140
-
- Added maintainers file
141
-
- Added a Rakefile for simplified testing
115
+
* Set the minimum supported Chef release to 11
116
+
* Removed the monkeypatch to Ruby 1.8.6 support
117
+
* Resolved all rubocop warnings
118
+
* Added testing with Travis CI
119
+
* Added chefignore file
120
+
* Swaped Digital Ocean Test Kitchen config for Docker
121
+
* Added standard Chef .rubocop.yml
122
+
* Updated contributing and testing docs
123
+
* Added Gemfile with development deps
124
+
* Added maintainers file
125
+
* Added a Rakefile for simplified testing
142
126
143
127
## v2.0.9 (2015-02-18)
144
128
145
-
- reverting OpenSSL module namespace change
129
+
* reverting OpenSSL module namespace change
146
130
147
131
## v2.0.8 (2015-02-18)
148
132
149
-
- reverting chef_gem compile_time work
133
+
* reverting chef_gem compile_time work
150
134
151
135
## v2.0.7 (2015-02-18)
152
136
153
-
- Updating to use the latest openssl
137
+
* Updating to use the latest openssl
154
138
155
139
## v2.0.6 (2015-02-18)
156
140
157
-
- Fixing chef_gem for Chef below 12.1.0
141
+
* Fixing chef_gem for Chef below 12.1.0
158
142
159
143
## v2.0.4 (2014-09-18)
160
144
161
-
-[#11] prevent circular symlink for settings.json on Ubuntu 14.04
162
-
- Add Berksfile and test-kitchen config
145
+
*[#11] prevent circular symlink for settings.json on Ubuntu 14.04
146
+
* Add Berksfile and test-kitchen config
163
147
164
148
## v2.0.2 (2014-03-19)
165
149
166
-
-[COOK-4424] Updates Transmission url in README'
150
+
*[COOK-4424] Updates Transmission url in README'
167
151
168
152
## v2.0.0
169
153
170
154
**Requires Ruby 1.9 or higher!**
171
155
172
-
-**[COOK-3451](https://tickets.chef.io/browse/COOK-3451)** - Use Hash#key to silence Hash#index deprecation warnings
173
-
-**[COOK-3450](https://tickets.chef.io/browse/COOK-3450)** - Delete torrent local data when not seeding
174
-
-**[COOK-3449](https://tickets.chef.io/browse/COOK-3449)** - Prevent torrent status of checking from prematurely ending blocking downloads
175
-
-**[COOK-3324](https://tickets.chef.io/browse/COOK-3324)** - Use `BEncode.load_file` to load torrent file when hashing to avoid UTF-8 encoding issues
176
-
-**[COOK-2227](https://tickets.chef.io/browse/COOK-2227)** - Add watch dir options
156
+
* Use Hash#key to silence Hash#index deprecation warnings
157
+
* Delete torrent local data when not seeding
158
+
* Prevent torrent status of checking from prematurely ending blocking downloads
159
+
* Use `BEncode.load_file` to load torrent file when hashing to avoid UTF-8 encoding issues
160
+
* Add watch dir options
177
161
178
162
## v1.0.4
179
163
180
-
-[COOK-2981]: transmission cookbook has foodcritic errors
164
+
*[COOK-2981]: transmission cookbook has foodcritic errors
181
165
182
166
## v1.0.2
183
167
184
-
-[COOK-729]: `transmission_torrent_file` doesn't work for more than a single torrent
185
-
-[COOK-732]: link to file in swarm not created if torrent already completely downloaded
168
+
*[COOK-729]: `transmission_torrent_file` doesn't work for more than a single torrent
169
+
*[COOK-732]: link to file in swarm not created if torrent already completely downloaded
0 commit comments