diff options
author | Bryan Jen <bryan.jen@gmail.com> | 2017-08-21 11:43:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-21 11:43:50 -0700 |
commit | 1db550a16c49fb7f2f086d2a46bc666c477ee50d (patch) | |
tree | 8087f5f81f5a39bb8fe9cf439c371bfd9ad57d20 | |
parent | 8f9655b7004991d4398c32cc56472142d43e3578 (diff) | |
parent | b3c533a838f6e29537fff65a6201832b75451245 (diff) |
Merge pull request #808 from puppetlabs/release
release 4.19.0 mergeback
-rw-r--r-- | CHANGELOG.md | 22 | ||||
-rw-r--r-- | metadata.json | 2 |
2 files changed, 23 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 73b889c..f021e64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ 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/) and this project adheres to [Semantic Versioning](http://semver.org). +## Supported Release 4.19.0 +### Summary + +This release adds new functions and better documentation/fixes for existing functions with a noteworthy fix for file_line. + +#### Added +- Add validate_domain_name function +- Add the round function +- Add type for MAC address +- Add support for sensitive data type to pw_hash ([MODULES-4908](https://tickets.puppet.com/browse/MODULES-4908)) +- Add new function, fact() (FACT-932) + +#### Fixed +- Fixes for the file_line provider ([MODULES-5003](https://tickets.puppet.com/browse/MODULES-5003)) +- Add documentation for email functions ([MODULES-5382](https://tickets.puppet.com/browse/MODULES-5382)) +- unique function is deprecated for puppet version > 5. (FM-6239) +- Fix headers in CHANGELOG.md so that headers render correctly +- ensure_packages, converge ensure values 'present' and 'installed' + +#### Changed +- Removes listed support for EOL Ubuntu versions + ## Supported Release 4.18.0 ### Summary diff --git a/metadata.json b/metadata.json index eb95213..bee619f 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-stdlib", - "version": "4.18.0", + "version": "4.19.0", "author": "puppetlabs", "summary": "Standard library of resources for Puppet modules.", "license": "Apache-2.0", |