From ac7543c8c1a0ed392b0b836283c2beb204a54ec2 Mon Sep 17 00:00:00 2001 From: brais <26645694+braisvq1996@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:11:41 +0200 Subject: [PATCH] Update SonarQube to 9.9.6 (#1292) --- CHANGELOG.md | 1 + configuration-sample/ods-core.env.sample | 2 +- sonarqube/chart/Chart.yaml | 2 +- sonarqube/test.sh | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ade0de9e3..6e4b2d33e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Added ### Changed +- Update SonarQube to 9.9.6 ([#1292](https://github.com/opendevstack/ods-core/pull/1292)) ### Fixed diff --git a/configuration-sample/ods-core.env.sample b/configuration-sample/ods-core.env.sample index a381f39e0..d3f83b9f9 100644 --- a/configuration-sample/ods-core.env.sample +++ b/configuration-sample/ods-core.env.sample @@ -135,7 +135,7 @@ SONAR_EDITION=community # See Dockerhub https://hub.docker.com/_/sonarqube/tags # Officially supported is: # - 9.9 (LTS release) -SONAR_VERSION=9.9.5 +SONAR_VERSION=9.9.6 # SonarQube memory and CPU resources SONARQUBE_CPU_REQUEST=200m diff --git a/sonarqube/chart/Chart.yaml b/sonarqube/chart/Chart.yaml index 67e524ece..2dcab6e8b 100644 --- a/sonarqube/chart/Chart.yaml +++ b/sonarqube/chart/Chart.yaml @@ -21,4 +21,4 @@ version: 1.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "9.9.5" +appVersion: "9.9.6" diff --git a/sonarqube/test.sh b/sonarqube/test.sh index 97975f531..d15e6f018 100755 --- a/sonarqube/test.sh +++ b/sonarqube/test.sh @@ -6,7 +6,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" ODS_CORE_DIR=${SCRIPT_DIR%/*} ODS_CONFIGURATION_DIR="${ODS_CORE_DIR}/../ods-configuration" -SONAR_VERSION=9.9.4 +SONAR_VERSION=9.9.6 SONAR_EDITION="community" function usage {