Skip to content

Commit 1db550a

Browse files
authored
Merge pull request #808 from puppetlabs/release
release 4.19.0 mergeback
2 parents 8f9655b + b3c533a commit 1db550a

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
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/)
44
and this project adheres to [Semantic Versioning](http://semver.org).
55

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+
628
## Supported Release 4.18.0
729
### Summary
830

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-stdlib",
3-
"version": "4.18.0",
3+
"version": "4.19.0",
44
"author": "puppetlabs",
55
"summary": "Standard library of resources for Puppet modules.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)