Skip to content

Commit d2245a0

Browse files
REL-2362 Release SonarQube 9.6
1 parent 9f37dc6 commit d2245a0

File tree

6 files changed

+18
-29
lines changed

6 files changed

+18
-29
lines changed

charts/sonarqube-dce/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# SonarQube Chart Changelog
22
All changes to this chart will be documented in this file.
33

4+
## [4.0.0]
5+
* Updated SonarQube to 9.6.0
6+
47
## [3.0.1]
58
* Add documentation for ingress annotations
69

charts/sonarqube-dce/Chart.yaml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: sonarqube-dce
33
description: SonarQube offers Code Quality and Code Security analysis for up to 27 languages. Find Bugs, Vulnerabilities, Security Hotspots and Code Smells throughout your workflow.
4-
version: 3.0.1
5-
appVersion: 9.5.0
4+
version: 4.0.0
5+
appVersion: 9.6.0
66
keywords:
77
- coverage
88
- security
@@ -24,19 +24,11 @@ annotations:
2424
- name: Chart Source
2525
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube-dce
2626
artifacthub.io/changes: |
27-
- kind: added
28-
description: "adding tolerations and affinity to change password hooks"
29-
- kind: added
30-
description: "Add documentation to setup web context via environment variable"
31-
- kind: added
32-
description: "Add automount service account token flag"
33-
- kind: fixed
34-
description: "Fix issue with additional network policy"
3527
- kind: changed
36-
description: "updated SonarQube to 9.5.0"
28+
description: "Updated SonarQube to 9.6.0"
3729
artifacthub.io/containsSecurityUpdates: "false"
3830
artifacthub.io/images: |
3931
- name: sonarqube-app
40-
image: sonarqube:9.5.0-datacenter-app
32+
image: sonarqube:9.6.0-datacenter-app
4133
- name: sonarqube-search
42-
image: sonarqube:9.5.0-datacenter-app
34+
image: sonarqube:9.6.0-datacenter-search

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: 9.5.0-datacenter-search
8+
tag: 9.6.0-datacenter-search
99
pullPolicy: IfNotPresent
1010
# If using a private repository, the imagePullSecrets to use
1111
# pullSecrets:
@@ -113,7 +113,7 @@ searchNodes:
113113
ApplicationNodes:
114114
image:
115115
repository: sonarqube
116-
tag: 9.5.0-datacenter-app
116+
tag: 9.6.0-datacenter-app
117117
pullPolicy: IfNotPresent
118118
# If using a private repository, the imagePullSecrets to use
119119
# pullSecrets:

charts/sonarqube/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# SonarQube Chart Changelog
22
All changes to this chart will be documented in this file.
33

4+
## [5.0.0]
5+
* Updated SonarQube to 9.6.0
6+
47
## [4.0.3]
58
* Add support for Openshift Route labels and annotations
69

charts/sonarqube/Chart.yaml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
apiVersion: v1
22
name: sonarqube
33
description: SonarQube offers Code Quality and Code Security analysis for up to 27 languages. Find Bugs, Vulnerabilities, Security Hotspots and Code Smells throughout your workflow.
4-
version: 4.0.3
5-
appVersion: 9.5.0
6-
4+
version: 5.0.0
5+
appVersion: 9.6.0
76
keywords:
87
- coverage
98
- security
@@ -25,17 +24,9 @@ annotations:
2524
- name: Chart Source
2625
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube
2726
artifacthub.io/changes: |
28-
- kind: added
29-
description: "adding tolerations and affinity to change password hooks"
30-
- kind: added
31-
description: "Add documentation to setup web context via environment variable"
32-
- kind: added
33-
description: "Add automount service account token flag"
34-
- kind: fixed
35-
description: "Fix issue with additional network policy"
3627
- kind: changed
37-
description: "updated SonarQube to 9.5.0"
28+
description: "Updated SonarQube to 9.6.0"
3829
artifacthub.io/containsSecurityUpdates: "false"
3930
artifacthub.io/images: |
4031
- name: sonarqube
41-
image: sonarqube:9.5.0-community
32+
image: sonarqube:9.6.0-community

charts/sonarqube/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ edition: "community"
2727

2828
image:
2929
repository: sonarqube
30-
tag: 9.5.0-{{ .Values.edition }}
30+
tag: 9.6.0-{{ .Values.edition }}
3131
pullPolicy: IfNotPresent
3232
# If using a private repository, the imagePullSecrets to use
3333
# pullSecrets:

0 commit comments

Comments
 (0)