File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## Release 0.4.2
6
+
7
+ ** Bugfixes**
8
+ - Account for ` $facts['operatingsystemmajrelease'] ` returning a string instead of an integer
9
+
5
10
## Release 0.4.1
6
11
7
12
** Bugfixes**
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-patching_as_code" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 0.4.2 " ,
4
4
"author" : " puppetlabs" ,
5
5
"summary" : " Automated patching through desired state code" ,
6
6
"license" : " Apache-2.0" ,
18
18
},
19
19
{
20
20
"name" : " puppetlabs/pwshlib" ,
21
- "version_requirement" : " >= 0.4.0 < 2.0.0"
21
+ "version_requirement" : " >= 0.4.1 < 2.0.0"
22
22
},
23
23
{
24
24
"name" : " puppetlabs/puppet_agent" ,
25
25
"version_requirement" : " >= 4.0.0 < 6.0.0"
26
+ },
27
+ {
28
+ "name" : " puppetlabs/reboot" ,
29
+ "version_requirement" : " >= 2.4.0 < 4.0.0"
26
30
}
27
31
],
28
32
"operatingsystem_support" : [
You can’t perform that action at this time.
0 commit comments