Skip to content

Commit e1724f5

Browse files
authored
REL-3154 Release SonarQube 9.9.6
1 parent a2708f4 commit e1724f5

File tree

8 files changed

+27
-17
lines changed

8 files changed

+27
-17
lines changed

charts/sonarqube-dce/CHANGELOG.md

+3
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+
## [7.0.6]
5+
* Update SonarQube to 9.9.6
6+
47
## [7.0.5]
58
* Update SonarQube to 9.9.5
69

charts/sonarqube-dce/Chart.yaml

+7-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
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.
44
type: application
5-
version: 7.0.5
6-
appVersion: 9.9.5
5+
version: 7.0.6
6+
appVersion: 9.9.6
77
keywords:
88
- coverage
99
- security
@@ -22,10 +22,12 @@ maintainers:
2222
2323
- name: jCOTINEAU
2424
25+
- name: davividal
26+
2527
annotations:
2628
artifacthub.io/changes: |
2729
- kind: changed
28-
description: "Update SonarQube to 9.9.5"
30+
description: "Update SonarQube to 9.9.6"
2931
artifacthub.io/links: |
3032
- name: support
3133
url: https://community.sonarsource.com/
@@ -34,9 +36,9 @@ annotations:
3436
artifacthub.io/containsSecurityUpdates: "false"
3537
artifacthub.io/images: |
3638
- name: sonarqube-app
37-
image: sonarqube:9.9.5-datacenter-app
39+
image: sonarqube:9.9.6-datacenter-app
3840
- name: sonarqube-search
39-
image: sonarqube:9.9.5-datacenter-search
41+
image: sonarqube:9.9.6-datacenter-search
4042
dependencies:
4143
- name: postgresql
4244
version: 10.15.0

charts/sonarqube-dce/README.md

+3-3
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: `9.9.5`
17+
Compatible SonarQube Version: `9.9.6`
1818

1919
Supported Kubernetes Versions: From `1.23` to `1.26`
2020

@@ -133,7 +133,7 @@ The following table lists the configurable parameters of the SonarQube chart and
133133
| Parameter | Description | Default |
134134
| --------- | ----------- |---------------------------|
135135
| `searchNodes.image.repository` | search image repository | `sonarqube` |
136-
| `searchNodes.image.tag` | search image tag | `9.9.5-datacenter-search` |
136+
| `searchNodes.image.tag` | search image tag | `9.9.6-datacenter-search` |
137137
| `searchNodes.image.pullPolicy` | search image pull policy | `IfNotPresent` |
138138
| `searchNodes.image.pullSecret` | (DEPRECATED) search imagePullSecret to use for private repository | `nil` |
139139
| `searchNodes.image.pullSecrets` | search imagePullSecrets to use for private repository | `nil` |
@@ -176,7 +176,7 @@ The following table lists the configurable parameters of the SonarQube chart and
176176
| Parameter | Description | Default |
177177
| --------- | ----------- |------------------------|
178178
| `ApplicationNodes.image.repository` | app image repository | `sonarqube` |
179-
| `ApplicationNodes.image.tag` | app image tag | `9.9.5-datacenter-app` |
179+
| `ApplicationNodes.image.tag` | app image tag | `9.9.6-datacenter-app` |
180180
| `ApplicationNodes.image.pullPolicy` | app image pull policy | `IfNotPresent` |
181181
| `ApplicationNodes.image.pullSecret` | (DEPRECATED) app imagePullSecret to use for private repository | `nil` |
182182
| `ApplicationNodes.image.pullSecrets` | app imagePullSecrets to use for private repository | `nil` |

charts/sonarqube-dce/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
searchNodes:
66
image:
77
repository: sonarqube
8-
tag: 9.9.5-datacenter-search
8+
tag: 9.9.6-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.9.5-datacenter-app
116+
tag: 9.9.6-datacenter-app
117117
pullPolicy: IfNotPresent
118118
# If using a private repository, the imagePullSecrets to use
119119
# pullSecrets:

charts/sonarqube/CHANGELOG.md

+3
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+
## [8.0.6]
5+
* Update SonarQube to 9.9.6
6+
47
## [8.0.5]
58
* Update SonarQube to 9.9.5
69

charts/sonarqube/Chart.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
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.
44
type: application
5-
version: 8.0.5
6-
appVersion: 9.9.5
5+
version: 8.0.6
6+
appVersion: 9.9.6
77
keywords:
88
- coverage
99
- security
@@ -22,6 +22,8 @@ maintainers:
2222
2323
- name: jCOTINEAU
2424
25+
- name: davividal
26+
2527
annotations:
2628
artifacthub.io/links: |
2729
- name: support
@@ -30,11 +32,11 @@ annotations:
3032
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube
3133
artifacthub.io/changes: |
3234
- kind: changed
33-
description: "Update SonarQube to 9.9.5"
35+
description: "Update SonarQube to 9.9.6"
3436
artifacthub.io/containsSecurityUpdates: "false"
3537
artifacthub.io/images: |
3638
- name: sonarqube
37-
image: sonarqube:9.9.5-community
39+
image: sonarqube:9.9.6-community
3840
dependencies:
3941
- name: postgresql
4042
version: 10.15.0

charts/sonarqube/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Please note that this chart only supports SonarQube Community, Developer, and En
1414

1515
## Compatibility
1616

17-
Compatible SonarQube Version: `9.9.5`
17+
Compatible SonarQube Version: `9.9.6`
1818

1919
Supported Kubernetes Versions: From `1.23` to `1.26`
2020

@@ -172,7 +172,7 @@ The following table lists the configurable parameters of the SonarQube chart and
172172
| Parameter | Description | Default |
173173
| --------- | ----------- |-------------------------------|
174174
| `image.repository` | image repository | `sonarqube` |
175-
| `image.tag` | `sonarqube` image tag. | `9.9.5-{{ .Values.edition }}` |
175+
| `image.tag` | `sonarqube` image tag. | `9.9.6-{{ .Values.edition }}` |
176176
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
177177
| `image.pullSecret` | (DEPRECATED) imagePullSecret to use for private repository | `None` |
178178
| `image.pullSecrets` | imagePullSecrets to use for private repository | `None` |

charts/sonarqube/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ edition: "community"
2727

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

0 commit comments

Comments
 (0)