Skip to content

Commit 7aa83bc

Browse files
ometelytsiadoit-bi-do
authored andcommitted
DCA-1395 bump crowd version support from 4.3.5 to 4.4.0 (atlassian#716)
1 parent 40bd728 commit 7aa83bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This repository contains Taurus scripts for performance testing of Atlassian Dat
1717
* Bitbucket Server [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.6.10`, `7.17.1`
1818

1919
* Supported Crowd versions:
20-
* Crowd [Long Term Support release](https://confluence.atlassian.com/crowd/crowd-release-notes-199094.html): `4.3.5`
20+
* Crowd [Long Term Support release](https://confluence.atlassian.com/crowd/crowd-release-notes-199094.html): `4.4.0`
2121

2222
## Support
2323
In case of technical questions, issues or problems with DC Apps Performance Toolkit, contact us for support in the [community Slack](http://bit.ly/dcapt_slack) **#data-center-app-performance-toolkit** channel.

app/util/crowd/populate_db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CROWD_DB_PASS="Password1!"
1818

1919
# Crowd version variables
2020
BASE_CROWD_VERSION=4.3.0
21-
SUPPORTED_CROWD_VERSIONS=(4.3.5)
21+
SUPPORTED_CROWD_VERSIONS=(4.4.0)
2222

2323
if [[ ! $(systemctl status crowd) ]]; then
2424
echo "The Crowd service was not found on this host." \

docs/dc-apps-performance-toolkit-user-guide-crowd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ All important parameters are listed and described in this section. For all other
9999

100100
| Parameter | Recommended Value |
101101
| --------- | ----------------- |
102-
| Version | The Data Center App Performance Toolkit officially supports `4.3.5` |
102+
| Version | The Data Center App Performance Toolkit officially supports `4.4.0` |
103103

104104
**Cluster nodes**
105105

0 commit comments

Comments
 (0)