Skip to content

Commit 161d08e

Browse files
authored
Merge pull request #1813 from atlassian/docs-bump-crowd-version
Bump crowd version to 6.3.2
2 parents b333bc1 + 83c1c69 commit 161d08e

File tree

3 files changed

+2
-28
lines changed

3 files changed

+2
-28
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This repository contains Taurus scripts for performance testing of Atlassian Dat
1717
* Bitbucket Server [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.19.16` and `9.4.4`
1818

1919
* Supported Crowd versions:
20-
* Crowd [release notes](https://confluence.atlassian.com/crowd/crowd-release-notes-199094.html): `6.3.0`
20+
* Crowd [release notes](https://confluence.atlassian.com/crowd/crowd-release-notes-199094.html): `6.3.2`
2121

2222
* Supported Bamboo versions:
2323
* Bamboo [Long Term Support release](https://confluence.atlassian.com/bamboo/bamboo-release-notes-671089224.html): `10.2.7`

app/util/k8s/dcapt-snapshots.json

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -584,32 +584,6 @@
584584
},
585585
"crowd": {
586586
"versions": [
587-
{
588-
"version": "6.3.0",
589-
"data": [
590-
{
591-
"type": "ebs",
592-
"size": "large",
593-
"snapshots": [
594-
{
595-
"us-east-2": "snap-0938248bec3bb51bb",
596-
"us-east-1": "snap-057e8e2c67fc25793"
597-
}
598-
]
599-
},
600-
{
601-
"type": "rds",
602-
"size": "large",
603-
"snapshots": [
604-
{
605-
"us-east-2": "arn:aws:rds:us-east-2:585036043680:snapshot:dcapt-crowd-6-3-0",
606-
"us-east-1": "arn:aws:rds:us-east-1:585036043680:snapshot:dcapt-crowd-6-3-0"
607-
}
608-
]
609-
}
610-
],
611-
"build_number": "2301"
612-
},
613587
{
614588
"version": "6.3.2",
615589
"data": [

app/util/k8s/dcapt.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ bitbucket_additional_jvm_args = ["-Dupm.plugin.upload.enabled=true"]
335335
################################################################################
336336

337337
# Supported versions by DCAPT: https://github.com/atlassian/dc-app-performance-toolkit#supported-versions
338-
crowd_version_tag = "6.3.0"
338+
crowd_version_tag = "6.3.2"
339339

340340
# Helm chart version of Crowd and Crowd agent instances. By default the latest version is installed.
341341
# crowd_helm_chart_version = "<helm_chart_version>"

0 commit comments

Comments
 (0)