File tree 2 files changed +23
-1
lines changed 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file. The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
4
4
and this project adheres to [ Semantic Versioning] ( http://semver.org ) .
5
5
6
+ ## Supported Release 4.19.0
7
+ ### Summary
8
+
9
+ This release adds new functions and better documentation/fixes for existing functions with a noteworthy fix for file_line.
10
+
11
+ #### Added
12
+ - Add validate_domain_name function
13
+ - Add the round function
14
+ - Add type for MAC address
15
+ - Add support for sensitive data type to pw_hash ([ MODULES-4908] ( https://tickets.puppet.com/browse/MODULES-4908 ) )
16
+ - Add new function, fact() (FACT-932)
17
+
18
+ #### Fixed
19
+ - Fixes for the file_line provider ([ MODULES-5003] ( https://tickets.puppet.com/browse/MODULES-5003 ) )
20
+ - Add documentation for email functions ([ MODULES-5382] ( https://tickets.puppet.com/browse/MODULES-5382 ) )
21
+ - unique function is deprecated for puppet version > 5. (FM-6239)
22
+ - Fix headers in CHANGELOG.md so that headers render correctly
23
+ - ensure_packages, converge ensure values 'present' and 'installed'
24
+
25
+ #### Changed
26
+ - Removes listed support for EOL Ubuntu versions
27
+
6
28
## Supported Release 4.18.0
7
29
### Summary
8
30
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-stdlib" ,
3
- "version" : " 4.18 .0" ,
3
+ "version" : " 4.19 .0" ,
4
4
"author" : " puppetlabs" ,
5
5
"summary" : " Standard library of resources for Puppet modules." ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments