Skip to content

Commit a68fb01

Browse files
authored
Merge pull request #836 from david22swan/PreRelease
(FM-6572) PreRelease
2 parents cbd33ad + f61d89d commit a68fb01

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](http://semver.org).
66
## Supported Release 4.21.0
77
### Summary
88

9+
This is a clean release in preparation of putting the module through the rubocop process.
10+
11+
#### Added
12+
- Support has been added for Debian 9
13+
- 'Stdlib::Mode type' has been added to the module.
14+
- A type for 'ensure' has been added to the service resources.
15+
- A new function 'sprintf_hash' has been added to allow the use of named references.
16+
17+
#### Removed
18+
- Support has been removed for: RedHat 4, CentOS 4, OracleLinux 4, Scientific 4, SLES 10 SP4, Windows Server 2003, Windows Server 2003 R2 and Windows 8.
19+
20+
#### Fixed
21+
- The 'ruby_spec.rb' test file has been altered s that it properly checks results.
22+
- Example syntax in 'file_line.rb' has been fixed.
23+
24+
## Supported Release 4.21.0
25+
### Summary
26+
927
This is a small feature release that includes a revamped, albeit backwards-compatible file_line type.
1028

1129
#### Added

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-stdlib",
3-
"version": "4.21.0",
3+
"version": "4.22.0",
44
"author": "puppetlabs",
55
"summary": "Standard library of resources for Puppet modules.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)