diff options
author | Eric Putnam <putnam.eric@gmail.com> | 2017-08-31 22:34:57 -0700 |
---|---|---|
committer | Eric Putnam <putnam.eric@gmail.com> | 2017-09-01 09:28:33 -0700 |
commit | 596fb276bc48da4e285c10881a6d5dbf2a441124 (patch) | |
tree | 1f2986a7dde1547d4e442c2334c51b909fa2bfe3 | |
parent | 470b649e3233af4a84fb78543df69a077629f310 (diff) |
(MODULES-5508) release prep for 4.20.0
-rw-r--r-- | CHANGELOG.md | 15 | ||||
-rw-r--r-- | metadata.json | 3 |
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" ] |