Skip to content

Commit 32bdab2

Browse files
REL-4465 Release SonarQube Server 2026.2.0
1 parent fa1d888 commit 32bdab2

75 files changed

Lines changed: 384 additions & 382 deletions

File tree

Some content is hidden

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

.github/workflows/azure-marketplace.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ concurrency:
1616
cancel-in-progress: ${{ !(github.ref_name == 'master' || startsWith(github.ref_name, 'release/')) }}
1717

1818
env:
19-
SQ_VERSION: 2026.1.0
20-
SQ_IMAGE_VERSION: 2026.1.0
19+
SQ_VERSION: 2026.2.0
20+
SQ_IMAGE_VERSION: 2026.2.0
2121

2222
jobs:
2323
build-azure-staging-app:

.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: 2026.1.0 # Update this value to the desired version
25+
GCLOUD_TAG: 2026.2.0 # Update this value to the desired version
2626

2727
jobs:
2828
build-gcp-staging-app:
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apiVersion: v2 # Or v1 depending on your Helm version
22
name: sonarqube-azure
3-
version: 2026.1.0
4-
appVersion: 2026.1.0
3+
version: 2026.2.0
4+
appVersion: 2026.2.0
55
description: "SonarQube Server 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."
66
type: application
77
dependencies:
88
- name: sonarqube
9-
version: 2026.1.0
9+
version: 2026.2.0
1010
repository: "file://../../charts/sonarqube" # Reference to the local SonarQube chart

azure-marketplace-k8s-app/sonarqube-azure/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ global:
2222
sonarqube:
2323
registry: __ACR_REGISTRY_PLACEHOLDER__
2424
image: sonarqube
25-
tag: 2026.1.0-enterprise
25+
tag: 2026.2.0-enterprise

charts/sonarqube-dce/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ All changes to this chart will be documented in this file.
33

44
## [2026.2.0]
55
* Upgrade Chart's version to 2026.2.0
6+
* Upgrade SonarQube Server to 2026.2.0
67
* Update ingress-nginx subchart to 4.14.3
78
* Replace wget with curl in health probes
89
* Use -fS flag in curl to show errors in liveness and startup probes

charts/sonarqube-dce/Chart.yaml

Lines changed: 3 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: 2026.2.0
6-
appVersion: 2026.1.0
6+
appVersion: 2026.2.0
77
keywords:
88
- coverage
99
- security
@@ -49,9 +49,9 @@ annotations:
4949
artifacthub.io/containsSecurityUpdates: "false"
5050
artifacthub.io/images: |
5151
- name: sonarqube-app
52-
image: sonarqube:2026.1.0-datacenter-app
52+
image: sonarqube:2026.2.0-datacenter-app
5353
- name: sonarqube-search
54-
image: sonarqube:2026.1.0-datacenter-search
54+
image: sonarqube:2026.2.0-datacenter-search
5555
charts.openshift.io/name: sonarqube-dce
5656
dependencies:
5757
- name: ingress-nginx

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: `2026.1.0`
17+
Compatible SonarQube Version: `2026.2.0`
1818

1919
Supported Kubernetes Versions: From `1.32` to `1.35`
2020
Supported Openshift Versions: From `4.17` to `4.20`
@@ -448,7 +448,7 @@ The following table lists the configurable parameters of the SonarQube chart and
448448
| Parameter | Description | Default |
449449
| --------------------------------------------------------- | ------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------- |
450450
| `searchNodes.image.repository` | search image repository | `sonarqube` |
451-
| `searchNodes.image.tag` | search image tag | `2026.1.0-datacenter-search` |
451+
| `searchNodes.image.tag` | search image tag | `2026.2.0-datacenter-search` |
452452
| `searchNodes.image.pullPolicy` | search image pull policy | `IfNotPresent` |
453453
| `searchNodes.image.pullSecret` | (DEPRECATED) search imagePullSecret to use for private repository | `nil` |
454454
| `searchNodes.image.pullSecrets` | search imagePullSecrets to use for private repository | `nil` |
@@ -504,7 +504,7 @@ The following table lists the configurable parameters of the SonarQube chart and
504504
| Parameter | Description | Default |
505505
| ---------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
506506
| `applicationNodes.image.repository` | app image repository | `sonarqube` |
507-
| `applicationNodes.image.tag` | app image tag | `2026.1.0-datacenter-app` |
507+
| `applicationNodes.image.tag` | app image tag | `2026.2.0-datacenter-app` |
508508
| `applicationNodes.image.pullPolicy` | app image pull policy | `IfNotPresent` |
509509
| `applicationNodes.image.pullSecret` | (DEPRECATED) app imagePullSecret to use for private repository | `nil` |
510510
| `applicationNodes.image.pullSecrets` | app imagePullSecrets to use for private repository | `nil` |

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: 3
66
image:
77
repository: "sonarsource/sonarqube"
8-
tag: "2026.1.0-master-datacenter-search"
8+
tag: "2026.2.0-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: "2026.1.0-master-datacenter-app"
17+
tag: "2026.2.0-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
@@ -7,7 +7,7 @@ searchNodes:
77
replicaCount: 1
88
image:
99
repository: "sonarsource/sonarqube"
10-
tag: "2026.1.0-master-datacenter-search"
10+
tag: "2026.2.0-master-datacenter-search"
1111
pullPolicy: Always
1212
pullSecrets:
1313
- name: pullsecret
@@ -17,7 +17,7 @@ ApplicationNodes:
1717
jwtSecret: "dZ0EB0KxnF++nr5+4vfTCaun/eWbv6gOoXodiAMqcFo="
1818
image:
1919
repository: "sonarsource/sonarqube"
20-
tag: "2026.1.0-master-datacenter-app"
20+
tag: "2026.2.0-master-datacenter-app"
2121
pullPolicy: Always
2222
pullSecrets:
2323
- name: pullsecret

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: 2026.1.0-datacenter-search
8+
tag: 2026.2.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: 2026.1.0-datacenter-app
156+
tag: 2026.2.0-datacenter-app
157157
pullPolicy: IfNotPresent
158158
# If using a private repository, the imagePullSecrets to use
159159
# pullSecrets:

0 commit comments

Comments
 (0)