Version 7.1.0
Added
- Bump products supported versions:
- New Jira LTS release 9.4.0
- New JSM LTS release 5.4.0
- Jira LTS from 8.20.13 to 8.20.15
- Jira Service Management LTS from 4.20.13 to 4.20.15
- Redundant warnings filter
Fixed
- Configuration for small Confluence cluster synchrony CPU
- Confluence JMeter scripts redundant timers
- Added more logging for Jmeter actions
- Setting to use the latest helm versions automatically
- Documentation improvements
Changed
- Bump
data-center-terraform
release tag to2.2.3
- Added support of Python
3.10
- Bumped bzt version to
1.16.19
- Bump chromedriver to
108.0.5359.71
to support Chrome browser version108
- Bump downstream libraries' versions
Upgrade instructions
git pull
frommaster
branch- activate virtual env for the toolkit (see README.md for details)
pip install -r requirements.txt
- make sure correct tag of
data-center-terraform
repo is used
How to use the previous DCAPT version
In case you are in the middle of Confluence DC app performance testing with the CloudFormation deployment option, the process can be continued after switching to the previous DCAPT version.
- Checkout previous release in the
dc-app-performance-toolkit
repository:
git checkout release-6.3.0
- Use the docker container with the previous release tag:
atlassian/dcapt:6.3.0
- The previous version of the user guide could be found in
dc-app-performance-toolkit/docs
folder or by this link.