Skip to content

Commit 9e81ccb

Browse files
ometelytsiadoit-bi-do
authored andcommitted
Confluence 7.13.2 support (atlassian#727)
1 parent 141c87c commit 9e81ccb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This repository contains Taurus scripts for performance testing of Atlassian Dat
1111
* 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:
14-
* Confluence [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.13.0`, `7.4.13`
14+
* Confluence [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.13.2`, `7.4.13`
1515

1616
* Supported Bitbucket Server versions:
1717
* Bitbucket Server [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.6.10`, `7.17.1`

app/util/confluence/populate_db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ CONFLUENCE_DB_PASS="Password1!"
2020
SELECT_CONFLUENCE_SETTING_SQL="select BANDANAVALUE from BANDANA where BANDANACONTEXT = '_GLOBAL' and BANDANAKEY = 'atlassian.confluence.settings';"
2121

2222
# Confluence version variables
23-
SUPPORTED_CONFLUENCE_VERSIONS=(7.4.13 7.13.0)
23+
SUPPORTED_CONFLUENCE_VERSIONS=(7.4.13 7.13.2)
2424

2525
if [[ ! $(systemctl status confluence) ]]; then
2626
echo "The Confluence service was not found on this host." \

app/util/confluence/upload_attachments.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
################### Variables section ###################
55
# Confluence version variables
66
CONFLUENCE_VERSION_FILE="/media/atl/confluence/shared-home/confluence.version"
7-
SUPPORTED_CONFLUENCE_VERSIONS=(7.4.13 7.13.0)
7+
SUPPORTED_CONFLUENCE_VERSIONS=(7.4.13 7.13.2)
88
CONFLUENCE_VERSION=$(sudo su confluence -c "cat ${CONFLUENCE_VERSION_FILE}")
99
if [[ -z "$CONFLUENCE_VERSION" ]]; then
1010
echo The $CONFLUENCE_VERSION_FILE file does not exists or emtpy. Please check if CONFLUENCE_VERSION_FILE variable \

docs/dc-apps-performance-toolkit-user-guide-confluence.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
| Collaborative editing mode | synchrony-local |
69-
| Confluence Version | The Data Center App Performance Toolkit officially supports `7.13.0` and `7.4.13` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
69+
| Confluence Version | The Data Center App Performance Toolkit officially supports `7.13.2` and `7.4.13` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
7070

7171

7272
**Cluster nodes**
@@ -384,7 +384,7 @@ All important parameters are listed and described in this section. For all other
384384
| Parameter | Recommended value |
385385
| --------- | ----------------- |
386386
| Collaborative editing mode | synchrony-local |
387-
| Confluence Version | The Data Center App Performance Toolkit officially supports `7.13.0` and `7.4.13` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
387+
| Confluence Version | The Data Center App Performance Toolkit officially supports `7.13.2` and `7.4.13` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
388388

389389
**Cluster nodes**
390390

0 commit comments

Comments
 (0)