File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Development
4
4
5
+ ## 2.0.0 (Feb 15, 2020)
6
+
5
7
- Added new parameter ` st2::python_version ` that controls the version of python to install.
6
8
This was added so that OSes that don't come with Python 3 by default, can install Python 3.
7
9
The default is ` 'system' ` and the system ` python ` package will be installed,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stackstorm-st2" ,
3
- "version" : " 1.7 .0" ,
3
+ "version" : " 2.0 .0" ,
4
4
"author" : " stackstorm" ,
5
5
"summary" : " Puppet module to manage/configure StackStorm" ,
6
6
"license" : " Apache-2.0" ,
87
87
"requirements" : [
88
88
{
89
89
"name" : " puppet" ,
90
- "version_requirement" : " >= 4.10 .0 < 8.0.0"
90
+ "version_requirement" : " >= 5.0 .0 < 8.0.0"
91
91
}
92
92
],
93
93
"pdk-version" : " 1.19.0.pre (102)" ,
You can’t perform that action at this time.
0 commit comments