From e1724f5b468b89af6811acbeb7673763fee0188b Mon Sep 17 00:00:00 2001 From: Davi Koscianski Vidal Date: Tue, 25 Jun 2024 15:59:06 +0200 Subject: [PATCH] REL-3154 Release SonarQube 9.9.6 --- charts/sonarqube-dce/CHANGELOG.md | 3 +++ charts/sonarqube-dce/Chart.yaml | 12 +++++++----- charts/sonarqube-dce/README.md | 6 +++--- charts/sonarqube-dce/values.yaml | 4 ++-- charts/sonarqube/CHANGELOG.md | 3 +++ charts/sonarqube/Chart.yaml | 10 ++++++---- charts/sonarqube/README.md | 4 ++-- charts/sonarqube/values.yaml | 2 +- 8 files changed, 27 insertions(+), 17 deletions(-) diff --git a/charts/sonarqube-dce/CHANGELOG.md b/charts/sonarqube-dce/CHANGELOG.md index 52064fb13..4b6ed619d 100644 --- a/charts/sonarqube-dce/CHANGELOG.md +++ b/charts/sonarqube-dce/CHANGELOG.md @@ -1,6 +1,9 @@ # SonarQube Chart Changelog All changes to this chart will be documented in this file. +## [7.0.6] +* Update SonarQube to 9.9.6 + ## [7.0.5] * Update SonarQube to 9.9.5 diff --git a/charts/sonarqube-dce/Chart.yaml b/charts/sonarqube-dce/Chart.yaml index b7d2a58ef..5a0c10dc5 100644 --- a/charts/sonarqube-dce/Chart.yaml +++ b/charts/sonarqube-dce/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: sonarqube-dce description: SonarQube offers Code Quality and Code Security analysis for up to 27 languages. Find Bugs, Vulnerabilities, Security Hotspots and Code Smells throughout your workflow. type: application -version: 7.0.5 -appVersion: 9.9.5 +version: 7.0.6 +appVersion: 9.9.6 keywords: - coverage - security @@ -22,10 +22,12 @@ maintainers: email: carmine.vassallo@sonarsource.com - name: jCOTINEAU email: jeremy.cotineau@sonarsource.com + - name: davividal + email: davi.koscianski-vidal@sonarsource.com annotations: artifacthub.io/changes: | - kind: changed - description: "Update SonarQube to 9.9.5" + description: "Update SonarQube to 9.9.6" artifacthub.io/links: | - name: support url: https://community.sonarsource.com/ @@ -34,9 +36,9 @@ annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/images: | - name: sonarqube-app - image: sonarqube:9.9.5-datacenter-app + image: sonarqube:9.9.6-datacenter-app - name: sonarqube-search - image: sonarqube:9.9.5-datacenter-search + image: sonarqube:9.9.6-datacenter-search dependencies: - name: postgresql version: 10.15.0 diff --git a/charts/sonarqube-dce/README.md b/charts/sonarqube-dce/README.md index 12827029e..c302ab431 100644 --- a/charts/sonarqube-dce/README.md +++ b/charts/sonarqube-dce/README.md @@ -14,7 +14,7 @@ Please note that this chart does NOT support SonarQube Community, Developer, and ## Compatibility -Compatible SonarQube Version: `9.9.5` +Compatible SonarQube Version: `9.9.6` Supported Kubernetes Versions: From `1.23` to `1.26` @@ -133,7 +133,7 @@ The following table lists the configurable parameters of the SonarQube chart and | Parameter | Description | Default | | --------- | ----------- |---------------------------| | `searchNodes.image.repository` | search image repository | `sonarqube` | -| `searchNodes.image.tag` | search image tag | `9.9.5-datacenter-search` | +| `searchNodes.image.tag` | search image tag | `9.9.6-datacenter-search` | | `searchNodes.image.pullPolicy` | search image pull policy | `IfNotPresent` | | `searchNodes.image.pullSecret` | (DEPRECATED) search imagePullSecret to use for private repository | `nil` | | `searchNodes.image.pullSecrets` | search imagePullSecrets to use for private repository | `nil` | @@ -176,7 +176,7 @@ The following table lists the configurable parameters of the SonarQube chart and | Parameter | Description | Default | | --------- | ----------- |------------------------| | `ApplicationNodes.image.repository` | app image repository | `sonarqube` | -| `ApplicationNodes.image.tag` | app image tag | `9.9.5-datacenter-app` | +| `ApplicationNodes.image.tag` | app image tag | `9.9.6-datacenter-app` | | `ApplicationNodes.image.pullPolicy` | app image pull policy | `IfNotPresent` | | `ApplicationNodes.image.pullSecret` | (DEPRECATED) app imagePullSecret to use for private repository | `nil` | | `ApplicationNodes.image.pullSecrets` | app imagePullSecrets to use for private repository | `nil` | diff --git a/charts/sonarqube-dce/values.yaml b/charts/sonarqube-dce/values.yaml index c29d24f54..4907bda74 100644 --- a/charts/sonarqube-dce/values.yaml +++ b/charts/sonarqube-dce/values.yaml @@ -5,7 +5,7 @@ searchNodes: image: repository: sonarqube - tag: 9.9.5-datacenter-search + tag: 9.9.6-datacenter-search pullPolicy: IfNotPresent # If using a private repository, the imagePullSecrets to use # pullSecrets: @@ -113,7 +113,7 @@ searchNodes: ApplicationNodes: image: repository: sonarqube - tag: 9.9.5-datacenter-app + tag: 9.9.6-datacenter-app pullPolicy: IfNotPresent # If using a private repository, the imagePullSecrets to use # pullSecrets: diff --git a/charts/sonarqube/CHANGELOG.md b/charts/sonarqube/CHANGELOG.md index 7f51aa8f9..d06586ea9 100644 --- a/charts/sonarqube/CHANGELOG.md +++ b/charts/sonarqube/CHANGELOG.md @@ -1,6 +1,9 @@ # SonarQube Chart Changelog All changes to this chart will be documented in this file. +## [8.0.6] +* Update SonarQube to 9.9.6 + ## [8.0.5] * Update SonarQube to 9.9.5 diff --git a/charts/sonarqube/Chart.yaml b/charts/sonarqube/Chart.yaml index 4b04b237a..187976585 100644 --- a/charts/sonarqube/Chart.yaml +++ b/charts/sonarqube/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: sonarqube description: SonarQube offers Code Quality and Code Security analysis for up to 27 languages. Find Bugs, Vulnerabilities, Security Hotspots and Code Smells throughout your workflow. type: application -version: 8.0.5 -appVersion: 9.9.5 +version: 8.0.6 +appVersion: 9.9.6 keywords: - coverage - security @@ -22,6 +22,8 @@ maintainers: email: carmine.vassallo@sonarsource.com - name: jCOTINEAU email: jeremy.cotineau@sonarsource.com + - name: davividal + email: davi.koscianski-vidal@sonarsource.com annotations: artifacthub.io/links: | - name: support @@ -30,11 +32,11 @@ annotations: url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube artifacthub.io/changes: | - kind: changed - description: "Update SonarQube to 9.9.5" + description: "Update SonarQube to 9.9.6" artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/images: | - name: sonarqube - image: sonarqube:9.9.5-community + image: sonarqube:9.9.6-community dependencies: - name: postgresql version: 10.15.0 diff --git a/charts/sonarqube/README.md b/charts/sonarqube/README.md index 35e8d28b6..6cee04e28 100644 --- a/charts/sonarqube/README.md +++ b/charts/sonarqube/README.md @@ -14,7 +14,7 @@ Please note that this chart only supports SonarQube Community, Developer, and En ## Compatibility -Compatible SonarQube Version: `9.9.5` +Compatible SonarQube Version: `9.9.6` Supported Kubernetes Versions: From `1.23` to `1.26` @@ -172,7 +172,7 @@ The following table lists the configurable parameters of the SonarQube chart and | Parameter | Description | Default | | --------- | ----------- |-------------------------------| | `image.repository` | image repository | `sonarqube` | -| `image.tag` | `sonarqube` image tag. | `9.9.5-{{ .Values.edition }}` | +| `image.tag` | `sonarqube` image tag. | `9.9.6-{{ .Values.edition }}` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecret` | (DEPRECATED) imagePullSecret to use for private repository | `None` | | `image.pullSecrets` | imagePullSecrets to use for private repository | `None` | diff --git a/charts/sonarqube/values.yaml b/charts/sonarqube/values.yaml index 37ac42932..41f9d9c26 100644 --- a/charts/sonarqube/values.yaml +++ b/charts/sonarqube/values.yaml @@ -27,7 +27,7 @@ edition: "community" image: repository: sonarqube - tag: 9.9.5-{{ .Values.edition }} + tag: 9.9.6-{{ .Values.edition }} pullPolicy: IfNotPresent # If using a private repository, the imagePullSecrets to use # pullSecrets: