Skip to content

Commit 403075c

Browse files
committed
Release 1.0.7
1 parent 438a5de commit 403075c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#### 2021-06-30 - 1.0.7
12
* Add missing owner/group to 99-sysctl.conf that could get inherited.
23
* Fix 99-sysctl.conf being removed on RHEL8+.
34

metadata.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thias-sysctl",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"author": "Matthias Saou",
55
"license": "Apache-2.0",
66
"summary": "Sysctl module",
@@ -11,11 +11,11 @@
1111
"operatingsystem_support": [
1212
{
1313
"operatingsystem": "RedHat",
14-
"operatingsystemrelease": [ "5", "6", "7" ]
14+
"operatingsystemrelease": [ "5", "6", "7", "8" ]
1515
},
1616
{
1717
"operatingsystem": "CentOS",
18-
"operatingsystemrelease": [ "5", "6", "7" ]
18+
"operatingsystemrelease": [ "5", "6", "7", "8" ]
1919
},
2020
{
2121
"operatingsystem": "Debian",
@@ -33,7 +33,7 @@
3333
},
3434
{
3535
"name": "puppet",
36-
"version_requirement": ">=2.7.20 <4.1.0"
36+
"version_requirement": ">=2.7.20 <8.0.0"
3737
}
3838
],
3939
"dependencies": []

0 commit comments

Comments
 (0)