From 8c709619bc2287b3aadcb1d7af4bb94acb954cc5 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Tue, 21 Nov 2023 12:15:35 +0000 Subject: [PATCH] feat(sonarqube): Updated image to v10.3.0 (#830) Signed-off-by: Steve Hipwell --- charts/sonarqube/CHANGELOG.md | 7 +++++++ charts/sonarqube/Chart.lock | 6 +++--- charts/sonarqube/Chart.yaml | 10 +++++----- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/charts/sonarqube/CHANGELOG.md b/charts/sonarqube/CHANGELOG.md index 24913c70..a9063af8 100644 --- a/charts/sonarqube/CHANGELOG.md +++ b/charts/sonarqube/CHANGELOG.md @@ -20,6 +20,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] +## [v5.3.0] - 2023-11-21 + +### Changed + +- Updated the _SonarQube_ OCI image to [v10.3.0](https://www.sonarsource.com/products/sonarqube/whats-new/sonarqube-10-3/) ([GH release](https://github.com/SonarSource/sonarqube/releases/tag/10.3.0.82913)). +- Updated the embedded _PostgreSQL_ chart to [v12.12.10](https://artifacthub.io/packages/helm/bitnami/postgresql/12.12.10) (PostgreSQL v15.4.0). + ## [v5.2.1] - 2023-09-25 ### Changed diff --git a/charts/sonarqube/Chart.lock b/charts/sonarqube/Chart.lock index e7565be7..167a8a2f 100644 --- a/charts/sonarqube/Chart.lock +++ b/charts/sonarqube/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami/ - version: 12.10.2 -digest: sha256:d6105feb370bee657d96341207854730e8af71132c07754441962ea111e3bd2a -generated: "2023-09-25T12:33:36.0811884+01:00" + version: 12.12.10 +digest: sha256:64b8985a0dd908270c0e9ba13a59b51f0c3fa3936be29bb405e63177fe548efa +generated: "2023-11-21T12:10:54.8708708Z" diff --git a/charts/sonarqube/Chart.yaml b/charts/sonarqube/Chart.yaml index 85915e0e..b93eb55a 100644 --- a/charts/sonarqube/Chart.yaml +++ b/charts/sonarqube/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: sonarqube description: A Helm chart for deploying SonarQube. type: application -version: 5.2.1 -appVersion: 10.2.1 +version: 5.3.0 +appVersion: 10.3.0 keywords: - sonarqube - sast @@ -23,12 +23,12 @@ maintainers: email: steve.hipwell@gmail.com dependencies: - name: postgresql - version: ~12.10.0 + version: ~12.12.10 repository: https://charts.bitnami.com/bitnami/ condition: postgresql.enabled annotations: artifacthub.io/changes: | - kind: changed - description: "Updated the _SonarQube_ OCI image to v10.2.1." + description: "Updated the _SonarQube_ OCI image to v10.3.0." - kind: changed - description: "Updated the embedded _PostgreSQL_ chart to v12.10.2 (PostgreSQL v15.4.0)." + description: "Updated the embedded _PostgreSQL_ chart to v12.12.10 (PostgreSQL v15.4.0)."