Skip to content

Commit 4daf40f

Browse files
committed
DCA-2232 updates for Bamboo 9.6.1
1 parent 37f7cfa commit 4daf40f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This repository contains Taurus scripts for performance testing of Atlassian Dat
2020
* Crowd [release notes](https://confluence.atlassian.com/crowd/crowd-release-notes-199094.html): `5.2.3`
2121

2222
* Supported Bamboo versions:
23-
* Bamboo [Long Term Support release](https://confluence.atlassian.com/bamboo/bamboo-release-notes-671089224.html): `9.2.11`
23+
* Bamboo [Long Term Support release](https://confluence.atlassian.com/bamboo/bamboo-release-notes-671089224.html): `9.6.1`
2424

2525
## Support
2626
In case of technical questions, issues or problems with DC Apps Performance Toolkit, contact us for support in the [community Slack](http://bit.ly/dcapt_slack) **#data-center-app-performance-toolkit** channel.

app/util/bamboo/bamboo_dataset_generator/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.atlassian.bamboo</groupId>
77
<artifactId>bamboo-specs-parent</artifactId>
8-
<version>9.2.11</version>
8+
<version>9.6.1</version>
99
<relativePath/>
1010
</parent>
1111

@@ -62,17 +62,17 @@
6262
<dependency>
6363
<groupId>com.google.guava</groupId>
6464
<artifactId>guava</artifactId>
65-
<version>33.0.0-jre</version>
65+
<version>33.1.0-jre</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>com.fasterxml.jackson.core</groupId>
6969
<artifactId>jackson-core</artifactId>
70-
<version>2.16.1</version>
70+
<version>2.17.0</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.fasterxml.jackson.core</groupId>
7474
<artifactId>jackson-databind</artifactId>
75-
<version>2.16.1</version>
75+
<version>2.17.0</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>com.jayway.jsonpath</groupId>
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>net.minidev</groupId>
8484
<artifactId>json-smart</artifactId>
85-
<version>2.5.0</version>
85+
<version>2.5.1</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.slf4j</groupId>

app/util/k8s/dcapt.tfvars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,8 @@ crowd_db_master_password = "Password1!"
389389
# By default, latest supported by DCAPT version is set.
390390
# https://hub.docker.com/r/atlassian/bamboo/tags
391391
# https://hub.docker.com/r/atlassian/bamboo-agent-base/tags
392-
bamboo_version_tag = "9.2.11"
393-
bamboo_agent_version_tag = "9.2.11"
392+
bamboo_version_tag = "9.6.1"
393+
bamboo_agent_version_tag = "9.6.1"
394394

395395
# Helm chart version of Bamboo and Bamboo agent instances
396396
# bamboo_helm_chart_version = "<helm_chart_version>"

0 commit comments

Comments
 (0)