From 3a0ab1cae5f0085fd4cd12eeee559bf3bb002d53 Mon Sep 17 00:00:00 2001
From: Dariusz Mika <110389395+dmika1@users.noreply.github.com>
Date: Wed, 8 Feb 2023 10:37:32 +0100
Subject: [PATCH] Bump bamboo supported version to latest LTS (#985)
---
README.md | 2 +-
app/util/bamboo/bamboo_dataset_generator/pom.xml | 2 +-
app/util/k8s/dcapt.tfvars | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 3ff51fe68..00b697e8b 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ This repository contains Taurus scripts for performance testing of Atlassian Dat
* Crowd [release notes](https://confluence.atlassian.com/crowd/crowd-release-notes-199094.html): `5.0.2`
* Supported Bamboo versions:
- * Bamboo [release notes](https://confluence.atlassian.com/bamboo/bamboo-release-notes-671089224.html): `9.1.1`
+ * Bamboo [Long Term Support release](https://confluence.atlassian.com/bamboo/bamboo-release-notes-671089224.html): `9.2.1`
## Support
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.
diff --git a/app/util/bamboo/bamboo_dataset_generator/pom.xml b/app/util/bamboo/bamboo_dataset_generator/pom.xml
index 07fcae1ee..f09606be9 100644
--- a/app/util/bamboo/bamboo_dataset_generator/pom.xml
+++ b/app/util/bamboo/bamboo_dataset_generator/pom.xml
@@ -5,7 +5,7 @@
com.atlassian.bamboo
bamboo-specs-parent
- 9.1.1
+ 9.2.1
diff --git a/app/util/k8s/dcapt.tfvars b/app/util/k8s/dcapt.tfvars
index ff2fab2cb..cdd69e981 100644
--- a/app/util/k8s/dcapt.tfvars
+++ b/app/util/k8s/dcapt.tfvars
@@ -260,8 +260,8 @@ bamboo_license = "bamboo-license"
# By default, latest supported by DCAPT version is set.
# https://hub.docker.com/r/atlassian/bamboo/tags
# https://hub.docker.com/r/atlassian/bamboo-agent-base/tags
-bamboo_version_tag = "9.1.1"
-bamboo_agent_version_tag = "9.1.1"
+bamboo_version_tag = "9.2.1"
+bamboo_agent_version_tag = "9.2.1"
# Helm chart version of Bamboo and Bamboo agent instances
# bamboo_helm_chart_version = ""