Skip to content

Commit

Permalink
Bumped JSM (to 4.20.17 and 5.4.2) and and Jira (to 8.20.17 and 9.4.2)…
Browse files Browse the repository at this point in the history
… versions (atlassian#976)
  • Loading branch information
opopovss authored Jan 30, 2023
1 parent a90875d commit 046e861
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ This repository contains Taurus scripts for performance testing of Atlassian Dat

## Supported versions
* Supported Jira versions:
* Jira [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.20.15` and `9.4.0`
* Jira [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.20.17` and `9.4.2`

* Supported Jira Service Management versions:
* Jira Service Management [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `4.20.15` and `5.4.0`
* Jira Service Management [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `4.20.17` and `5.4.2`

* Supported Confluence versions:
* Confluence [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.19.2`, `7.13.7` and `8.0.0` platform release
Expand Down
4 changes: 2 additions & 2 deletions app/util/jira/populate_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ JIRA_DB_PASS="Password1!"

# Jira/JSM supported versions

SUPPORTED_JIRA_VERSIONS=(8.20.15 9.4.0)
SUPPORTED_JSM_VERSIONS=(4.20.15 5.4.0)
SUPPORTED_JIRA_VERSIONS=(8.20.17 9.4.2)
SUPPORTED_JSM_VERSIONS=(4.20.17 5.4.2)

SUPPORTED_VERSIONS=("${SUPPORTED_JIRA_VERSIONS[@]}")
# JSM section
Expand Down
4 changes: 2 additions & 2 deletions app/util/jira/upload_attachments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ JIRA_VERSION_FILE="/media/atl/jira/shared/jira-software.version"

# Jira/JSM supported versions

SUPPORTED_JIRA_VERSIONS=(8.20.15 9.4.0)
SUPPORTED_JSM_VERSIONS=(4.20.15 5.4.0)
SUPPORTED_JIRA_VERSIONS=(8.20.17 9.4.2)
SUPPORTED_JSM_VERSIONS=(4.20.17 5.4.2)

SUPPORTED_VERSIONS=("${SUPPORTED_JIRA_VERSIONS[@]}")
if [[ ${jsm} == 1 ]]; then
Expand Down
4 changes: 2 additions & 2 deletions docs/dc-apps-performance-toolkit-user-guide-jira.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ All important parameters are listed and described in this section. For all other
| Parameter | Recommended value |
| --------- |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Jira Product | Software |
| Version | The Data Center App Performance Toolkit officially supports `8.20.15`, `9.4.0` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
| Version | The Data Center App Performance Toolkit officially supports `8.20.17`, `9.4.2` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |

**Cluster nodes**

Expand Down Expand Up @@ -392,7 +392,7 @@ All important parameters are listed and described in this section. For all other
| Parameter | Recommended Value |
| --------- |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Jira Product | Software |
| Version | The Data Center App Performance Toolkit officially supports `8.20.15`, `9.4.0` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
| Version | The Data Center App Performance Toolkit officially supports `8.20.17`, `9.4.2` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |

**Cluster nodes**

Expand Down
4 changes: 2 additions & 2 deletions docs/dc-apps-performance-toolkit-user-guide-jsm.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ All important parameters are listed and described in this section. For all other
| Parameter | Recommended value |
| --------- |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Jira Product | ServiceManagement |
| Version | The Data Center App Performance Toolkit officially supports `4.20.15`, `5.4.0` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
| Version | The Data Center App Performance Toolkit officially supports `4.20.17`, `5.4.2` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |

**Cluster nodes**

Expand Down Expand Up @@ -551,7 +551,7 @@ All important parameters are listed and described in this section. For all other
| Parameter | Recommended Value |
| --------- |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Jira Product | ServiceManagement |
| Version | The Data Center App Performance Toolkit officially supports `4.20.15`, `5.4.0` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
| Version | The Data Center App Performance Toolkit officially supports `4.20.17`, `5.4.2` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
**Cluster nodes**
Expand Down

0 comments on commit 046e861

Please sign in to comment.