Skip to content

Commit

Permalink
SONAR-24182 Prepare the new 2025.2 release cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
carminevassallo committed Jan 24, 2025
1 parent 6f242c4 commit 56b62f9
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 32 deletions.
3 changes: 3 additions & 0 deletions charts/sonarqube-dce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# SonarQube Chart Changelog
All changes to this chart will be documented in this file.

## [2025.2.0]
* Update Chart's version to 2025.2.0

## [2025.1.0]
* Update Chart's version to 2025.1.0
* Upgrade SonarQube Server to 2025.1.0
Expand Down
14 changes: 2 additions & 12 deletions charts/sonarqube-dce/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: sonarqube-dce
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.
type: application
version: 2025.1.0
version: 2025.2.0
appVersion: 2025.1.0
keywords:
- coverage
Expand All @@ -26,17 +26,7 @@ maintainers:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "Update Chart's version to 2025.1.0"
- kind: changed
description: "Upgrade SonarQube Server to 2025.1.0"
- kind: changed
description: "Update ingress-nginx subchart to 4.11.3"
- kind: changed
description: "Support Kubernetes v1.32"
- kind: changed
description: "Remove the default passcode provided with 'monitoringPasscode'"
- kind: changed
description: "Support Openshift v4.17"
description: "Update Chart's version to 2025.2.0"
artifacthub.io/links: |
- name: support
url: https://community.sonarsource.com/
Expand Down
4 changes: 2 additions & 2 deletions charts/sonarqube-dce/ci/cirrus-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ searchNodes:
replicaCount: 1
image:
repository: "sonarsource/sonarqube"
tag: "10.8.1-datacenter-search"
tag: "2025.2.0-datacenter-search"
pullSecrets:
- name: pullsecret

Expand All @@ -14,7 +14,7 @@ ApplicationNodes:
jwtSecret: "mnGBJtmwRbIREqy3vSw6Cinoi2WEom9JH+iw/tXOJX4="
image:
repository: "sonarsource/sonarqube"
tag: "10.8.1-datacenter-app"
tag: "2025.2.0-datacenter-app"
pullSecrets:
- name: pullsecret

Expand Down
4 changes: 2 additions & 2 deletions charts/sonarqube-dce/openshift-verifier/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ searchNodes:
replicaCount: 1
image:
repository: "sonarsource/sonarqube"
tag: "10.8.1-datacenter-search"
tag: "2025.2.0-datacenter-search"
pullSecrets:
- name: pullsecret

Expand All @@ -22,7 +22,7 @@ ApplicationNodes:
jwtSecret: "dZ0EB0KxnF++nr5+4vfTCaun/eWbv6gOoXodiAMqcFo="
image:
repository: "sonarsource/sonarqube"
tag: "10.8.1-datacenter-app"
tag: "2025.2.0-datacenter-app"
pullSecrets:
- name: pullsecret

Expand Down
3 changes: 3 additions & 0 deletions charts/sonarqube/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# SonarQube Chart Changelog
All changes to this chart will be documented in this file.

## [2025.2.0]
* Update Chart's version to 2025.2.0

## [2025.1.0]
* Update Chart's version to 2025.1.0
* Upgrade SonarQube Server to 2025.1.0
Expand Down
18 changes: 2 additions & 16 deletions charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: sonarqube
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.
type: application
version: 2025.1.0
version: 2025.2.0
appVersion: 2025.1.0
keywords:
- coverage
Expand Down Expand Up @@ -31,21 +31,7 @@ annotations:
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube
artifacthub.io/changes: |
- kind: changed
description: "Update Chart's version to 2025.1.0"
- kind: changed
description: "Upgrade SonarQube Server to 2025.1.0"
- kind: changed
description: "Upgrade SonarQube Community Build to 25.1.0.102122"
- kind: changed
description: "Update ingress-nginx subchart to 4.11.3"
- kind: changed
description: "Support Kubernetes v1.32"
- kind: changed
description: "Remove the default passcode provided with 'monitoringPasscode'"
- kind: changed
description: "Support Openshift v4.17"
- kind: changed
description: "Improves editions and versions setting for sonarqube chart"
description: "Update Chart's version to 2025.2.0"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
Expand Down

0 comments on commit 56b62f9

Please sign in to comment.