Skip to content

Commit e041157

Browse files
authored
Merge pull request #815 from puppetlabs/release
version 4.20.0 mergeback
2 parents f6781af + e0f94f3 commit e041157

File tree

4 files changed

+251
-114
lines changed

4 files changed

+251
-114
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.20.0
7+
### Summary
8+
9+
This release adds new functions and updated README translations.
10+
11+
#### Added
12+
- `to_json`, `to_json_pretty`, and `to_yaml` functions
13+
- new Japanese README translations
14+
15+
#### Fixed
16+
- compatibility issue with older versions of Puppet and the `pw_hash` function ([MODULES-5546](https://tickets.puppet.com/browse/MODULES-5546))
17+
18+
#### Removed
19+
- support for EOL platform Debian 6 (Squeeze)
20+
621
## Supported Release 4.19.0
722
### Summary
823

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,9 +485,9 @@ Converts a Boolean to a number. Converts values:
485485
* `false`, 'f', '0', 'n', and 'no' to 0.
486486
* `true`, 't', '1', 'y', and 'yes' to 1.
487487
488-
Argument: a single Boolean or string as an input.
488+
Argument: a single Boolean or string as an input.
489489
490-
*Type*: rvalue.
490+
*Type*: rvalue.
491491
492492
#### `bool2str`
493493

metadata.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-stdlib",
3-
"version": "4.19.0",
3+
"version": "4.20.0",
44
"author": "puppetlabs",
55
"summary": "Standard library of resources for Puppet modules.",
66
"license": "Apache-2.0",
@@ -55,7 +55,6 @@
5555
{
5656
"operatingsystem": "Debian",
5757
"operatingsystemrelease": [
58-
"6",
5958
"7",
6059
"8"
6160
]

0 commit comments

Comments
 (0)