comparison modules/inifile/HISTORY.md @ 386:3fce34f642f1

Add a PHP module to handle platform differences
author IBBoard <dev@ibboard.co.uk>
date Mon, 03 Jan 2022 17:09:39 +0000
parents
children
comparison
equal deleted inserted replaced
385:d9009f54eb23 386:3fce34f642f1
1 ## 2.3.0
2 ### Summary
3 This release uses the PDK convert functionality which in return makes the module PDK compliant. It also includes a feature for `force_new_section_creation` and a roll up of maintenance changes.
4
5 ### Added
6 - Added `force_new_section_creation` parameter.
7 - PDK convert and update to use pdk 1.5.0 (MODULES-6326).
8
9 ### Removed
10 - Support for Scientific Linux 5
11 - Support for Debian 7
12
13 ## Supported Release [2.2.2]
14 ### Summary
15 This is a bug fix release that corrects type autoloading.
16
17 ### Fixed
18 - Correct type autoload ([FM-6932](https://tickets.puppet.com/browse/FM-6932)).
19
20 ## Supported Release [2.2.1]
21 ### Summary
22 This is a bug fix release for a problem with managing existing lines in Puppet > 5.4.0
23
24 ### Fixed
25 - issue with ini_setting's :refreshonly parameter validation ([MODULES-6687](https://tickets.puppet.com/browse/MODULES-6687))
26
27 ## Supported Release [2.2.0]
28 ### Summary
29 This release uses the PDK convert functionality which in return makes the module PDK compliant. It also includes a roll up of maintenance changes.
30
31 ### Added
32 - PDK convert inifile ([MODULES-6453](https://tickets.puppet.com/browse/MODULES-6453)).
33 - Modulesync updates.
34
35 ### Fixed
36 - Changes to address additional Rubocop failures.
37 - Addressing puppet-lint doc warnings.
38
39 ### Removed
40 - `gem update bundler` command in .travis.yml due to ([MODULES-6339](https://tickets.puppet.com/browse/MODULES-6339)).
41
42 ## Supported Release 2.1.1
43 ### Summary
44 This release is in order to implement Rubocop within the module and includes a wide array of formatting changes throughout the code and the enabling of rubocop checks to be run against all pull requests against the module.
45
46 ### Changed
47 - Rubocop checks will now be run against any PRs made towards the module.
48 - The module has undergone a substantial reformatting in order to comply with the designated standards.
49
50 ## Supported Release 2.1.0
51 ### Summary
52 This is a clean release prior to the implementation of rubocop within the module.
53
54 ### Added
55 - Several Modulesync updates have been made.
56 - Indent Character can now be set.
57 - Support for Debian 9 has been added.
58
59 ### Removed
60 - Support for Ubuntu 1004 and 1204 has been removed.
61 - Support for SLES 10 SP4 has been removed.
62 - Support for Debian 6 has been removed.
63 - Support for Solaris 12 has been removed.
64 - Support for Windows Server 2003 R2 has been removed.
65
66 ## Supported Release 2.0.0
67 ### Summary
68 This is a major release that includes a few bugfixes as well as some general module updates.
69
70 **This release drops Puppet 3 support**
71
72 ### Changed
73 - Moved lower Puppet version requirement to 4.7.0, MODULES-4830
74
75 ### Fixed
76 - Fix path validation on windows MODULES-4170
77 - Fix headings in README
78 - Fix for mimicking commented settings MODULES-4932
79 - Fix for Backwards compatible ini_file.set_value MODULES-5172
80
81 ## Supported Release 1.6.0
82 ### Summary
83 This release expands functionality around sub-settings and adds the `refreshonly` parameter so the user can specify whether a resource should or should not respond to a refresh event.
84
85 ### Features
86 - `refreshonly` decide whether or not a value should be updated as part of a refresh
87 - `insert_type` choose where the sub-setting is placed in the final string
88 - `subsetting_key_val_separator` specify a key/value separator for sub-settings
89
90 ### Bugfixes
91 - MODULES-3145 Cast values to strings before passing to provider
92
93
94 ## Supported Release 1.5.0
95 ### Summary
96 This release adds the long-awaited `show_diff` parameter for diffing the complete file on changes (or can also just show the md5 sums).
97
98 ### Features
99 - Added `show_diff` parameter to show diffs on changes.
100 - Remove empty ini sections when the last line in the section is removed.
101
102 ### Bugfixes
103 - Workaround `create_ini_settings()` duplicate resources puppet bug PUP-4709
104
105 ## Supported Release 1.4.3
106 ###Summary
107
108 Small release for support of newer PE versions. This increments the version of PE in the metadata.json file.
109
110 ## 2015-09-01 - Supported Release 1.4.2
111 ### Summary
112 This release adds some bugfixes.
113
114 ####Bugfixes
115 - MODULES-2212 Add use_exact_match parameter for subsettings
116 - MODULES-1908 Munge the setting to ensure we always strip the whitespace
117 - MODULES-2369 Support a space as a key_val_separator
118
119 ## 2015-07-15 - Supported Release 1.4.1
120 ### Summary
121 This release bumps the metadata for PE up.
122
123 ##2015-07-07 - Supported Releases 1.4.0
124 ###Summary
125
126 This is primarily a release which includes acceptance tests updates, but also includes some minor bug fixes and improvements
127
128 ####Features
129 - Solaris 12 Support
130 - Acceptance testing improvements
131
132 ####Bugfixes
133 - MODULES-1599 Match only on space and tab whitespace after k/v separator
134
135 ##2015-06-09 - Supported Releases 1.3.0
136 ###Summary
137
138 This is primarily a feature release, but also includes test fixes, documentation updates and synchronization of files with modulesync.
139
140 ####Features
141 - Synchronized files using modulesync
142 - Improved documentation
143 - Allow changing key value separator beyond indentation
144 - Adding the ability to change regex match for $section in inifile
145
146 ####Bugfixes
147 - pin beaker-rspec for windows testing
148 - pin rspec gems for testing
149 - Adds default values for section
150 - Fixed names containing spaces
151
152 ##2014-11-11 - Supported Releases 1.2.0
153 ###Summary
154
155 This is primarily a bugfix release, but also includes documentation updates and synchronization of files with modulesync.
156
157 ####Features
158 - Synchronized files using modulesync
159 - Improved documentation with a warning about old, manually installed inifile with PE3.3+
160
161 ####Bugfixes
162 - Fix issue where single character settings were not being saved
163
164 ##2014-09-30 - Supported Releases 1.1.4
165 ###Summary
166
167 This release includes documentation and test updates.
168
169 ##2014-07-15 - Supported Release 1.1.3
170 ###Summary
171
172 This release merely updates metadata.json so the module can be uninstalled and
173 upgraded via the puppet module command.
174
175 ##2014-07-10 - Supported Release 1.1.2
176 ###Summary
177
178 This is a re-packaging release.
179
180 ##2014-07-07 - Release 1.1.1
181 ###Summary
182
183 This supported bugfix release corrects the inifile section header detection
184 regex (so you can use more characters in your section titles).
185
186 ####Bugfixes
187 - Correct section regex to allow anything other than ]
188 - Correct `exists?` to return a boolean
189 - Lots of test updates
190 - Add missing CONTRIBUTING.md
191
192 ##2014-06-04 - Release 1.1.0
193 ###Summary
194
195 This is a compatibility and feature release. This release adds one new
196 feature, the ability to control the quote character used. This allows you to
197 do things like:
198
199 ```
200 ini_subsetting { '-Xms':
201 ensure => present,
202 path => '/some/config/file',
203 section => '',
204 setting => 'JAVA_ARGS',
205 quote_char => '"',
206 subsetting => '-Xms'
207 value => '256m',
208 }
209 ```
210
211 Which builds:
212
213 ```
214 JAVA_ARGS="-Xmx256m -Xms256m"
215 ```
216
217 ####Features
218 - Add quote_char parameter to the ini_subsetting resource type
219
220 ####Bugfixes
221
222 ####Known Bugs
223 * No known bugs
224
225 ##2014-03-04 - Supported Release 1.0.3
226 ###Summary
227
228 This is a supported release. It has only test changes.
229
230 ####Features
231
232 ####Bugfixes
233
234 ####Known Bugs
235 * No known bugs
236
237
238 ##2014-02-26 - Version 1.0.2
239 ###Summary
240 This release adds supported platforms to metadata.json and contains spec fixes
241
242
243 ##2014-02-12 - Version 1.0.1
244 ###Summary
245 This release is a bugfix for handling whitespace/[]'s better, and adding a
246 bunch of tests.
247
248 ####Bugfixes
249 - Handle whitespace in sections
250 - Handle square brances in values
251 - Add metadata.json
252 - Update some travis testing
253 - Tons of beaker-rspec tests
254
255
256 ##2013-07-16 - Version 1.0.0
257 ####Features
258 - Handle empty values.
259 - Handle whitespace in settings names (aka: server role = something)
260 - Add mechanism for allowing ini_setting subclasses to override the
261 formation of the namevar during .instances, to allow for ini_setting
262 derived types that manage flat ini-file-like files and still purge
263 them.
264
265 ---
266 ##2013-05-28 - Chris Price <chris@puppetlabs.com> - 0.10.3
267 * Fix bug in subsetting handling for new settings (cbea5dc)
268
269 ##2013-05-22 - Chris Price <chris@puppetlabs.com> - 0.10.2
270 * Better handling of quotes for subsettings (1aa7e60)
271
272 ##2013-05-21 - Chris Price <chris@puppetlabs.com> - 0.10.1
273 * Change constants to class variables to avoid ruby warnings (6b19864)
274
275 ##2013-04-10 - Erik Dalén <dalen@spotify.com> - 0.10.1
276 * Style fixes (c4af8c3)
277
278 ##2013-04-02 - Dan Bode <dan@puppetlabs.com> - 0.10.1
279 * Add travisfile and Gemfile (c2052b3)
280
281 ##2013-04-02 - Chris Price <chris@puppetlabs.com> - 0.10.1
282 * Update README.markdown (ad38a08)
283
284 ##2013-02-15 - Karel Brezina <karel.brezina@gmail.com> - 0.10.0
285 * Added 'ini_subsetting' custom resource type (4351d8b)
286
287 ##2013-03-11 - Dan Bode <dan@puppetlabs.com> - 0.10.0
288 * guard against nil indentation values (5f71d7f)
289
290 ##2013-01-07 - Dan Bode <dan@puppetlabs.com> - 0.10.0
291 * Add purging support to ini file (2f22483)
292
293 ##2013-02-05 - James Sweeny <james.sweeny@puppetlabs.com> - 0.10.0
294 * Fix test to use correct key_val_parameter (b1aff63)
295
296 ##2012-11-06 - Chris Price <chris@puppetlabs.com> - 0.10.0
297 * Added license file w/Apache 2.0 license (5e1d203)
298
299 ##2012-11-02 - Chris Price <chris@puppetlabs.com> - 0.9.0
300 * Version 0.9.0 released
301
302 ##2012-10-26 - Chris Price <chris@puppetlabs.com> - 0.9.0
303 * Add detection for commented versions of settings (a45ab65)
304
305 ##2012-10-20 - Chris Price <chris@puppetlabs.com> - 0.9.0
306 * Refactor to clarify implementation of `save` (f0d443f)
307
308 ##2012-10-20 - Chris Price <chris@puppetlabs.com> - 0.9.0
309 * Add example for `ensure=absent` (e517148)
310
311 ##2012-10-20 - Chris Price <chris@puppetlabs.com> - 0.9.0
312 * Better handling of whitespace lines at ends of sections (845fa70)
313
314 ##2012-10-20 - Chris Price <chris@puppetlabs.com> - 0.9.0
315 * Respect indentation / spacing for existing sections and settings (c2c26de)
316
317 ##2012-10-17 - Chris Price <chris@puppetlabs.com> - 0.9.0
318 * Minor tweaks to handling of removing settings (cda30a6)
319
320 ##2012-10-10 - Dan Bode <dan@puppetlabs.com> - 0.9.0
321 * Add support for removing lines (1106d70)
322
323 ##2012-10-02 - Dan Bode <dan@puppetlabs.com> - 0.9.0
324 * Make value a property (cbc90d3)
325
326 ##2012-10-02 - Dan Bode <dan@puppetlabs.com> - 0.9.0
327 * Make ruby provider a better parent. (1564c47)
328
329 ##2012-09-29 - Reid Vandewiele <reid@puppetlabs.com> - 0.9.0
330 * Allow values with spaces to be parsed and set (3829e20)
331
332 ##2012-09-24 - Chris Price <chris@pupppetlabs.com> - 0.0.3
333 * Version 0.0.3 released
334
335 ##2012-09-20 - Chris Price <chris@puppetlabs.com> - 0.0.3
336 * Add validation for key_val_separator (e527908)
337
338 ##2012-09-19 - Chris Price <chris@puppetlabs.com> - 0.0.3
339 * Allow overriding separator string between key/val pairs (8d1fdc5)
340
341 ##2012-08-20 - Chris Price <chris@pupppetlabs.com> - 0.0.2
342 * Version 0.0.2 released
343
344 ##2012-08-17 - Chris Price <chris@pupppetlabs.com> - 0.0.2
345 * Add support for "global" section at beginning of file (c57dab4)
346
347 [2.3.0]:https://github.com/puppetlabs/puppetlabs-apt/compare/2.2.2...2.3.0
348 [2.2.2]:https://github.com/puppetlabs/puppetlabs-apt/compare/2.2.1...2.2.2
349 [2.2.1]:https://github.com/puppetlabs/puppetlabs-apt/compare/2.2.0...2.2.1
350 [2.2.0]:https://github.com/puppetlabs/puppetlabs-apt/compare/2.1.1...2.2.0