Skip to content

Commit

Permalink
feat(sonarqube): Updated image to v10.3.0 (#830)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Hipwell <[email protected]>
  • Loading branch information
stevehipwell authored Nov 21, 2023
1 parent 003814f commit 8c70961
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions charts/sonarqube/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/sonarqube/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
10 changes: 5 additions & 5 deletions charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -23,12 +23,12 @@ maintainers:
email: [email protected]
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)."

0 comments on commit 8c70961

Please sign in to comment.