From 10075801767ba755cec9c7c2e677581b5e5e4c49 Mon Sep 17 00:00:00 2001 From: "Vazquez,Brais (IT EDP)" Date: Wed, 26 Jun 2024 16:28:49 +0200 Subject: [PATCH] Update SonarQube to 9.9.6 --- CHANGELOG.md | 1 + configuration-sample/ods-core.env.sample | 2 +- sonarqube/chart/Chart.yaml | 2 +- 3 files changed, 3 insertions(+), 2 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"