File tree 2 files changed +13
-7
lines changed
2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
- ## Unreleased
1
+ ## 2021-01-12 - Release 0.7.4
2
+
3
+ ### Summary
2
4
3
5
- Add ` purge_behavior ` parameter to node\_ group resource type
6
+ - Cleaned up Gemfile
4
7
5
8
## 2019-12-27 - Release 0.7.3
6
9
7
- ## Summary
10
+ ### Summary
8
11
9
12
- Updating version to be compatible with Puppet 5
10
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " WhatsARanjit-node_manager" ,
3
- "version" : " 0.7.3 " ,
3
+ "version" : " 0.7.4 " ,
4
4
"author" : " WhatsARanjit" ,
5
5
"summary" : " Create and manage PE Console node groups as resources." ,
6
6
"license" : " Apache-2.0" ,
20
20
"operatingsystem" : " RedHat" ,
21
21
"operatingsystemrelease" : [
22
22
" 6" ,
23
- " 7"
23
+ " 7" ,
24
+ " 8"
24
25
]
25
26
},
26
27
{
27
28
"operatingsystem" : " CentOS" ,
28
29
"operatingsystemrelease" : [
29
30
" 6" ,
30
- " 7"
31
+ " 7" ,
32
+ " 8"
31
33
]
32
34
},
33
35
{
43
45
" 10.04" ,
44
46
" 12.04" ,
45
47
" 14.04" ,
46
- " 16.06"
48
+ " 16.06" ,
49
+ " 18.04"
47
50
]
48
51
}
49
52
],
50
53
"requirements" : [
51
54
{
52
55
"name" : " puppet" ,
53
- "version_requirement" : " >= 3.7.1 < 7 .0.0"
56
+ "version_requirement" : " >= 3.7.1 < 8 .0.0"
54
57
}
55
58
],
56
59
"description" : " Node_manager module"
You can’t perform that action at this time.
0 commit comments