Skip to content

Commit 4906e22

Browse files
authored
REL-3985 release 2025.1.4
1 parent 17c489a commit 4906e22

File tree

76 files changed

+1744
-1740
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

+1744
-1740
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.1.3
10+
GCLOUD_TAG: 2025.1.4
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.1.4]
5+
* Update Chart's version to 2025.1.4
6+
* Upgrade SonarQube Server to 2025.1.4
7+
48
## [2025.1.3]
59
* Update Chart's version to 2025.1.3
610
* Upgrade SonarQube Server to 2025.1.3

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.1.3
6-
appVersion: 2025.1.3
5+
version: 2025.1.4
6+
appVersion: 2025.1.4
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.1.3"
29+
description: "Update Chart's version to 2025.1.4"
3030
- kind: changed
31-
description: "Upgrade SonarQube Server to 2025.1.3"
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.1.4"
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.1.3-datacenter-app
40+
image: sonarqube:2025.1.4-datacenter-app
4341
- name: sonarqube-search
44-
image: sonarqube:2025.1.3-datacenter-search
42+
image: sonarqube:2025.1.4-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.1.3`
17+
Compatible SonarQube Version: `2025.1.4`
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.3-datacenter-search` |
296+
| `searchNodes.image.tag` | search image tag | `2025.1.4-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.3-datacenter-app` |
352+
| `applicationNodes.image.tag` | app image tag | `2025.1.4-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

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.3-master-datacenter-search"
8+
tag: "2025.1.4-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.3-master-datacenter-app"
17+
tag: "2025.1.4-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.3-master-datacenter-search"
16+
tag: "2025.1.4-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.3-master-datacenter-app"
25+
tag: "2025.1.4-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.3-datacenter-search
8+
tag: 2025.1.4-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.3-datacenter-app
156+
tag: 2025.1.4-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.1.4]
5+
* Update Chart's version to 2025.1.4
6+
* Upgrade SonarQube Server to 2025.1.4
7+
48
## [2025.1.3]
59
* Update Chart's version to 2025.1.3
610
* Upgrade SonarQube Server to 2025.1.3

charts/sonarqube/Chart.yaml

Lines changed: 4 additions & 6 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.1.3
6-
appVersion: 2025.1.3
5+
version: 2025.1.4
6+
appVersion: 2025.1.4
77
keywords:
88
- coverage
99
- security
@@ -31,11 +31,9 @@ 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.1.3"
34+
description: "Update Chart's version to 2025.1.4"
3535
- kind: changed
36-
description: "Upgrade SonarQube Server to 2025.1.3"
37-
- kind: changed
38-
description: "Update the image and readinessProbe used by postgresql after they migrated to a legacy repository"
36+
description: "Upgrade SonarQube Server to 2025.1.4"
3937
artifacthub.io/containsSecurityUpdates: "false"
4038
artifacthub.io/images: |
4139
- name: sonarqube

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
## Compatibility
1616

17-
Compatible SonarQube Server Version: `2025.1.3`
17+
Compatible SonarQube Server Version: `2025.1.4`
1818
Compatible SonarQube Community Build: `25.1.0.102122`
1919

2020
Supported Kubernetes Versions: From `1.29` to `1.32`

0 commit comments

Comments
 (0)