summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelen <helen@puppetlabs.com>2017-09-01 17:51:15 +0100
committerGitHub <noreply@github.com>2017-09-01 17:51:15 +0100
commit8ec2d07526e7bbd7a93e02a7964f3f9ef815a58b (patch)
tree1f2986a7dde1547d4e442c2334c51b909fa2bfe3
parent470b649e3233af4a84fb78543df69a077629f310 (diff)
parent596fb276bc48da4e285c10881a6d5dbf2a441124 (diff)
Merge pull request #812 from eputnam/release_prep
(MODULES-5508) release prep for 4.20.0
-rw-r--r--CHANGELOG.md15
-rw-r--r--metadata.json3
2 files changed, 16 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f021e64..57b9ebb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,21 @@
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.20.0
+### Summary
+
+This release adds new functions and updated README translations.
+
+#### Added
+- `to_json`, `to_json_pretty`, and `to_yaml` functions
+- new Japanese README translations
+
+#### Fixed
+- compatibility issue with older versions of Puppet and the `pw_hash` function ([MODULES-5546](https://tickets.puppet.com/browse/MODULES-5546))
+
+#### Removed
+- support for EOL platform Debian 6 (Squeeze)
+
## Supported Release 4.19.0
### Summary
diff --git a/metadata.json b/metadata.json
index bee619f..f1f9562 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-stdlib",
- "version": "4.19.0",
+ "version": "4.20.0",
"author": "puppetlabs",
"summary": "Standard library of resources for Puppet modules.",
"license": "Apache-2.0",
@@ -55,7 +55,6 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
- "6",
"7",
"8"
]