Skip to content

Commit 189bd45

Browse files
author
kreeuwijk
committed
Bump version, update changelog
1 parent 147cff5 commit 189bd45

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## Release 0.4.2
6+
7+
**Bugfixes**
8+
- Account for `$facts['operatingsystemmajrelease']` returning a string instead of an integer
9+
510
## Release 0.4.1
611

712
**Bugfixes**

metadata.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-patching_as_code",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"author": "puppetlabs",
55
"summary": "Automated patching through desired state code",
66
"license": "Apache-2.0",
@@ -18,11 +18,15 @@
1818
},
1919
{
2020
"name": "puppetlabs/pwshlib",
21-
"version_requirement": ">= 0.4.0 < 2.0.0"
21+
"version_requirement": ">= 0.4.1 < 2.0.0"
2222
},
2323
{
2424
"name": "puppetlabs/puppet_agent",
2525
"version_requirement": ">= 4.0.0 < 6.0.0"
26+
},
27+
{
28+
"name": "puppetlabs/reboot",
29+
"version_requirement": ">= 2.4.0 < 4.0.0"
2630
}
2731
],
2832
"operatingsystem_support": [

0 commit comments

Comments
 (0)