Skip to content

Commit 31db6fe

Browse files
REL-2450 Release SonarQube 9.7.1
1 parent 4b0a741 commit 31db6fe

File tree

7 files changed

+20
-56
lines changed

7 files changed

+20
-56
lines changed

.cirrus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ chart_testing_task:
5757
wait_for_kind_script:
5858
- secs=3600; endTime=$(( $(date +%s) + secs )); while [[ -n "$(kubectl cluster-info --context kind-kind 2>&1 > /dev/null)" ]] || [ $(date +%s) -gt $endTime ]; do sleep 5; done
5959
script:
60-
- ct lint --config test.yaml
60+
- ct lint --config test.yaml --target-branch branch-6.0.x-dce-5.0.x
6161
- ct install --config test.yaml
6262
artifacthub_lint_script:
6363
- ah lint

charts/sonarqube-dce/CHANGELOG.md

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

4+
## [5.0.1]
5+
* Updated SonarQube to 9.7.1
6+
47
## [5.0.0]
58
* Updated SonarQube to 9.7.0
6-
*
9+
710
## [4.3.1]
811
* Fix the right-dash curly brace issue with the additional network policy parameter
912

charts/sonarqube-dce/Chart.yaml

Lines changed: 5 additions & 25 deletions
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: 5.0.0
6-
appVersion: 9.7.0
5+
version: 5.0.1
6+
appVersion: 9.7.1
77
keywords:
88
- coverage
99
- security
@@ -21,27 +21,7 @@ maintainers:
2121
annotations:
2222
artifacthub.io/changes: |
2323
- kind: changed
24-
description: "Updated SonarQube to 9.7.0"
25-
- kind: fixed
26-
description: "Fix the right-dash curly brace issue with the additional network policy parameter"
27-
- kind: added
28-
description: "Allow `tests.image` to be configured and update README accordingly"
29-
- kind: added
30-
description: "Allow `tests.initContainers.image` to be configured and update README accordingly"
31-
- kind: fixed
32-
description: "Fix wrong image's tag in application nodes"
33-
- kind: added
34-
description: "Add support for monitoringPasscode passed as a secret and removal of livenessprobe httpheader defined in clear text"
35-
- kind: added
36-
description: "Add the possibility of using a secret for customizing the admin password"
37-
- kind: removed
38-
description: "Remove unreachable condition and fix the right values for sonarProperties and sonarSecretProperties"
39-
- kind: changed
40-
description: "Bump apiVersion to v2"
41-
- kind: added
42-
description: "Add documentation for ApplicationNodes.jwtSecret"
43-
- kind: added
44-
description: "Add documentation for ingress tls"
24+
description: "Updated SonarQube to 9.7.1"
4525
artifacthub.io/links: |
4626
- name: support
4727
url: https://community.sonarsource.com/
@@ -50,9 +30,9 @@ annotations:
5030
artifacthub.io/containsSecurityUpdates: "false"
5131
artifacthub.io/images: |
5232
- name: sonarqube-app
53-
image: sonarqube:9.7.0-datacenter-app
33+
image: sonarqube:9.7.1-datacenter-app
5434
- name: sonarqube-search
55-
image: sonarqube:9.7.0-datacenter-search
35+
image: sonarqube:9.7.1-datacenter-search
5636
dependencies:
5737
- name: postgresql
5838
version: 10.15.0

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.7.0-datacenter-search
8+
tag: 9.7.1-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.7.0-datacenter-app
116+
tag: 9.7.1-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+
## [6.0.1]
5+
* Updated SonarQube to 9.7.1
6+
47
## [6.0.0]
58
* Updated SonarQube to 9.7.0
69

charts/sonarqube/Chart.yaml

Lines changed: 4 additions & 26 deletions
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: 6.0.0
6-
appVersion: 9.7.0
5+
version: 6.0.1
6+
appVersion: 9.7.1
77
keywords:
88
- coverage
99
- security
@@ -26,33 +26,11 @@ annotations:
2626
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube
2727
artifacthub.io/changes: |
2828
- kind: changed
29-
description: "Updated SonarQube to 9.7.0"
30-
- kind: fixed
31-
description: "Fix the right-dash curly brace issue with the additional network policy parameter"
32-
- kind: added
33-
description: "Allow `tests.image` to be configured and update README accordingly"
34-
- kind: added
35-
description: "Allow `tests.initContainers.image` to be configured and update README accordingly"
36-
- kind: changed
37-
description: "Use the networkPolicy.prometheusNamespace value for the network policy namespace selector"
38-
- kind: changed
39-
description: "Uncomment default value in values.yaml for backwards compatibility"
40-
- kind: added
41-
description: "Add support for monitoringPasscode passed as a secret and removal of livenessprobe httpheader defined in clear text"
42-
- kind: changed
43-
description: "Bump apiVersion to v2"
44-
- kind: changed
45-
description: "Set the number of allowed replicas to 0 and 1"
46-
- kind: added
47-
description: "Add documentation for ingress tls"
48-
- kind: added
49-
description: "Add documentation for sonarProperties and sonarSecretProperties"
50-
- kind: added
51-
description: "Add the possibility of using a secret for customizing the admin password"
29+
description: "Updated SonarQube to 9.7.1"
5230
artifacthub.io/containsSecurityUpdates: "false"
5331
artifacthub.io/images: |
5432
- name: sonarqube
55-
image: sonarqube:9.7.0-community
33+
image: sonarqube:9.7.1-community
5634
dependencies:
5735
- name: postgresql
5836
version: 10.15.0

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.7.0-{{ .Values.edition }}
30+
tag: 9.7.1-{{ .Values.edition }}
3131
pullPolicy: IfNotPresent
3232
# If using a private repository, the imagePullSecrets to use
3333
# pullSecrets:

0 commit comments

Comments
 (0)