Skip to content

Commit

Permalink
REL-2611 Release SonarQube 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-mara-sonarsource committed Apr 4, 2023
1 parent 6df50e7 commit 12eccb5
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 15 deletions.
4 changes: 4 additions & 0 deletions charts/sonarqube-dce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# SonarQube Chart Changelog
All changes to this chart will be documented in this file.

## [10.0.0]
* Update SonarQube to 10.0.0
* Helm chart versioning will now follow the SonarQube product versioning

## [8.3.1]
* Make `jvmOpts` and `jvmCeOpts` not override env vars and sonar properties

Expand Down
12 changes: 8 additions & 4 deletions charts/sonarqube-dce/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 8.3.1
appVersion: 9.9.0
version: 10.0.0
appVersion: 10.0.0
keywords:
- coverage
- security
Expand All @@ -25,6 +25,10 @@ maintainers:
email: [email protected]
annotations:
artifacthub.io/changes: |
- kind: changed
description: "Helm chart versioning will now follow the SonarQube product versioning"
- kind: changed
description: "Update SonarQube to 10.0.0"
- kind: fixed
description: "Make jvmOpts and jvmCeOpts not override env vars and sonar properties"
- kind: added
Expand Down Expand Up @@ -57,9 +61,9 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube-app
image: sonarqube:9.9.0-datacenter-app
image: sonarqube:10.0.0-datacenter-app
- name: sonarqube-search
image: sonarqube:9.9.0-datacenter-search
image: sonarqube:10.0.0-datacenter-search
dependencies:
- name: postgresql
version: 10.15.0
Expand Down
6 changes: 3 additions & 3 deletions charts/sonarqube-dce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Please note that this chart does NOT support SonarQube Community, Developer, and

## Compatibility

Compatible SonarQube Version: `9.9.0`
Compatible SonarQube Version: `10.0.0`

Supported Kubernetes Versions: From `1.23` to `1.26`

Expand Down Expand Up @@ -116,7 +116,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.9.0-datacenter-search` |
| `searchNodes.image.tag` | search image tag | `10.0.0-datacenter-search` |
| `searchNodes.image.pullPolicy` | search image pull policy | `IfNotPresent` |
| `searchNodes.image.pullSecret` | (DEPRECATED) search imagePullSecret to use for private repository | `nil` |
| `searchNodes.image.pullSecrets` | search imagePullSecrets to use for private repository | `nil` |
Expand Down Expand Up @@ -162,7 +162,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.9.0-datacenter-app` |
| `ApplicationNodes.image.tag` | app image tag | `10.0.0-datacenter-app` |
| `ApplicationNodes.image.pullPolicy` | app image pull policy | `IfNotPresent` |
| `ApplicationNodes.image.pullSecret` | (DEPRECATED) app imagePullSecret to use for private repository | `nil` |
| `ApplicationNodes.image.pullSecrets` | app imagePullSecrets to use for private repository | `nil` |
Expand Down
4 changes: 2 additions & 2 deletions charts/sonarqube-dce/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
searchNodes:
image:
repository: sonarqube
tag: 9.9.0-datacenter-search
tag: 10.0.0-datacenter-search
pullPolicy: IfNotPresent
# If using a private repository, the imagePullSecrets to use
# pullSecrets:
Expand Down Expand Up @@ -119,7 +119,7 @@ searchNodes:
ApplicationNodes:
image:
repository: sonarqube
tag: 9.9.0-datacenter-app
tag: 10.0.0-datacenter-app
pullPolicy: IfNotPresent
# If using a private repository, the imagePullSecrets to use
# pullSecrets:
Expand Down
4 changes: 4 additions & 0 deletions charts/sonarqube/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# SonarQube Chart Changelog
All changes to this chart will be documented in this file.

## [10.0.0]
* Update SonarQube to 10.0.0
* Helm chart versioning will now follow the SonarQube product versioning

## [9.5.1]
* Make `jvmOpts` and `jvmCeOpts` not override env vars and sonar properties

Expand Down
10 changes: 7 additions & 3 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: 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: 9.5.1
appVersion: 9.9.0
version: 10.0.0
appVersion: 10.0.0
keywords:
- coverage
- security
Expand All @@ -30,6 +30,10 @@ annotations:
- name: Chart Source
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube
artifacthub.io/changes: |
- kind: changed
description: "Helm chart versioning will now follow the SonarQube product versioning"
- kind: changed
description: "Update SonarQube to 10.0.0"
- kind: fixed
description: "Make jvmOpts and jvmCeOpts not override env vars and sonar properties"
- kind: added
Expand Down Expand Up @@ -59,7 +63,7 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
image: sonarqube:9.9.0-community
image: sonarqube:10.0.0-community
dependencies:
- name: postgresql
version: 10.15.0
Expand Down
4 changes: 2 additions & 2 deletions charts/sonarqube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Please note that this chart only supports SonarQube Community, Developer, and En

## Compatibility

Compatible SonarQube Version: `9.9.0`
Compatible SonarQube Version: `10.0.0`

Supported Kubernetes Versions: From `1.23` to `1.26`

Expand Down Expand Up @@ -154,7 +154,7 @@ The following table lists the configurable parameters of the SonarQube chart and
| Parameter | Description | Default |
| --------- | ----------- | ------- |
| `image.repository` | image repository | `sonarqube` |
| `image.tag` | `sonarqube` image tag. | `9.9.0-{{ .Values.edition }}` |
| `image.tag` | `sonarqube` image tag. | `10.0.0-{{ .Values.edition }}` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecret` | (DEPRECATED) imagePullSecret to use for private repository | `None` |
| `image.pullSecrets` | imagePullSecrets to use for private repository | `None` |
Expand Down
2 changes: 1 addition & 1 deletion charts/sonarqube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ edition: "community"

image:
repository: sonarqube
tag: 9.9.0-{{ .Values.edition }}
tag: 10.0.0-{{ .Values.edition }}
pullPolicy: IfNotPresent
# If using a private repository, the imagePullSecrets to use
# pullSecrets:
Expand Down

0 comments on commit 12eccb5

Please sign in to comment.