-
Notifications
You must be signed in to change notification settings - Fork 389
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REL-3428 REL-3427 Release SonarQube Server 10.8, SonarQube Community …
…Build 24.12
- Loading branch information
Showing
75 changed files
with
498 additions
and
496 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ 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: 10.8.0 | ||
appVersion: 10.7.0 | ||
appVersion: 10.8.0 | ||
keywords: | ||
- coverage | ||
- security | ||
|
@@ -17,8 +17,6 @@ sources: | |
- https://github.com/SonarSource/sonarqube | ||
kubeVersion: '>= 1.24.0-0' | ||
maintainers: | ||
- name: leo-geoffroy-sonarsource | ||
email: [email protected] | ||
- name: carminevassallo | ||
email: [email protected] | ||
- name: jCOTINEAU | ||
|
@@ -27,6 +25,8 @@ maintainers: | |
email: [email protected] | ||
annotations: | ||
artifacthub.io/changes: | | ||
- kind: changed | ||
description: "Upgrade SonarQube Server to 10.8.0" | ||
- kind: changed | ||
description: "Update Chart's version to 10.8.0" | ||
- kind: added | ||
|
@@ -67,9 +67,9 @@ annotations: | |
artifacthub.io/containsSecurityUpdates: "false" | ||
artifacthub.io/images: | | ||
- name: sonarqube-app | ||
image: sonarqube:10.7.0-datacenter-app | ||
image: sonarqube:10.8.0-datacenter-app | ||
- name: sonarqube-search | ||
image: sonarqube:10.7.0-datacenter-search | ||
image: sonarqube:10.8.0-datacenter-search | ||
charts.openshift.io/name: sonarqube-dce | ||
dependencies: | ||
- name: postgresql | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
approvers: | ||
- leo-geoffroy-sonarsource | ||
- pierre-guillot-sonarsource | ||
- carminevassallo | ||
- davi.koscianski-vidal | ||
- jCOTINEAU | ||
reviewers: | ||
- leo-geoffroy-sonarsource | ||
- pierre-guillot-sonarsource | ||
- carminevassallo | ||
- davi.koscianski-vidal | ||
- jCOTINEAU |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ 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: 10.8.0 | ||
appVersion: 10.7.0 | ||
appVersion: 10.8.0 | ||
keywords: | ||
- coverage | ||
- security | ||
|
@@ -17,8 +17,6 @@ sources: | |
- https://github.com/SonarSource/sonarqube | ||
kubeVersion: '>= 1.24.0-0' | ||
maintainers: | ||
- name: leo-geoffroy-sonarsource | ||
email: [email protected] | ||
- name: carminevassallo | ||
email: [email protected] | ||
- name: jCOTINEAU | ||
|
@@ -32,6 +30,10 @@ annotations: | |
- name: Chart Source | ||
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube | ||
artifacthub.io/changes: | | ||
- kind: changed | ||
description: "Upgrade SonarQube Server to 10.8.0" | ||
- kind: changed | ||
description: "Release SonarQube Community Build 24.12" | ||
- kind: changed | ||
description: "Update Chart's version to 10.8.0" | ||
- kind: added | ||
|
@@ -71,7 +73,7 @@ annotations: | |
artifacthub.io/containsSecurityUpdates: "false" | ||
artifacthub.io/images: | | ||
- name: sonarqube | ||
image: sonarqube:10.7.0-community | ||
image: sonarqube:24.12.0.100206-community | ||
charts.openshift.io/name: sonarqube | ||
dependencies: | ||
- name: postgresql | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
approvers: | ||
- leo-geoffroy-sonarsource | ||
- pierre-guillot-sonarsource | ||
- carminevassallo | ||
- davi.koscianski-vidal | ||
- jCOTINEAU | ||
reviewers: | ||
- leo-geoffroy-sonarsource | ||
- pierre-guillot-sonarsource | ||
- carminevassallo | ||
- davi.koscianski-vidal | ||
- jCOTINEAU |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.