Skip to content

Commit 0f67df2

Browse files
committed
(MODULES-5806) release prep for version 4.21.0 [skip-ci]
1 parent 8376c9b commit 0f67df2

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.21.0
7+
### Summary
8+
9+
This is a small feature release that includes a revamped, albeit backwards-compatible file_line type.
10+
11+
#### Added
12+
- `replace_all_matches_not_matching_line` parameter in file_line
13+
- additional tests and documentation for file_line
14+
15+
#### Removed
16+
- duplicate spec test for absolute_path
17+
18+
#### Fixed
19+
- Unixpath type to allow "/" as valid path
20+
- file_line behavior that caused infinite appending of `line` to a file ([MODULES-5651](https://tickets.puppet.com/browse/MODULES-5651))
21+
622
## Supported Release 4.20.0
723
### Summary
824

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.20.0",
3+
"version": "4.21.0",
44
"author": "puppetlabs",
55
"summary": "Standard library of resources for Puppet modules.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)