Skip to content

Commit f47969c

Browse files
OlehStefanyshyndoit-bi-do
authored andcommitted
jira/jsm/update supported versions (atlassian#720)
* jira/jsm/update supported versions * add Jira 8.20.1 support
1 parent 88ce3ee commit f47969c

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ This repository contains Taurus scripts for performance testing of Atlassian Dat
55

66
## Supported versions
77
* Supported Jira versions:
8-
* Jira [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.13.10`, `8.20.0`
8+
* Jira [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.13.13`, `8.20.1`
99

1010
* Supported Jira Service Management versions:
11-
* Jira Service Management [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `4.13.10`, `4.20.0`
11+
* Jira Service Management [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `4.13.13`, `4.20.1`
1212

1313
* Supported Confluence versions:
1414
* Confluence [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.13.0`, `7.4.11`

app/util/jira/populate_db.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ JIRA_DB_PASS="Password1!"
4545

4646
# Jira/JSM supported versions
4747

48-
SUPPORTED_JIRA_VERSIONS=(8.13.10 8.20.0)
49-
SUPPORTED_JSM_VERSIONS=(4.13.10 4.20.0)
48+
SUPPORTED_JIRA_VERSIONS=(8.13.13 8.20.1)
49+
SUPPORTED_JSM_VERSIONS=(4.13.13 4.20.1)
5050

5151
SUPPORTED_VERSIONS=("${SUPPORTED_JIRA_VERSIONS[@]}")
5252
# JSM section

app/util/jira/upload_attachments.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ JIRA_VERSION_FILE="/media/atl/jira/shared/jira-software.version"
2828

2929
# Jira/JSM supported versions
3030

31-
SUPPORTED_JIRA_VERSIONS=(8.13.10 8.20.0)
32-
SUPPORTED_JSM_VERSIONS=(4.13.10 4.20.0)
31+
SUPPORTED_JIRA_VERSIONS=(8.13.13 8.20.1)
32+
SUPPORTED_JSM_VERSIONS=(4.13.13 4.20.1)
3333

3434
SUPPORTED_VERSIONS=("${SUPPORTED_JIRA_VERSIONS[@]}")
3535
if [[ ${jsm} == 1 ]]; then

docs/dc-apps-performance-toolkit-user-guide-jira.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ All important parameters are listed and described in this section. For all other
6666
| Parameter | Recommended value |
6767
| --------- | ----------------- |
6868
| Jira Product | Software |
69-
| Version | The Data Center App Performance Toolkit officially supports `8.13.10`, `8.20.0` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
69+
| Version | The Data Center App Performance Toolkit officially supports `8.13.13`, `8.20.1` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
7070

7171
**Cluster nodes**
7272

@@ -387,7 +387,7 @@ All important parameters are listed and described in this section. For all other
387387
| Parameter | Recommended Value |
388388
| --------- | ----------------- |
389389
| Jira Product | Software |
390-
| Version | The Data Center App Performance Toolkit officially supports `8.13.10`, `8.20.0` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
390+
| Version | The Data Center App Performance Toolkit officially supports `8.13.13`, `8.20.1` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
391391

392392
**Cluster nodes**
393393

docs/dc-apps-performance-toolkit-user-guide-jsm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ All important parameters are listed and described in this section. For all other
6666
| Parameter | Recommended value |
6767
| --------- | ----------------- |
6868
| Jira Product | ServiceManagement |
69-
| Version | The Data Center App Performance Toolkit officially supports `4.13.10`, `4.20.0` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
69+
| Version | The Data Center App Performance Toolkit officially supports `4.13.13`, `4.20.1` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
7070

7171
**Cluster nodes**
7272

@@ -543,7 +543,7 @@ All important parameters are listed and described in this section. For all other
543543
| Parameter | Recommended Value |
544544
| --------- | ----------------- |
545545
| Jira Product | ServiceManagement |
546-
| Version | The Data Center App Performance Toolkit officially supports `4.13.10`, `4.20.0` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
546+
| Version | The Data Center App Performance Toolkit officially supports `4.13.13`, `4.20.1` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
547547
548548
**Cluster nodes**
549549

0 commit comments

Comments
 (0)