Skip to content

Commit 602b5fe

Browse files
author
tphoney
committed
MODULES-5298 4.19.0 release prep
1 parent 8f9655b commit 602b5fe

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 fixes to file_line.
10+
11+
#### Added
12+
- Add validate_domain_name function
13+
- Add the round function
14+
- Add type for MAC address
15+
- (MODULES-4908) adds support for sensitive data type to pw_hash
16+
- (FACT-932) Add new function, fact()
17+
18+
#### Fixed
19+
- (MODULES-5003) Fixes for the file_line provider
20+
- (MODULES-5382) Add documentation for email functions
21+
- (FM-6239) unique function is deprecated for puppet version > 5.
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)