Skip to content

Release 7.0.0

Compare
Choose a tag to compare
@ometelytsia ometelytsia released this 17 Nov 15:33
· 1148 commits to master since this release
4130dcf

Version 7.0.0

Added

  • New Confluence DC deployment on K8s
  • Bump products supported versions:
    • Jira platform release from 9.0.0 to 9.1.0
    • JSM platform release from 5.0.0 to 5.1.0
    • Jira LTS from 8.20.10 to 8.20.13
    • Jira Service Management LTS from 4.20.10 to 4.20.13
    • Added Confluence LTS 7.19.2
    • Bitbucket LTS from 7.17.6 to 7.17.11
    • Added Bitbucket LTS 7.21.5
    • Added Bitbucket platform release 8.0.4
    • Bitbucket LTS 7.6.x EOL
    • Crowd from 4.4.0 to 5.0.2
  • Added Confluence java version to results summary log file
  • Confluence detailed browser metrics feature flag

Fixed

  • add_comment stability action for JSM
  • Bitbucket selenium module refactoring and cleanup
  • Improved Jira scripts and documentation for Index recovery snapshot generation and synchronization
  • Check for updates script
  • Error message for non-compliant run with correct test duration
  • Documentation improvements

Changed

  • Removed support of Python 3.7
  • Bumped JMeter version to 5.4.3
  • Bump chromedriver to 107.0.5304.62 to support Chrome browser version 107
  • Bump downstream libraries' versions

Upgrade instructions

  • git pull from master branch
  • activate virtual env for the toolkit (see README.md for details)
  • pip install -r requirements.txt

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.