Skip to content

Commit 52b8bec

Browse files
REL-4479 Release SonarQube Server 2026.1.2
1 parent c494e97 commit 52b8bec

80 files changed

Lines changed: 1740 additions & 1736 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
@@ -17,8 +17,8 @@ concurrency:
1717

1818
env:
1919
PSQL_VERSION: 11.14.0
20-
SQ_VERSION: 2026.1.1
21-
SQ_IMAGE_VERSION: 2026.1.1
20+
SQ_VERSION: 2026.1.2
21+
SQ_IMAGE_VERSION: 2026.1.2
2222

2323
jobs:
2424
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.1 # Update this value to the desired version
25+
GCLOUD_TAG: 2026.1.2 # 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.1.1
4+
version: 2026.1.2
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.1.1
4-
appVersion: 2026.1.1
3+
version: 2026.1.2
4+
appVersion: 2026.1.2
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.1
9+
version: 2026.1.2
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,7 +22,7 @@ global:
2222
sonarqube:
2323
registry: __ACR_REGISTRY_PLACEHOLDER__
2424
image: sonarqube
25-
tag: 2026.1.1-enterprise
25+
tag: 2026.1.2-enterprise
2626
postgresql:
2727
registry: __ACR_REGISTRY_PLACEHOLDER__
2828
image: bitnamilegacy/postgresql

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

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: 2026.1.1
6-
appVersion: 2026.1.1
5+
version: 2026.1.2
6+
appVersion: 2026.1.2
77
keywords:
88
- coverage
99
- security
@@ -24,11 +24,9 @@ maintainers:
2424
annotations:
2525
artifacthub.io/changes: |
2626
- kind: changed
27-
description: "Upgrade Chart's version to 2026.1.1"
27+
description: "Upgrade Chart's version to 2026.1.2"
2828
- kind: changed
29-
description: "Upgrade SonarQube Server to 2026.1.1"
30-
- kind: security
31-
description: "Update ingress-nginx subchart to v4.14.3"
29+
description: "Upgrade SonarQube Server to 2026.1.2"
3230
artifacthub.io/links: |
3331
- name: support
3432
url: https://community.sonarsource.com/
@@ -37,9 +35,9 @@ annotations:
3735
artifacthub.io/containsSecurityUpdates: "false"
3836
artifacthub.io/images: |
3937
- name: sonarqube-app
40-
image: sonarqube:2026.1.1-datacenter-app
38+
image: sonarqube:2026.1.2-datacenter-app
4139
- name: sonarqube-search
42-
image: sonarqube:2026.1.1-datacenter-search
40+
image: sonarqube:2026.1.2-datacenter-search
4341
charts.openshift.io/name: sonarqube-dce
4442
dependencies:
4543
- 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.1`
17+
Compatible SonarQube Version: `2026.1.2`
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.1-datacenter-search` |
451+
| `searchNodes.image.tag` | search image tag | `2026.1.2-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.1-datacenter-app` |
507+
| `applicationNodes.image.tag` | app image tag | `2026.1.2-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.1-master-datacenter-search"
8+
tag: "2026.1.2-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.1-master-datacenter-app"
17+
tag: "2026.1.2-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.1-master-datacenter-search"
10+
tag: "2026.1.2-master-datacenter-search"
1111
pullSecrets:
1212
- name: pullsecret
1313

@@ -16,7 +16,7 @@ ApplicationNodes:
1616
jwtSecret: "dZ0EB0KxnF++nr5+4vfTCaun/eWbv6gOoXodiAMqcFo="
1717
image:
1818
repository: "sonarsource/sonarqube"
19-
tag: "2026.1.1-master-datacenter-app"
19+
tag: "2026.1.2-master-datacenter-app"
2020
pullSecrets:
2121
- name: pullsecret
2222

0 commit comments

Comments
 (0)