Skip to content

Commit a10d9f0

Browse files
REL-2098 REL-2099 Release SonarQube 8.9.5 / 9.2.3 (#131)
1 parent c854e48 commit a10d9f0

File tree

9 files changed

+25
-22
lines changed

9 files changed

+25
-22
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.4]
5+
* updated SonarQube to 9.2.3
6+
47
## [0.2.3]
58
* updated SonarQube to 9.2.2
69

charts/sonarqube-dce/Chart.yaml

Lines changed: 5 additions & 7 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.3
5-
appVersion: 9.2.2
4+
version: 0.2.4
5+
appVersion: 9.2.3
66
keywords:
77
- coverage
88
- security
@@ -22,12 +22,10 @@ annotations:
2222
url: https://community.sonarsource.com/
2323
artifacthub.io/changes: |
2424
- kind: changed
25-
description: "updated SonarQube to 9.2.2"
26-
- kind: changed
27-
description: "replaced hardcoded port's values"
25+
description: "updated SonarQube to 9.2.3"
2826
artifacthub.io/containsSecurityUpdates: "false"
2927
artifacthub.io/images: |
3028
- name: sonarqube-app
31-
image: sonarqube:9.2.2-datacenter-app
29+
image: sonarqube:9.2.3-datacenter-app
3230
- name: sonarqube-search
33-
image: sonarqube:9.2.2-datacenter-app
31+
image: sonarqube:9.2.3-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.2-datacenter-search
8+
tag: 9.2.3-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.22]
5+
* updated SonarQube LTS to 8.9.5
6+
47
## [1.0.21]
58
* updated SonarQube LTS to 8.9.4
69

charts/sonarqube-lts/Chart.yaml

Lines changed: 4 additions & 6 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.21
5-
appVersion: 8.9.4
4+
version: 1.0.22
5+
appVersion: 8.9.5
66
keywords:
77
- coverage
88
- security
@@ -19,10 +19,8 @@ maintainers:
1919
annotations:
2020
artifacthub.io/changes: |
2121
- kind: changed
22-
description: "updated SonarQube LTS to 8.9.4"
23-
- kind: fixed
24-
description: "Fixed default version to match app version"
22+
description: "updated SonarQube LTS to 8.9.5"
2523
artifacthub.io/containsSecurityUpdates: "false"
2624
artifacthub.io/images: |
2725
- name: sonarqube
28-
image: sonarqube:8.9.4-community
26+
image: sonarqube:8.9.5-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.4-community
28+
tag: 8.9.5-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.4]
5+
* updated SonarQube to 9.2.3
6+
47
## [1.2.3]
58
* updated SonarQube to 9.2.2
69

charts/sonarqube/Chart.yaml

Lines changed: 4 additions & 6 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.3
5-
appVersion: 9.2.2
4+
version: 1.2.4
5+
appVersion: 9.2.3
66
keywords:
77
- coverage
88
- security
@@ -22,10 +22,8 @@ annotations:
2222
url: https://community.sonarsource.com/
2323
artifacthub.io/changes: |
2424
- kind: changed
25-
description: "updated SonarQube to 9.2.2"
26-
- kind: changed
27-
description: "replaced hardcoded port's value"
25+
description: "updated SonarQube to 9.2.3"
2826
artifacthub.io/containsSecurityUpdates: "false"
2927
artifacthub.io/images: |
3028
- name: sonarqube
31-
image: sonarqube:9.2.2-community
29+
image: sonarqube:9.2.3-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.2-community
28+
tag: 9.2.3-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)