Skip to content

Commit 7f0d6bd

Browse files
committed
SONAR-25080 release sonarqube server 2025.3
1 parent d2882b8 commit 7f0d6bd

File tree

72 files changed

+430
-424
lines changed

Some content is hidden

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

72 files changed

+430
-424
lines changed

.cirrus/tasks_env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
DOCKER_GCLOUD_SA_KEY: VAULT[development/team/sonarqube/kv/data/gcp-marketplace-registry-staging data.key]
88
GCLOUD_REGISTRY: gcr.io/sonarqube-marketplace-provider # This is the staging registry
99
GCLOUD_PRODUCT_NAME: sonarqube-dce-staging # This is the staging product name
10-
GCLOUD_TAG: 2025.2.0
10+
GCLOUD_TAG: 2025.3.0
1111
ROSA_OPENSHIFT_URL: VAULT[development/team/sonarqube/kv/data/rosa-openshift data.url]
1212
ROSA_OPENSHIFT_USER: VAULT[development/team/sonarqube/kv/data/rosa-dev data.username]
1313
ROSA_OPENSHIFT_PASSWORD: VAULT[development/team/sonarqube/kv/data/rosa-dev data.password]

charts/sonarqube-dce/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ All changes to this chart will be documented in this file.
66
* Normalizes the extension for all templates
77
* Remove example about non-system sonar.properties
88
* Fix change-admin-password hook when using special characters
9+
* Upgrade SonarQube Server to 2025.3.0
910

1011
## [2025.2.0]
1112
* Update Chart's version to 2025.2.0

charts/sonarqube-dce/Chart.yaml

Lines changed: 5 additions & 3 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.3.0
6-
appVersion: 2025.2.0
6+
appVersion: 2025.3.0
77
keywords:
88
- coverage
99
- security
@@ -33,6 +33,8 @@ annotations:
3333
description: "Remove example about non-system sonar.properties"
3434
- kind: fixed
3535
description: "Fix change-admin-password hook when using special characters"
36+
- kind: changed
37+
description: "Upgrade SonarQube Server to 2025.3.0"
3638
artifacthub.io/links: |
3739
- name: support
3840
url: https://community.sonarsource.com/
@@ -41,9 +43,9 @@ annotations:
4143
artifacthub.io/containsSecurityUpdates: "false"
4244
artifacthub.io/images: |
4345
- name: sonarqube-app
44-
image: sonarqube:2025.2.0-datacenter-app
46+
image: sonarqube:2025.3.0-datacenter-app
4547
- name: sonarqube-search
46-
image: sonarqube:2025.2.0-datacenter-search
48+
image: sonarqube:2025.3.0-datacenter-search
4749
charts.openshift.io/name: sonarqube-dce
4850
dependencies:
4951
- 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.2.0`
17+
Compatible SonarQube Version: `2025.3.0`
1818

1919
Supported Kubernetes Versions: From `1.30` 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.2.0-datacenter-search` |
296+
| `searchNodes.image.tag` | search image tag | `2025.3.0-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` |
@@ -350,7 +350,7 @@ The following table lists the configurable parameters of the SonarQube chart and
350350
| Parameter | Description | Default |
351351
| ---------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
352352
| `applicationNodes.image.repository` | app image repository | `sonarqube` |
353-
| `applicationNodes.image.tag` | app image tag | `2025.2.0-datacenter-app` |
353+
| `applicationNodes.image.tag` | app image tag | `2025.3.0-datacenter-app` |
354354
| `applicationNodes.image.pullPolicy` | app image pull policy | `IfNotPresent` |
355355
| `applicationNodes.image.pullSecret` | (DEPRECATED) app imagePullSecret to use for private repository | `nil` |
356356
| `applicationNodes.image.pullSecrets` | app imagePullSecrets to use for private repository | `nil` |

charts/sonarqube-dce/ci/cirrus-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.2.0-datacenter-search"
8+
tag: "2025.3.0-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.2.0-datacenter-app"
17+
tag: "2025.3.0-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.2.0-datacenter-search"
16+
tag: "2025.3.0-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.2.0-datacenter-app"
25+
tag: "2025.3.0-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.2.0-datacenter-search
8+
tag: 2025.3.0-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.2.0-datacenter-app
156+
tag: 2025.3.0-datacenter-app
157157
pullPolicy: IfNotPresent
158158
# If using a private repository, the imagePullSecrets to use
159159
# pullSecrets:

charts/sonarqube/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All changes to this chart will be documented in this file.
77
* Normalizes the extension for all templates
88
* Remove example about non-system sonar.properties
99
* Fix change-admin-password hook when using special characters
10+
* Upgrade SonarQube Server to 2025.3.0
1011

1112
## [2025.2.0]
1213
* Update Chart's version to 2025.2.0

charts/sonarqube/Chart.yaml

Lines changed: 5 additions & 3 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.3.0
6-
appVersion: 2025.2.0
6+
appVersion: 2025.3.0
77
keywords:
88
- coverage
99
- security
@@ -40,14 +40,16 @@ annotations:
4040
description: "Remove example about non-system sonar.properties"
4141
- kind: fixed
4242
description: "Fix change-admin-password hook when using special characters"
43+
- kind: changed
44+
description: "Upgrade SonarQube Server to 2025.3.0"
4345
artifacthub.io/containsSecurityUpdates: "false"
4446
artifacthub.io/images: |
4547
- name: sonarqube-community
4648
image: sonarqube:25.5.0.107428-community
4749
- name: sonarqube-developer
48-
image: sonarqube:2025.2.0-developer
50+
image: sonarqube:2025.3.0-developer
4951
- name: sonarqube-enterprise
50-
image: sonarqube:2025.2.0-enterprise
52+
image: sonarqube:2025.3.0-enterprise
5153
charts.openshift.io/name: sonarqube
5254
dependencies:
5355
- name: postgresql

charts/sonarqube/README.md

Lines changed: 1 addition & 1 deletion
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
## Default Versions
1616

17-
SonarQube Server Version: `2025.2.0`
17+
SonarQube Server Version: `2025.3.0`
1818

1919
SonarQube Community Build: `25.5.0.107428`. If you want the use a more recent SonarQube Community Build, please set the `community.buildNumber` with the desired version.
2020

0 commit comments

Comments
 (0)