Skip to content

Commit c854e48

Browse files
REL-2096 REL-2097 Release SonarQube 8.9.4 / 9.2.2 (#130)
1 parent 258c2f9 commit c854e48

File tree

9 files changed

+28
-13
lines changed

9 files changed

+28
-13
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+
## [0.2.3]
5+
* updated SonarQube to 9.2.2
6+
47
## [0.2.2]
58
* replaced hardcoded port's values
69

charts/sonarqube-dce/Chart.yaml

Lines changed: 6 additions & 4 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: 0.2.2
5-
appVersion: 9.2.1
4+
version: 0.2.3
5+
appVersion: 9.2.2
66
keywords:
77
- coverage
88
- security
@@ -21,11 +21,13 @@ annotations:
2121
- name: support
2222
url: https://community.sonarsource.com/
2323
artifacthub.io/changes: |
24+
- kind: changed
25+
description: "updated SonarQube to 9.2.2"
2426
- kind: changed
2527
description: "replaced hardcoded port's values"
2628
artifacthub.io/containsSecurityUpdates: "false"
2729
artifacthub.io/images: |
2830
- name: sonarqube-app
29-
image: sonarqube:9.2.1-datacenter-app
31+
image: sonarqube:9.2.2-datacenter-app
3032
- name: sonarqube-search
31-
image: sonarqube:9.2.1-datacenter-app
33+
image: sonarqube:9.2.2-datacenter-app

charts/sonarqube-dce/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
searchNodes:
66
image:
77
repository: sonarqube
8-
tag: 9.2.1-datacenter-search
8+
tag: 9.2.2-datacenter-search
99
pullPolicy: IfNotPresent
1010
# If using a private repository, the name of the imagePullSecret to use
1111
# pullSecret: my-repo-secret

charts/sonarqube-lts/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+
## [1.0.21]
5+
* updated SonarQube LTS to 8.9.4
6+
47
## [1.0.20]
58
* Fixed LTS default version
69

charts/sonarqube-lts/Chart.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: sonarqube-lts
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: 1.0.20
5-
appVersion: 8.9.3
4+
version: 1.0.21
5+
appVersion: 8.9.4
66
keywords:
77
- coverage
88
- security
@@ -18,9 +18,11 @@ maintainers:
1818
1919
annotations:
2020
artifacthub.io/changes: |
21+
- kind: changed
22+
description: "updated SonarQube LTS to 8.9.4"
2123
- kind: fixed
2224
description: "Fixed default version to match app version"
2325
artifacthub.io/containsSecurityUpdates: "false"
2426
artifacthub.io/images: |
2527
- name: sonarqube
26-
image: sonarqube:8.9.3-community
28+
image: sonarqube:8.9.4-community

charts/sonarqube-lts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ OpenShift:
2525

2626
image:
2727
repository: sonarqube
28-
tag: 8.9.3-community
28+
tag: 8.9.4-community
2929
pullPolicy: IfNotPresent
3030
# If using a private repository, the name of the imagePullSecret to use
3131
# pullSecret: my-repo-secret

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+
## [1.2.3]
5+
* updated SonarQube to 9.2.2
6+
47
## [1.2.2]
58
* fix hardcoded reference to port 9000
69

charts/sonarqube/Chart.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +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: 1.2.2
5-
appVersion: 9.2.1
4+
version: 1.2.3
5+
appVersion: 9.2.2
66
keywords:
77
- coverage
88
- security
@@ -21,9 +21,11 @@ annotations:
2121
- name: support
2222
url: https://community.sonarsource.com/
2323
artifacthub.io/changes: |
24+
- kind: changed
25+
description: "updated SonarQube to 9.2.2"
2426
- kind: changed
2527
description: "replaced hardcoded port's value"
2628
artifacthub.io/containsSecurityUpdates: "false"
2729
artifacthub.io/images: |
2830
- name: sonarqube
29-
image: sonarqube:9.2.1-community
31+
image: sonarqube:9.2.2-community

charts/sonarqube/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ OpenShift:
2525

2626
image:
2727
repository: sonarqube
28-
tag: 9.2.1-community
28+
tag: 9.2.2-community
2929
pullPolicy: IfNotPresent
3030
# If using a private repository, the name of the imagePullSecret to use
3131
# pullSecret: my-repo-secret

0 commit comments

Comments
 (0)