Skip to content

Commit c4737a2

Browse files
REL-4412 Release SonarQube Server 2025.1.6
1 parent 5156bf4 commit c4737a2

File tree

74 files changed

+473
-444
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+473
-444
lines changed

.github/workflows/gcp-marketplace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ concurrency:
2222
cancel-in-progress: ${{ !(github.ref_name == 'master' || startsWith(github.ref_name, 'release/')) }}
2323

2424
env:
25-
GCLOUD_TAG: 2025.1.5 # Update this value to the desired version
25+
GCLOUD_TAG: 2025.1.6 # Update this value to the desired version
2626

2727
jobs:
2828
build-gcp-staging-app:

charts/sonarqube-dce/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
All changes to this chart will be documented in this file.
33

44
## [2025.1.6]
5-
* Upgrade Chart's version to 2025.1.6
5+
* Update Chart's version to 2025.1.6
6+
* Upgrade SonarQube Server to 2025.1.6
67
* Update ingress-nginx subchart to 4.14.3
78

89
## [2025.1.5]

charts/sonarqube-dce/Chart.yaml

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: sonarqube-dce
33
description: SonarQube is a self-managed, automatic code review tool that systematically helps you deliver clean code. As a core element of our Sonar solution, SonarQube integrates into your existing workflow and detects issues in your code to help you perform continuous code inspections of your projects. The tool analyses 30+ different programming languages and integrates into your CI pipeline and DevOps platform to ensure that your code meets high-quality standards.
44
type: application
55
version: 2025.1.6
6-
appVersion: 2025.1.5
6+
appVersion: 2025.1.6
77
keywords:
88
- coverage
99
- security
@@ -19,14 +19,24 @@ kubeVersion: ">= 1.24.0-0"
1919
maintainers:
2020
- name: carminevassallo
2121
email: carmine.vassallo@sonarsource.com
22-
- name: jCOTINEAU
23-
email: jeremy.cotineau@sonarsource.com
24-
- name: davividal
25-
email: davi.koscianski-vidal@sonarsource.com
22+
- name: emma44-m
23+
email: emma.mansalier@sonarsource.com
24+
- name: hatem-amairi-sonarsource
25+
email: hatem.amairi@sonarsource.com
26+
- name: jimil09
27+
email: jimil.desai@sonarsource.com
28+
- name: julienlancelot
29+
email: julien.lancelot@sonarsource.com
30+
- name: lukasz-jarocki-sonarsource
31+
email: lukasz.jarocki@sonarsource.com
32+
- name: matteo-mara-sonarsource
33+
email: matteo.mara@sonarsource.com
2634
annotations:
2735
artifacthub.io/changes: |
2836
- kind: changed
29-
description: "Upgrade Chart's version to 2025.1.6"
37+
description: "Update Chart's version to 2025.1.6"
38+
- kind: changed
39+
description: "Upgrade SonarQube Server to 2025.1.6"
3040
- kind: security
3141
description: "Update ingress-nginx subchart to v4.14.3"
3242
artifacthub.io/links: |
@@ -37,9 +47,9 @@ annotations:
3747
artifacthub.io/containsSecurityUpdates: "false"
3848
artifacthub.io/images: |
3949
- name: sonarqube-app
40-
image: sonarqube:2025.1.5-datacenter-app
50+
image: sonarqube:2025.1.6-datacenter-app
4151
- name: sonarqube-search
42-
image: sonarqube:2025.1.5-datacenter-search
52+
image: sonarqube:2025.1.6-datacenter-search
4353
charts.openshift.io/name: sonarqube-dce
4454
dependencies:
4555
- name: postgresql

charts/sonarqube-dce/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Please note that this chart does NOT support SonarQube Community, Developer, and
1414

1515
## Compatibility
1616

17-
Compatible SonarQube Version: `2025.1.5`
17+
Compatible SonarQube Version: `2025.1.6`
1818

1919
Supported Kubernetes Versions: From `1.29` to `1.32`
2020
Supported Openshift Versions: From `4.11` to `4.17`
@@ -293,7 +293,7 @@ The following table lists the configurable parameters of the SonarQube chart and
293293
| Parameter | Description | Default |
294294
| --------------------------------------------------------- | ------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------- |
295295
| `searchNodes.image.repository` | search image repository | `sonarqube` |
296-
| `searchNodes.image.tag` | search image tag | `2025.1.5-datacenter-search` |
296+
| `searchNodes.image.tag` | search image tag | `2025.1.6-datacenter-search` |
297297
| `searchNodes.image.pullPolicy` | search image pull policy | `IfNotPresent` |
298298
| `searchNodes.image.pullSecret` | (DEPRECATED) search imagePullSecret to use for private repository | `nil` |
299299
| `searchNodes.image.pullSecrets` | search imagePullSecrets to use for private repository | `nil` |
@@ -349,7 +349,7 @@ The following table lists the configurable parameters of the SonarQube chart and
349349
| Parameter | Description | Default |
350350
| ---------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
351351
| `applicationNodes.image.repository` | app image repository | `sonarqube` |
352-
| `applicationNodes.image.tag` | app image tag | `2025.1.5-datacenter-app` |
352+
| `applicationNodes.image.tag` | app image tag | `2025.1.6-datacenter-app` |
353353
| `applicationNodes.image.pullPolicy` | app image pull policy | `IfNotPresent` |
354354
| `applicationNodes.image.pullSecret` | (DEPRECATED) app imagePullSecret to use for private repository | `nil` |
355355
| `applicationNodes.image.pullSecrets` | app imagePullSecrets to use for private repository | `nil` |

charts/sonarqube-dce/ci/cirrus-values.yaml renamed to charts/sonarqube-dce/ci/ci-values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ searchNodes:
55
replicaCount: 1
66
image:
77
repository: "sonarsource/sonarqube"
8-
tag: "2025.1.5-master-datacenter-search"
8+
tag: "2025.1.6-master-datacenter-search"
99
pullSecrets:
1010
- name: pullsecret
1111

@@ -14,7 +14,7 @@ ApplicationNodes:
1414
jwtSecret: "mnGBJtmwRbIREqy3vSw6Cinoi2WEom9JH+iw/tXOJX4="
1515
image:
1616
repository: "sonarsource/sonarqube"
17-
tag: "2025.1.5-master-datacenter-app"
17+
tag: "2025.1.6-master-datacenter-app"
1818
pullSecrets:
1919
- name: pullsecret
2020

charts/sonarqube-dce/openshift-verifier/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ searchNodes:
1313
replicaCount: 1
1414
image:
1515
repository: "sonarsource/sonarqube"
16-
tag: "2025.1.5-master-datacenter-search"
16+
tag: "2025.1.6-master-datacenter-search"
1717
pullSecrets:
1818
- name: pullsecret
1919

@@ -22,7 +22,7 @@ ApplicationNodes:
2222
jwtSecret: "dZ0EB0KxnF++nr5+4vfTCaun/eWbv6gOoXodiAMqcFo="
2323
image:
2424
repository: "sonarsource/sonarqube"
25-
tag: "2025.1.5-master-datacenter-app"
25+
tag: "2025.1.6-master-datacenter-app"
2626
pullSecrets:
2727
- name: pullsecret
2828

charts/sonarqube-dce/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
searchNodes:
66
image:
77
repository: sonarqube
8-
tag: 2025.1.5-datacenter-search
8+
tag: 2025.1.6-datacenter-search
99
pullPolicy: IfNotPresent
1010
# If using a private repository, the imagePullSecrets to use
1111
# pullSecrets:
@@ -153,7 +153,7 @@ searchNodes:
153153
applicationNodes:
154154
image:
155155
repository: sonarqube
156-
tag: 2025.1.5-datacenter-app
156+
tag: 2025.1.6-datacenter-app
157157
pullPolicy: IfNotPresent
158158
# If using a private repository, the imagePullSecrets to use
159159
# pullSecrets:

charts/sonarqube/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
All changes to this chart will be documented in this file.
33

44
## [2025.1.6]
5-
* Upgrade Chart's version to 2025.1.6
5+
* Update Chart's version to 2025.1.6
6+
* Upgrade SonarQube Server to 2025.1.6
67
* Update ingress-nginx subchart to 4.14.3
78

89
## [2025.1.5]

charts/sonarqube/Chart.yaml

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: sonarqube
33
description: SonarQube is a self-managed, automatic code review tool that systematically helps you deliver clean code. As a core element of our Sonar solution, SonarQube integrates into your existing workflow and detects issues in your code to help you perform continuous code inspections of your projects. The tool analyses 30+ different programming languages and integrates into your CI pipeline and DevOps platform to ensure that your code meets high-quality standards.
44
type: application
55
version: 2025.1.6
6-
appVersion: 2025.1.5
6+
appVersion: 2025.1.6
77
keywords:
88
- coverage
99
- security
@@ -19,10 +19,18 @@ kubeVersion: ">= 1.24.0-0"
1919
maintainers:
2020
- name: carminevassallo
2121
email: carmine.vassallo@sonarsource.com
22-
- name: jCOTINEAU
23-
email: jeremy.cotineau@sonarsource.com
24-
- name: davividal
25-
email: davi.koscianski-vidal@sonarsource.com
22+
- name: emma44-m
23+
email: emma.mansalier@sonarsource.com
24+
- name: hatem-amairi-sonarsource
25+
email: hatem.amairi@sonarsource.com
26+
- name: jimil09
27+
email: jimil.desai@sonarsource.com
28+
- name: julienlancelot
29+
email: julien.lancelot@sonarsource.com
30+
- name: lukasz-jarocki-sonarsource
31+
email: lukasz.jarocki@sonarsource.com
32+
- name: matteo-mara-sonarsource
33+
email: matteo.mara@sonarsource.com
2634
annotations:
2735
artifacthub.io/links: |
2836
- name: support
@@ -31,13 +39,19 @@ annotations:
3139
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube
3240
artifacthub.io/changes: |
3341
- kind: changed
34-
description: "Upgrade Chart's version to 2025.1.6"
42+
description: "Update Chart's version to 2025.1.6"
43+
- kind: changed
44+
description: "Upgrade SonarQube Server to 2025.1.6"
3545
- kind: security
3646
description: "Update ingress-nginx subchart to v4.14.3"
3747
artifacthub.io/containsSecurityUpdates: "false"
3848
artifacthub.io/images: |
3949
- name: sonarqube
4050
image: sonarqube:25.1.0.102122-community
51+
- name: sonarqube-developer
52+
image: sonarqube:2025.1.6-developer
53+
- name: sonarqube-enterprise
54+
image: sonarqube:2025.1.6-enterprise
4155
charts.openshift.io/name: sonarqube
4256
dependencies:
4357
- name: postgresql

charts/sonarqube/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Please note that this chart only supports SonarQube Server Developer and Enterpr
1414

1515
## Compatibility
1616

17-
Compatible SonarQube Server Version: `2025.1.5`
17+
Compatible SonarQube Server Version: `2025.1.6`
1818
Compatible SonarQube Community Build: `25.1.0.102122`
1919

2020
Supported Kubernetes Versions: From `1.29` to `1.32`
@@ -301,13 +301,13 @@ The following table lists the configurable parameters of the SonarQube chart and
301301

302302
### Image
303303

304-
| Parameter | Description | Default |
305-
| ------------------- | ---------------------------------------------------------- | -------------- |
306-
| `image.repository` | image repository | `sonarqube` |
307-
| `image.tag` | `sonarqube` image tag. | `None` |
308-
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
309-
| `image.pullSecret` | (DEPRECATED) imagePullSecret to use for private repository | `None` |
310-
| `image.pullSecrets` | imagePullSecrets to use for private repository | `None` |
304+
| Parameter | Description | Default |
305+
| ------------------- | ---------------------------------------------------------- | --------------- |
306+
| `image.repository` | image repository | `sonarqube` |
307+
| `image.tag` | `sonarqube` image tag. | see `appVersion`|
308+
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
309+
| `image.pullSecret` | (DEPRECATED) imagePullSecret to use for private repository | `None` |
310+
| `image.pullSecrets` | imagePullSecrets to use for private repository | `None` |
311311

312312
### Security
313313

0 commit comments

Comments
 (0)