Skip to content

Commit 24ce474

Browse files
authored
Merge pull request #846 from puppetlabs/release
Release mergeback 4.22.0
2 parents cb80a76 + 5a2ae6a commit 24ce474

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
@@ -3,6 +3,24 @@
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.22.0
7+
### Summary
8+
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+
624
## Supported Release 4.21.0
725
### Summary
826

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)