From 4b0a741c731a0005544d75b8cefacb13111d8c42 Mon Sep 17 00:00:00 2001 From: Aurelien <100427063+aurelien-poscia-sonarsource@users.noreply.github.com> Date: Tue, 18 Oct 2022 10:43:37 +0200 Subject: [PATCH] REL-2439 Upgrade charts for SonarQube 9.7 --- charts/sonarqube-dce/CHANGELOG.md | 3 +++ charts/sonarqube-dce/Chart.yaml | 34 ++++++++++++++++++++++++------- charts/sonarqube-dce/values.yaml | 4 ++-- charts/sonarqube/CHANGELOG.md | 3 +++ charts/sonarqube/Chart.yaml | 30 +++++++++++++++++++++++---- charts/sonarqube/values.yaml | 2 +- 6 files changed, 62 insertions(+), 14 deletions(-) diff --git a/charts/sonarqube-dce/CHANGELOG.md b/charts/sonarqube-dce/CHANGELOG.md index 05092984..df7d80cd 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. +## [5.0.0] +* Updated SonarQube to 9.7.0 +* ## [4.3.1] * Fix the right-dash curly brace issue with the additional network policy parameter diff --git a/charts/sonarqube-dce/Chart.yaml b/charts/sonarqube-dce/Chart.yaml index 2a89f1a2..627d3e5b 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: 4.3.1 -appVersion: 9.6.1 +version: 5.0.0 +appVersion: 9.7.0 keywords: - coverage - security @@ -19,20 +19,40 @@ maintainers: - name: leo-geoffroy-sonarsource email: leo.geoffroy+helm@sonarsource.com annotations: + artifacthub.io/changes: | + - kind: changed + description: "Updated SonarQube to 9.7.0" + - kind: fixed + description: "Fix the right-dash curly brace issue with the additional network policy parameter" + - kind: added + description: "Allow `tests.image` to be configured and update README accordingly" + - kind: added + description: "Allow `tests.initContainers.image` to be configured and update README accordingly" + - kind: fixed + description: "Fix wrong image's tag in application nodes" + - kind: added + description: "Add support for monitoringPasscode passed as a secret and removal of livenessprobe httpheader defined in clear text" + - kind: added + description: "Add the possibility of using a secret for customizing the admin password" + - kind: removed + description: "Remove unreachable condition and fix the right values for sonarProperties and sonarSecretProperties" + - kind: changed + description: "Bump apiVersion to v2" + - kind: added + description: "Add documentation for ApplicationNodes.jwtSecret" + - kind: added + description: "Add documentation for ingress tls" artifacthub.io/links: | - name: support url: https://community.sonarsource.com/ - name: Chart Source url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube-dce - artifacthub.io/changes: | - - kind: changed - description: "Updated SonarQube to 9.6.1" artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/images: | - name: sonarqube-app - image: sonarqube:9.6.1-datacenter-app + image: sonarqube:9.7.0-datacenter-app - name: sonarqube-search - image: sonarqube:9.6.1-datacenter-search + image: sonarqube:9.7.0-datacenter-search dependencies: - name: postgresql version: 10.15.0 diff --git a/charts/sonarqube-dce/values.yaml b/charts/sonarqube-dce/values.yaml index 40d00e0c..491c7527 100644 --- a/charts/sonarqube-dce/values.yaml +++ b/charts/sonarqube-dce/values.yaml @@ -5,7 +5,7 @@ searchNodes: image: repository: sonarqube - tag: 9.6.1-datacenter-search + tag: 9.7.0-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.6.1-datacenter-app + tag: 9.7.0-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 7fd72590..58af5b0e 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. +## [6.0.0] +* Updated SonarQube to 9.7.0 + ## [5.4.1] * Fix the right-dash curly brace issue with the additional network policy parameter diff --git a/charts/sonarqube/Chart.yaml b/charts/sonarqube/Chart.yaml index a0a9401a..2157fdbf 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: 5.4.1 -appVersion: 9.6.1 +version: 6.0.0 +appVersion: 9.7.0 keywords: - coverage - security @@ -26,11 +26,33 @@ annotations: url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube artifacthub.io/changes: | - kind: changed - description: "Updated SonarQube to 9.6.1" + description: "Updated SonarQube to 9.7.0" + - kind: fixed + description: "Fix the right-dash curly brace issue with the additional network policy parameter" + - kind: added + description: "Allow `tests.image` to be configured and update README accordingly" + - kind: added + description: "Allow `tests.initContainers.image` to be configured and update README accordingly" + - kind: changed + description: "Use the networkPolicy.prometheusNamespace value for the network policy namespace selector" + - kind: changed + description: "Uncomment default value in values.yaml for backwards compatibility" + - kind: added + description: "Add support for monitoringPasscode passed as a secret and removal of livenessprobe httpheader defined in clear text" + - kind: changed + description: "Bump apiVersion to v2" + - kind: changed + description: "Set the number of allowed replicas to 0 and 1" + - kind: added + description: "Add documentation for ingress tls" + - kind: added + description: "Add documentation for sonarProperties and sonarSecretProperties" + - kind: added + description: "Add the possibility of using a secret for customizing the admin password" artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/images: | - name: sonarqube - image: sonarqube:9.6.1-community + image: sonarqube:9.7.0-community dependencies: - name: postgresql version: 10.15.0 diff --git a/charts/sonarqube/values.yaml b/charts/sonarqube/values.yaml index edc65eda..106e5585 100644 --- a/charts/sonarqube/values.yaml +++ b/charts/sonarqube/values.yaml @@ -27,7 +27,7 @@ edition: "community" image: repository: sonarqube - tag: 9.6.1-{{ .Values.edition }} + tag: 9.7.0-{{ .Values.edition }} pullPolicy: IfNotPresent # If using a private repository, the imagePullSecrets to use # pullSecrets: