From 433cb05daffe3f88d1e68b98f500d8bbcdce6b11 Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi <64127335+tobias-trabelsi-sonarsource@users.noreply.github.com> Date: Mon, 22 Nov 2021 09:27:32 +0100 Subject: [PATCH] REL-2075 updated application version to 9.2.0 (#118) --- charts/sonarqube-dce/CHANGELOG.md | 3 +++ charts/sonarqube-dce/Chart.yaml | 10 ++++++---- charts/sonarqube-dce/README.md | 4 ++-- charts/sonarqube-dce/values.yaml | 4 ++-- charts/sonarqube/CHANGELOG.md | 3 +++ charts/sonarqube/Chart.yaml | 8 +++++--- charts/sonarqube/README.md | 2 +- charts/sonarqube/values.yaml | 2 +- 8 files changed, 23 insertions(+), 13 deletions(-) diff --git a/charts/sonarqube-dce/CHANGELOG.md b/charts/sonarqube-dce/CHANGELOG.md index 7c837c880..6b33d40e0 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. +## [0.2.0] +* updated SonarQube to 9.2.0 + ## [0.1.7] * added possibility to secure connection in between search nodes * added link to community support forum diff --git a/charts/sonarqube-dce/Chart.yaml b/charts/sonarqube-dce/Chart.yaml index ecc96a8eb..734504fcd 100644 --- a/charts/sonarqube-dce/Chart.yaml +++ b/charts/sonarqube-dce/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 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. -version: 0.1.7 -appVersion: 9.1.0 +version: 0.2.0 +appVersion: 9.2.0 keywords: - coverage - security @@ -25,9 +25,11 @@ annotations: description: "added possibility to secure connection in between search nodes" - kind: added description: "added link to community support forum" + - kind: changed + description: "updated SonarQube to 9.2.0" artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/images: | - name: sonarqube-app - image: sonarqube:9.1.0-datacenter-app + image: sonarqube:9.2.0-datacenter-app - name: sonarqube-search - image: sonarqube:9.1.0-datacenter-app + image: sonarqube:9.2.0-datacenter-app diff --git a/charts/sonarqube-dce/README.md b/charts/sonarqube-dce/README.md index d04c973ab..ef2a8905c 100644 --- a/charts/sonarqube-dce/README.md +++ b/charts/sonarqube-dce/README.md @@ -113,7 +113,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.1.0-datacenter-search` | +| `searchNodes.image.tag` | search image tag | `9.2.0-datacenter-search` | | `searchNodes.image.pullPolicy` | search image pull policy | `IfNotPresent` | | `searchNodes.image.pullSecret` | search imagePullSecret to use for private repository | `nil` | | `searchNodes.env` | Environment variables to attach to the search pods | `nil` | @@ -151,7 +151,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.1-datacenter-app` | +| `ApplicationNodes.image.tag` | app image tag | `9.2.0-datacenter-app` | | `ApplicationNodes.image.pullPolicy` | app image pull policy | `IfNotPresent` | | `ApplicationNodes.image.pullSecret` | app imagePullSecret to use for private repository | `nil` | | `ApplicationNodes.env` | Environment variables to attach to the app pods | `nil` | diff --git a/charts/sonarqube-dce/values.yaml b/charts/sonarqube-dce/values.yaml index 7b5c29449..21fbe8a5c 100644 --- a/charts/sonarqube-dce/values.yaml +++ b/charts/sonarqube-dce/values.yaml @@ -5,7 +5,7 @@ searchNodes: image: repository: sonarqube - tag: 9.1.0-datacenter-search + tag: 9.2.0-datacenter-search pullPolicy: IfNotPresent # If using a private repository, the name of the imagePullSecret to use # pullSecret: my-repo-secret @@ -87,7 +87,7 @@ searchNodes: ApplicationNodes: image: repository: sonarqube - tag: 9.1.0-datacenter-app + tag: 9.2.0-datacenter-app pullPolicy: IfNotPresent # If using a private repository, the name of the imagePullSecret to use # pullSecret: my-repo-secret diff --git a/charts/sonarqube/CHANGELOG.md b/charts/sonarqube/CHANGELOG.md index 6b6c2dd6e..3db2710ad 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. +## [1.2.0] +* updated SonarQube to 9.2.0 + ## [1.1.11] * fixed missing POD level security context for statefulset deployment diff --git a/charts/sonarqube/Chart.yaml b/charts/sonarqube/Chart.yaml index 526833757..1ef627971 100644 --- a/charts/sonarqube/Chart.yaml +++ b/charts/sonarqube/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 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. -version: 1.1.11 -appVersion: 9.1.0 +version: 1.2.0 +appVersion: 9.2.0 keywords: - coverage - security @@ -27,7 +27,9 @@ annotations: description: "Use liveness endpoint instead of helth endpoint for liveness probe" - kind: fixed description: "fixed missing POD level security context for stateful-set deployment" + - kind: changed + description: "updated SonarQube to 9.2.0" artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/images: | - name: sonarqube - image: sonarqube:9.1.0-community + image: sonarqube:9.2.0-community diff --git a/charts/sonarqube/README.md b/charts/sonarqube/README.md index 2635664d8..e7b1eecc0 100644 --- a/charts/sonarqube/README.md +++ b/charts/sonarqube/README.md @@ -123,7 +123,7 @@ The following table lists the configurable parameters of the Sonarqube chart and | `OpenShift.enabled` | Define if this deployment is for OpenShift | `false` | | `OpenShift.createSCC` | If this deployment is for OpenShift, define if SCC should be created for sonarqube pod | `true` | | `image.repository` | image repository | `sonarqube` | -| `image.tag` | `sonarqube` image tag. | `9.1.0-community` | +| `image.tag` | `sonarqube` image tag. | `9.2.0-community` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecret` | imagePullSecret to use for private repository (commented out) | `my-repo-secret` | | `securityContext.fsGroup` | Group applied to mounted directories/files | `1000` | diff --git a/charts/sonarqube/values.yaml b/charts/sonarqube/values.yaml index 9a641eb7b..42a8519ea 100644 --- a/charts/sonarqube/values.yaml +++ b/charts/sonarqube/values.yaml @@ -25,7 +25,7 @@ OpenShift: image: repository: sonarqube - tag: 9.1.0-community + tag: 9.2.0-community pullPolicy: IfNotPresent # If using a private repository, the name of the imagePullSecret to use # pullSecret: my-repo-secret