Skip to content

Commit 517a133

Browse files
authored
Merge pull request #783 from davewongillies/fix_changelog_headers
Fix headers in CHANGELOG.md so that headers render correctly
2 parents b98f0b3 + dd94758 commit 517a133

File tree

1 file changed

+48
-48
lines changed

1 file changed

+48
-48
lines changed

CHANGELOG.md

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This release introduces multiple new functions, a new fact and the addition of U
5757
- Addition of FQDN UUID generation function.
5858
- Addition of Ubuntu Xenial to OS Support.
5959

60-
####Bugfixes
60+
#### Bugfixes
6161
- Ensure_packages now works with Ruby < 2.0.
6262
- Updated the documentation of str2bool function.
6363

@@ -143,11 +143,11 @@ Special thanks to [Voxpupuli's](https://voxpupuli.org/) Igor Galić for donating
143143
* Puppet 4.5.0 (PE 2016.2) has a number of improvements around data types - especially error handling - that make working with them much nicer.
144144

145145
## Supported Release 4.12.0
146-
###Summary
146+
### Summary
147147

148148
This release provides several new functions, bugfixes, modulesync changes, and some documentation updates.
149149

150-
####Features
150+
#### Features
151151
- Adds `clamp`. This function keeps values within a specified range.
152152
- Adds `validate_x509_rsa_key_pair`. This function validates an x509 RSA certificate and key pair.
153153
- Adds `dig`. This function performs a deep lookup in nested hashes or arrays.
@@ -159,7 +159,7 @@ This release provides several new functions, bugfixes, modulesync changes, and s
159159
- Apply modulesync changes.
160160
- Add validate_email_address function.
161161

162-
####Bugfixes
162+
#### Bugfixes
163163
- Fixes `fqdn_rand_string` tests, since Puppet 4.4.0 and later have a higher `fqdn_rand` ceiling.
164164
- (MODULES-3152) Adds a check to `package_provider` to prevent failures if Gem is not installed.
165165
- Fixes to README.md.
@@ -168,39 +168,39 @@ This release provides several new functions, bugfixes, modulesync changes, and s
168168
- Fixes concat with Hash arguments.
169169

170170
## Supported Release 4.11.0
171-
###Summary
171+
### Summary
172172

173173
Provides a validate_absolute_paths and Debian 8 support. There is a fix to the is_package_provider fact and a test improvement.
174174

175-
####Features
175+
#### Features
176176
- Adds new parser called is_absolute_path
177177
- Supports Debian 8
178178

179-
####Bugfixes
179+
#### Bugfixes
180180
- Allow package_provider fact to resolve on PE 3.x
181181

182-
####Improvements
182+
#### Improvements
183183
- ensures that the test passes independently of changes to rubygems for ensure_resource
184184

185-
##2015-12-15 - Supported Release 4.10.0
186-
###Summary
185+
## 2015-12-15 - Supported Release 4.10.0
186+
### Summary
187187

188188
Includes the addition of several new functions and considerable improvements to the existing functions, tests and documentation. Includes some bug fixes which includes compatibility, test and fact issues.
189189

190-
####Features
190+
#### Features
191191
- Adds service_provider fact
192192
- Adds is_a() function
193193
- Adds package_provider fact
194194
- Adds validate_ip_address function
195195
- Adds seeded_rand function
196196

197-
####Bugfixes
197+
#### Bugfixes
198198
- Fix backwards compatibility from an improvement to the parseyaml function
199199
- Renaming of load_module_metadata test to include _spec.rb
200200
- Fix root_home fact on AIX 5.x, now '-c' rather than '-C'
201201
- Fixed Gemfile to work with ruby 1.8.7
202202

203-
####Improvements
203+
#### Improvements
204204
- (MODULES-2462) Improvement of parseyaml function
205205
- Improvement of str2bool function
206206
- Improvement to readme
@@ -215,26 +215,26 @@ Includes the addition of several new functions and considerable improvements to
215215
- Improvement to naming convention in validate_ipv4_address function
216216

217217
## Supported Release 4.9.1
218-
###Summary
218+
### Summary
219219

220220
Small release for support of newer PE versions. This increments the version of PE in the metadata.json file.
221221

222-
##2015-09-08 - Supported Release 4.9.0
223-
###Summary
222+
## 2015-09-08 - Supported Release 4.9.0
223+
### Summary
224224

225225
This release adds new features including the new functions dos2unix, unix2dos, try_get_value, convert_base as well as other features and improvements.
226226

227-
####Features
227+
#### Features
228228
- (MODULES-2370) allow `match` parameter to influence `ensure => absent` behavior
229229
- (MODULES-2410) Add new functions dos2unix and unix2dos
230230
- (MODULE-2456) Modify union to accept more than two arrays
231231
- Adds a convert_base function, which can convert numbers between bases
232232
- Add a new function "try_get_value"
233233

234-
####Bugfixes
234+
#### Bugfixes
235235
- n/a
236236

237-
####Improvements
237+
#### Improvements
238238
- (MODULES-2478) Support root_home fact on AIX through "lsuser" command
239239
- Acceptance test improvements
240240
- Unit test improvements
@@ -253,15 +253,15 @@ This release adds a function for reading metadata.json from any module, and expa
253253
- Fix various docs typos
254254
- Fix `file_line` resource on puppet < 3.3
255255

256-
##2015-06-22 - Supported Release 4.7.0
257-
###Summary
256+
## 2015-06-22 - Supported Release 4.7.0
257+
### Summary
258258

259259
Adds Solaris 12 support along with improved Puppet 4 support. There are significant test improvements, and some minor fixes.
260260

261-
####Features
261+
#### Features
262262
- Add support for Solaris 12
263263

264-
####Bugfixes
264+
#### Bugfixes
265265
- Fix for AIO Puppet 4
266266
- Fix time for ruby 1.8.7
267267
- Specify rspec-puppet version
@@ -271,7 +271,7 @@ Adds Solaris 12 support along with improved Puppet 4 support. There are signific
271271
- catch and rescue from looking up non-existent facts
272272
- Use puppet_install_helper, for Puppet 4
273273

274-
####Improvements
274+
#### Improvements
275275
- Enforce support for Puppet 4 testing
276276
- fqdn_rotate/fqdn_rand_string acceptance tests and implementation
277277
- Simplify mac address regex
@@ -282,12 +282,12 @@ Adds Solaris 12 support along with improved Puppet 4 support. There are signific
282282
- Add validate_slength optional 3rd arg
283283
- Move tests directory to examples directory
284284

285-
##2015-04-14 - Supported Release 4.6.0
286-
###Summary
285+
## 2015-04-14 - Supported Release 4.6.0
286+
### Summary
287287

288288
Adds functions and function argument abilities, and improves compatibility with the new puppet parser
289289

290-
####Features
290+
#### Features
291291
- MODULES-444: `concat()` can now take more than two arrays
292292
- `basename()` added to have Ruby File.basename functionality
293293
- `delete()` can now take an array of items to remove
@@ -304,45 +304,45 @@ Adds functions and function argument abilities, and improves compatibility with
304304
- Adds `validate_integer()`
305305
- Adds `validate_numeric()` (like `validate_integer()` but also accepts floats)
306306

307-
####Bugfixes
307+
#### Bugfixes
308308
- Fix seeding of `fqdn_rotate()`
309309
- `ensure_resource()` is more verbose on debug mode
310310
- Stricter argument checking for `dirname()`
311311
- Fix `is_domain_name()` to better match RFC
312312
- Fix `uriescape()` when called with array
313313
- Fix `file_line` resource when using the `after` attribute with `match`
314314

315-
##2015-01-14 - Supported Release 4.5.1
316-
###Summary
315+
## 2015-01-14 - Supported Release 4.5.1
316+
### Summary
317317

318318
This release changes the temporary facter_dot_d cache locations outside of the /tmp directory due to a possible security vunerability. CVE-2015-1029
319319

320-
####Bugfixes
320+
#### Bugfixes
321321
- Facter_dot_d cache will now be stored in puppet libdir instead of tmp
322322

323-
##2014-12-15 - Supported Release 4.5.0
324-
###Summary
323+
## 2014-12-15 - Supported Release 4.5.0
324+
### Summary
325325

326326
This release improves functionality of the member function and adds improved future parser support.
327327

328-
####Features
328+
#### Features
329329
- MODULES-1329: Update member() to allow the variable to be an array.
330330
- Sync .travis.yml, Gemfile, Rakefile, and CONTRIBUTING.md via modulesync
331331

332-
####Bugfixes
332+
#### Bugfixes
333333
- Fix range() to work with numeric ranges with the future parser
334334
- Accurately express SLES support in metadata.json (was missing 10SP4 and 12)
335335
- Don't require `line` to match the `match` parameter
336336

337-
##2014-11-10 - Supported Release 4.4.0
338-
###Summary
337+
## 2014-11-10 - Supported Release 4.4.0
338+
### Summary
339339
This release has an overhauled readme, new private manifest function, and fixes many future parser bugs.
340340

341-
####Features
341+
#### Features
342342
- All new shiny README
343343
- New `private()` function for making private manifests (yay!)
344344

345-
####Bugfixes
345+
#### Bugfixes
346346
- Code reuse in `bool2num()` and `zip()`
347347
- Fix many functions to handle `generate()` no longer returning a string on new puppets
348348
- `concat()` no longer modifies the first argument (whoops)
@@ -354,20 +354,20 @@ This release has an overhauled readme, new private manifest function, and fixes
354354
- Fix `file_line` matching on older rubies
355355

356356

357-
##2014-07-15 - Supported Release 4.3.2
358-
###Summary
357+
## 2014-07-15 - Supported Release 4.3.2
358+
### Summary
359359

360360
This release merely updates metadata.json so the module can be uninstalled and
361361
upgraded via the puppet module command.
362362

363-
##2014-07-14 - Supported Release 4.3.1
363+
## 2014-07-14 - Supported Release 4.3.1
364364
### Summary
365365
This supported release updates the metadata.json to work around upgrade behavior of the PMT.
366366

367367
#### Bugfixes
368368
- Synchronize metadata.json with PMT-generated metadata to pass checksums
369369

370-
##2014-06-27 - Supported Release 4.3.0
370+
## 2014-06-27 - Supported Release 4.3.0
371371
### Summary
372372
This release is the first supported release of the stdlib 4 series. It remains
373373
backwards-compatible with the stdlib 3 series. It adds two new functions, one bugfix, and many testing updates.
@@ -379,7 +379,7 @@ backwards-compatible with the stdlib 3 series. It adds two new functions, one bu
379379
#### Bugfixes
380380
- Fix `has_interface_with()` when interfaces fact is nil
381381

382-
##2014-06-04 - Release 4.2.2
382+
## 2014-06-04 - Release 4.2.2
383383
### Summary
384384

385385
This release adds PE3.3 support in the metadata and fixes a few tests.
@@ -423,14 +423,14 @@ This release adds many new functions and fixes, and continues to be backwards co
423423
- Add/update unit & acceptance tests.
424424

425425

426-
##2014-03-04 - Supported Release - 3.2.1
427-
###Summary
426+
## 2014-03-04 - Supported Release - 3.2.1
427+
### Summary
428428
This is a supported release
429429

430-
####Bugfixes
430+
#### Bugfixes
431431
- Fixed `is_integer`/`is_float`/`is_numeric` for checking the value of arithmatic expressions.
432432

433-
####Known bugs
433+
#### Known bugs
434434
* No known bugs
435435

436436
---

0 commit comments

Comments
 (0)