Skip to content

Commit 8e785f1

Browse files
REL-4477 Release SonarQube Server 2026.2.1
1 parent f88d7ed commit 8e785f1

80 files changed

Lines changed: 1740 additions & 1742 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.2.0
20-
SQ_IMAGE_VERSION: 2026.2.0
19+
SQ_VERSION: 2026.2.1
20+
SQ_IMAGE_VERSION: 2026.2.1
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.2.0 # Update this value to the desired version
25+
GCLOUD_TAG: 2026.2.1 # Update this value to the desired version
2626

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

azure-marketplace-k8s-app/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
applicationName: sonarqube
22
publisher: "SonarSource"
33
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."
4-
version: 2026.2.0
4+
version: 2026.2.1
55
helmChart: "./sonarqube-azure"
66
clusterArmTemplate: "./mainTemplate.json"
77
uiDefinition: "./createUIDefinition.json"
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.2.0
4-
appVersion: 2026.2.0
3+
version: 2026.2.1
4+
appVersion: 2026.2.1
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.2.0
9+
version: 2026.2.1
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.2.0-enterprise
25+
tag: 2026.2.1-enterprise

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+
## [2026.2.1]
5+
* Upgrade Chart's version to 2026.2.1
6+
* Upgrade SonarQube Server to 2026.2.1
7+
48
## [2026.2.0]
59
* Upgrade Chart's version to 2026.2.0
610
* Upgrade SonarQube Server to 2026.2.0

charts/sonarqube-dce/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-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: 2026.2.0
6-
appVersion: 2026.2.0
5+
version: 2026.2.1
6+
appVersion: 2026.2.1
77
keywords:
88
- coverage
99
- security
@@ -34,13 +34,9 @@ maintainers:
3434
annotations:
3535
artifacthub.io/changes: |
3636
- kind: changed
37-
description: "Upgrade Chart's version to 2026.2.0"
38-
- kind: security
39-
description: "Update ingress-nginx subchart to v4.14.3"
37+
description: "Upgrade Chart's version to 2026.2.1"
4038
- kind: changed
41-
description: "Replace wget with curl in health probes"
42-
- kind: changed
43-
description: "Use -fS flag in curl to show errors in liveness and startup probes"
39+
description: "Upgrade SonarQube Server to 2026.2.1"
4440
artifacthub.io/links: |
4541
- name: support
4642
url: https://community.sonarsource.com/
@@ -49,9 +45,9 @@ annotations:
4945
artifacthub.io/containsSecurityUpdates: "false"
5046
artifacthub.io/images: |
5147
- name: sonarqube-app
52-
image: sonarqube:2026.2.0-datacenter-app
48+
image: sonarqube:2026.2.1-datacenter-app
5349
- name: sonarqube-search
54-
image: sonarqube:2026.2.0-datacenter-search
50+
image: sonarqube:2026.2.1-datacenter-search
5551
charts.openshift.io/name: sonarqube-dce
5652
dependencies:
5753
- 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.2.0`
17+
Compatible SonarQube Version: `2026.2.1`
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.2.0-datacenter-search` |
451+
| `searchNodes.image.tag` | search image tag | `2026.2.1-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.2.0-datacenter-app` |
507+
| `applicationNodes.image.tag` | app image tag | `2026.2.1-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.2.0-master-datacenter-search"
8+
tag: "2026.2.1-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.2.0-master-datacenter-app"
17+
tag: "2026.2.1-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.2.0-master-datacenter-search"
10+
tag: "2026.2.1-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.2.0-master-datacenter-app"
20+
tag: "2026.2.1-master-datacenter-app"
2121
pullPolicy: Always
2222
pullSecrets:
2323
- name: pullsecret

0 commit comments

Comments
 (0)