Skip to content

Release 7.2.0

Compare
Choose a tag to compare
@dmika1 dmika1 released this 13 Feb 15:30
· 1056 commits to master since this release
e01115c

Version 7.2.0

Added

  • New Bitbucket DC deployment on K8s
  • Bump products supported versions:
    • Confluence LTS from 7.19.2 to 7.19.5
    • Added Confluence platform release 8.0.3
    • Bitbucket LTS from 7.17.11 to 7.17.13
    • Bitbucket LTS from 7.21.5 to 7.21.7
    • Bitbucket platform release from 8.0.4 to 8.8.0
    • Jira LTS from 8.20.15 to 8.20.17
    • Jira LTS from 9.4.0 to 9.4.2
    • Jira Service Management LTS from 4.20.15 to 4.20.17
    • Jira Service Management LTS from 5.4.0 to 5.4.2
    • Bamboo platform release 8.1.3 to LTS 9.2.1
  • 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 from master 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.