File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Development
4
4
5
+ ## 2.1.0 (Mar 6, 2021)
6
+ Note: This version only supports the 'integrated' LDAP plugin.
7
+
8
+ - Added the RabbitMQ repo manage flag to the RabbitMQ install because it no longer exists in
9
+ EPEL for CentOS/Rhel 8
10
+ - Stackstorm 3.4 change the way they process LDAP and moved the pip install into
11
+ the requirements file so we do not need to install the extra module. Also updated
12
+ the ldap backend config to be consistent with new structure.
13
+ - Stackstorm 3.4 removed resultstracker so we took that out of the services list and all tests and configs.
14
+ Contributed by @bishopbm1
15
+
5
16
## 2.0.0 (Feb 15, 2020)
6
17
7
18
- Added new parameter ` st2::python_version ` that controls the version of python to install.
8
19
This was added so that OSes that don't come with Python 3 by default, can install Python 3.
9
- The default is ` 'system' ` and the system ` python ` package will be installed,
20
+ The default is ` 'system' ` and the system ` python ` package will be installed,
10
21
whatever version that is for your OS.
11
22
To explicitly install Python 3.6 on CentOS 7, pass in ` '3.6' ` .
12
23
To install Python 3.6 on Ubuntu 16.04 pass in ` 'python3.6' ` . On Ubuntu 16.04 you'll
64
75
- Added a new plan ` st2::upgrade_mongodb ` that can be used to upgrade a standalone MongoDB
65
76
database between versions. (Feature)
66
77
Contributed by @nmaludy
67
-
78
+
68
79
- PDK Sync to 1.18.1 (Enhancement)
69
80
Contributed by @nmaludy
70
81
71
82
- Added support for Puppet 7 (Enhancement)
72
83
Contributed by @nmaludy
73
-
84
+
74
85
- Deprecated Puppet 5. Removed Puppet 5 from build matrix (Enhancement)
75
86
Contributed by @nmaludy
76
87
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stackstorm-st2" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"author" : " stackstorm" ,
5
5
"summary" : " Puppet module to manage/configure StackStorm" ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments