diff --git a/charts/sonarqube/CHANGELOG.md b/charts/sonarqube/CHANGELOG.md index d7fe4bd0..3c011273 100644 --- a/charts/sonarqube/CHANGELOG.md +++ b/charts/sonarqube/CHANGELOG.md @@ -14,6 +14,12 @@ ## [UNRELEASED] +## [v5.6.0] - 2024-06-24 + +### Changed + +- Updated the _SonarQube_ OCI image to [v10.6.0](https://www.sonarsource.com/blog/sonarqube-10-6-release-announcement/) ([GH release](https://github.com/SonarSource/sonarqube/releases/tag/10.6.0.92116)). + ## [v5.5.1] - 2024-05-02 ### Changed @@ -366,6 +372,7 @@ RELEASE LINKS --> [UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/sonarqube +[v5.6.0]: https://github.com/stevehipwell/helm-charts/releases/tag/sonarqube-5.6.0 [v5.5.1]: https://github.com/stevehipwell/helm-charts/releases/tag/sonarqube-5.5.1 [v5.5.0]: https://github.com/stevehipwell/helm-charts/releases/tag/sonarqube-5.5.0 [v5.4.1]: https://github.com/stevehipwell/helm-charts/releases/tag/sonarqube-5.4.1 diff --git a/charts/sonarqube/Chart.yaml b/charts/sonarqube/Chart.yaml index d0a108d4..9230ea3d 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.5.1 -appVersion: 10.5.1 +version: 5.6.0 +appVersion: 10.6.0 keywords: - sonarqube - sast @@ -29,8 +29,4 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: "Updated the _SonarQube_ OCI image to v10.5.1." - - kind: changed - description: "Updated the _PostgreSQL_ dependency to come from an OCI registry." - - kind: changed - description: "Switched to using the port name for ingress." + description: "Updated the _SonarQube_ OCI image to v10.6.0."