Skip to content

Commit 6867f37

Browse files
authored
REL-3986 release 2025.4.3
1 parent 10fbf79 commit 6867f37

File tree

76 files changed

+1794
-1792
lines changed

Some content is hidden

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

76 files changed

+1794
-1792
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.4.2
10+
GCLOUD_TAG: 2025.4.3
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# SonarQube Chart Changelog
22
All changes to this chart will be documented in this file.
33

4+
## [2025.4.3]
5+
* Update Chart's version to 2025.4.3
6+
* Upgrade SonarQube Server to 2025.4.3
7+
48
## [2025.4.2]
59
* Update Chart's version to 2025.4.2
610
* Upgrade SonarQube Server to 2025.4.2

charts/sonarqube-dce/Chart.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
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
5-
version: 2025.4.2
6-
appVersion: 2025.4.2
5+
version: 2025.4.3
6+
appVersion: 2025.4.3
77
keywords:
88
- coverage
99
- security
@@ -26,11 +26,9 @@ maintainers:
2626
annotations:
2727
artifacthub.io/changes: |
2828
- kind: changed
29-
description: "Update Chart's version to 2025.4.2"
29+
description: "Update Chart's version to 2025.4.3"
3030
- kind: changed
31-
description: "Upgrade SonarQube Server to 2025.4.2"
32-
- kind: changed
33-
description: "Update the image and readinessProbe used by postgresql after they migrated to a legacy repository"
31+
description: "Upgrade SonarQube Server to 2025.4.3"
3432
artifacthub.io/links: |
3533
- name: support
3634
url: https://community.sonarsource.com/
@@ -39,9 +37,9 @@ annotations:
3937
artifacthub.io/containsSecurityUpdates: "false"
4038
artifacthub.io/images: |
4139
- name: sonarqube-app
42-
image: sonarqube:2025.4.2-datacenter-app
40+
image: sonarqube:2025.4.3-datacenter-app
4341
- name: sonarqube-search
44-
image: sonarqube:2025.4.2-datacenter-search
42+
image: sonarqube:2025.4.3-datacenter-search
4543
charts.openshift.io/name: sonarqube-dce
4644
dependencies:
4745
- 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.4.2`
17+
Compatible SonarQube Version: `2025.4.3`
1818

1919
Supported Kubernetes Versions: From `1.30` to `1.33`
2020
Supported Openshift Versions: From `4.11` to `4.17`
@@ -314,7 +314,7 @@ The following table lists the configurable parameters of the SonarQube chart and
314314
| Parameter | Description | Default |
315315
| --------------------------------------------------------- | ------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------- |
316316
| `searchNodes.image.repository` | search image repository | `sonarqube` |
317-
| `searchNodes.image.tag` | search image tag | `2025.4.2-datacenter-search` |
317+
| `searchNodes.image.tag` | search image tag | `2025.4.3-datacenter-search` |
318318
| `searchNodes.image.pullPolicy` | search image pull policy | `IfNotPresent` |
319319
| `searchNodes.image.pullSecret` | (DEPRECATED) search imagePullSecret to use for private repository | `nil` |
320320
| `searchNodes.image.pullSecrets` | search imagePullSecrets to use for private repository | `nil` |
@@ -370,7 +370,7 @@ The following table lists the configurable parameters of the SonarQube chart and
370370
| Parameter | Description | Default |
371371
| ---------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
372372
| `applicationNodes.image.repository` | app image repository | `sonarqube` |
373-
| `applicationNodes.image.tag` | app image tag | `2025.4.2-datacenter-app` |
373+
| `applicationNodes.image.tag` | app image tag | `2025.4.4-datacenter-app` |
374374
| `applicationNodes.image.pullPolicy` | app image pull policy | `IfNotPresent` |
375375
| `applicationNodes.image.pullSecret` | (DEPRECATED) app imagePullSecret to use for private repository | `nil` |
376376
| `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: 3
66
image:
77
repository: "sonarsource/sonarqube"
8-
tag: "2025.4.2-master-datacenter-search"
8+
tag: "2025.4.3-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.4.2-master-datacenter-app"
17+
tag: "2025.4.3-master-datacenter-app"
1818
pullSecrets:
1919
- name: pullsecret
2020
webPort: 4023

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.4.2-master-datacenter-search"
16+
tag: "2025.4.3-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.4.2-master-datacenter-app"
25+
tag: "2025.4.3-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.4.2-datacenter-search
8+
tag: 2025.4.3-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.4.2-datacenter-app
156+
tag: 2025.4.3-datacenter-app
157157
pullPolicy: IfNotPresent
158158
# If using a private repository, the imagePullSecrets to use
159159
# pullSecrets:

charts/sonarqube/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# SonarQube Chart Changelog
22
All changes to this chart will be documented in this file.
33

4+
## [2025.4.3]
5+
* Update Chart's version to 2025.4.3
6+
* Upgrade SonarQube Server to 2025.4.3
7+
48
## [2025.4.2]
59
* Update Chart's version to 2025.4.2
610
* Upgrade SonarQube Server to 2025.4.2

charts/sonarqube/Chart.yaml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
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
5-
version: 2025.4.2
6-
appVersion: 2025.4.2
5+
version: 2025.4.3
6+
appVersion: 2025.4.3
77
keywords:
88
- coverage
99
- security
@@ -31,21 +31,17 @@ annotations:
3131
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube
3232
artifacthub.io/changes: |
3333
- kind: changed
34-
description: "Update Chart's version to 2025.4.2"
34+
description: "Update Chart's version to 2025.4.3"
3535
- kind: changed
36-
description: "Upgrade SonarQube Server to 2025.4.2"
37-
- kind: changed
38-
description: "Upgrade SonarQube Community Build to 25.8.0.112029"
39-
- kind: changed
40-
description: "Update the image and readinessProbe used by postgresql after they migrated to a legacy repository"
36+
description: "Upgrade SonarQube Server to 2025.4.3"
4137
artifacthub.io/containsSecurityUpdates: "false"
4238
artifacthub.io/images: |
4339
- name: sonarqube-community
4440
image: sonarqube:25.8.0.112029-community
4541
- name: sonarqube-developer
46-
image: sonarqube:2025.4.2-developer
42+
image: sonarqube:2025.4.3-developer
4743
- name: sonarqube-enterprise
48-
image: sonarqube:2025.4.2-enterprise
44+
image: sonarqube:2025.4.3-enterprise
4945
charts.openshift.io/name: sonarqube
5046
dependencies:
5147
- 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.4.2`
17+
SonarQube Server Version: `2025.4.3`
1818

1919
SonarQube Community Build: `25.8.0.112029`. 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)