Version 7.2.0
Added
- New Bitbucket DC deployment on K8s
- Bump products supported versions:
- Confluence LTS from
7.19.2
to7.19.5
- Added Confluence platform release
8.0.3
- Bitbucket LTS from
7.17.11
to7.17.13
- Bitbucket LTS from
7.21.5
to7.21.7
- Bitbucket platform release from
8.0.4
to8.8.0
- Jira LTS from
8.20.15
to8.20.17
- Jira LTS from
9.4.0
to9.4.2
- Jira Service Management LTS from
4.20.15
to4.20.17
- Jira Service Management LTS from
5.4.0
to5.4.2
- Bamboo platform release
8.1.3
to LTS9.2.1
- Confluence LTS from
- Bumped DB version from 11 to 14 for Bitbucket and Confluence
- Fail criteria for Confluence - more than 50% for 5 minutes
Fixed
- Error message for too low concurrency for Bamboo tests
- Instance disk size for Bamboo agents
- Documentation improvements
Changed
- Bump data-center-terraform release tag to
2.3.1
- Bamboo minimum heap size increased from 256MB to 2048MB and maximum heap size increased from 512MB to 4096MB
- Added support of Python
3.11
- Bump Chromedriver to
110.0.5481.77
- Bumped libraries in
requirements.txt
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 Bitbucket DC app performance testing with CloudFormation deployment option process can be continued after switching to the previous DCAPT version.
- Checkout previous release in the dc-app-performance-toolkit repository:
git checkout release-7.1.0
- Use docker container of the previous release:
atlassian/dcapt:7.1.0
- The previous version of the user guide could be found in dc-app-performance-toolkit/docs folder or by this link.