Skip to content

Commit 9b6d157

Browse files
committed
Updated Changelog and bumped metadata version.
1 parent 5c8101c commit 9b6d157

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,22 @@
22

33
## Development
44

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+
516
## 2.0.0 (Feb 15, 2020)
617

718
- Added new parameter `st2::python_version` that controls the version of python to install.
819
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,
1021
whatever version that is for your OS.
1122
To explicitly install Python 3.6 on CentOS 7, pass in `'3.6'`.
1223
To install Python 3.6 on Ubuntu 16.04 pass in `'python3.6'`. On Ubuntu 16.04 you'll
@@ -64,13 +75,13 @@
6475
- Added a new plan `st2::upgrade_mongodb` that can be used to upgrade a standalone MongoDB
6576
database between versions. (Feature)
6677
Contributed by @nmaludy
67-
78+
6879
- PDK Sync to 1.18.1 (Enhancement)
6980
Contributed by @nmaludy
7081

7182
- Added support for Puppet 7 (Enhancement)
7283
Contributed by @nmaludy
73-
84+
7485
- Deprecated Puppet 5. Removed Puppet 5 from build matrix (Enhancement)
7586
Contributed by @nmaludy
7687

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stackstorm-st2",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"author": "stackstorm",
55
"summary": "Puppet module to manage/configure StackStorm",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)