summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHunter Haugen <hunter@puppet.com>2017-08-18 12:02:57 -0700
committerHunter Haugen <hunter@puppet.com>2017-08-18 12:02:57 -0700
commitb3c533a838f6e29537fff65a6201832b75451245 (patch)
tree8087f5f81f5a39bb8fe9cf439c371bfd9ad57d20
parentc7ac34da3a8b70500143e326f8c4fa27ae7da311 (diff)
parentcb2ab16d7b27c3573a60c4eb265c8b3fb080f438 (diff)
Merge pull request #807 from tphoney/4.19.0_prep
4.19.0 prep
-rw-r--r--CHANGELOG.md22
-rw-r--r--metadata.json4
2 files changed, 23 insertions, 3 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 62cd362..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",
@@ -63,8 +63,6 @@
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
- "10.04",
- "12.04",
"14.04",
"16.04"
]