From b21aaef85add606c416ac157c9c3758c6c940142 Mon Sep 17 00:00:00 2001 From: Matt Colman Date: Thu, 19 Nov 2020 16:51:38 +0000 Subject: [PATCH] Update CHANGELOG.md --- charts/sonarqube/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/charts/sonarqube/CHANGELOG.md b/charts/sonarqube/CHANGELOG.md index b2dc3cd..92179f7 100644 --- a/charts/sonarqube/CHANGELOG.md +++ b/charts/sonarqube/CHANGELOG.md @@ -1,6 +1,14 @@ # SonarQube Chart Changelog All changes to this chart will be documented in this file. +## [9.2.0] +* Added functionality for deployments to OpenShift clusters. + * .Values.OpenShift flag to signify if deploying to OpenShift. + * Ability to have chart generate an SCC allowing the init-sysctl container to run as privileged. + * Setting of a seperate securityContext section for the main SonarQube container to avoid running as root. + * Exposing additional `postreSQL` keys in values.yaml to enable postgres to run under standard "restricted" or "anyuid"/"nonroot" SCCs on OpenShift. +* Added initContainer `wait-for-db` to await postgreSQL successful startup before starting SonarQube, to avoid race conditions. + ## [9.1.1] * Update SonarQube to 8.5.1. * **Fix:** Purge plugins directory before download.