Skip to content

Commit c7b6856

Browse files
authored
Merge pull request #327 from StackStorm/release/v2.0.0
Release/v2.0.0
2 parents 62b40fe + b638c04 commit c7b6856

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

33
## Development
44

5+
## 2.0.0 (Feb 15, 2020)
6+
57
- Added new parameter `st2::python_version` that controls the version of python to install.
68
This was added so that OSes that don't come with Python 3 by default, can install Python 3.
79
The default is `'system'` and the system `python` package will be installed,

metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stackstorm-st2",
3-
"version": "1.7.0",
3+
"version": "2.0.0",
44
"author": "stackstorm",
55
"summary": "Puppet module to manage/configure StackStorm",
66
"license": "Apache-2.0",
@@ -87,7 +87,7 @@
8787
"requirements": [
8888
{
8989
"name": "puppet",
90-
"version_requirement": ">= 4.10.0 < 8.0.0"
90+
"version_requirement": ">= 5.0.0 < 8.0.0"
9191
}
9292
],
9393
"pdk-version": "1.19.0.pre (102)",

0 commit comments

Comments
 (0)