Skip to content

Commit

Permalink
REL-2106 REL-2107 Release SonarQube 8.9.6 / 9.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jacek-poreda-sonarsource committed Dec 21, 2021
1 parent a10d9f0 commit cb6cb70
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 17 deletions.
3 changes: 3 additions & 0 deletions charts/sonarqube-dce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# SonarQube Chart Changelog
All changes to this chart will be documented in this file.

## [0.2.5]
* updated SonarQube to 9.2.4

## [0.2.4]
* updated SonarQube to 9.2.3

Expand Down
10 changes: 5 additions & 5 deletions charts/sonarqube-dce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: sonarqube-dce
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.
version: 0.2.4
appVersion: 9.2.3
version: 0.2.5
appVersion: 9.2.4
keywords:
- coverage
- security
Expand All @@ -22,10 +22,10 @@ annotations:
url: https://community.sonarsource.com/
artifacthub.io/changes: |
- kind: changed
description: "updated SonarQube to 9.2.3"
description: "updated SonarQube to 9.2.4"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube-app
image: sonarqube:9.2.3-datacenter-app
image: sonarqube:9.2.4-datacenter-app
- name: sonarqube-search
image: sonarqube:9.2.3-datacenter-app
image: sonarqube:9.2.4-datacenter-app
4 changes: 2 additions & 2 deletions charts/sonarqube-dce/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
searchNodes:
image:
repository: sonarqube
tag: 9.2.3-datacenter-search
tag: 9.2.4-datacenter-search
pullPolicy: IfNotPresent
# If using a private repository, the name of the imagePullSecret to use
# pullSecret: my-repo-secret
Expand Down Expand Up @@ -87,7 +87,7 @@ searchNodes:
ApplicationNodes:
image:
repository: sonarqube
tag: 9.2.1-datacenter-app
tag: 9.2.4-datacenter-app
pullPolicy: IfNotPresent
# If using a private repository, the name of the imagePullSecret to use
# pullSecret: my-repo-secret
Expand Down
3 changes: 3 additions & 0 deletions charts/sonarqube-lts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# SonarQube Chart Changelog
All changes to this chart will be documented in this file.

## [1.0.23]
* updated SonarQube LTS to 8.9.6

## [1.0.22]
* updated SonarQube LTS to 8.9.5

Expand Down
8 changes: 4 additions & 4 deletions charts/sonarqube-lts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: sonarqube-lts
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.
version: 1.0.22
appVersion: 8.9.5
version: 1.0.23
appVersion: 8.9.6
keywords:
- coverage
- security
Expand All @@ -19,8 +19,8 @@ maintainers:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "updated SonarQube LTS to 8.9.5"
description: "updated SonarQube LTS to 8.9.6"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
image: sonarqube:8.9.5-community
image: sonarqube:8.9.6-community
2 changes: 1 addition & 1 deletion charts/sonarqube-lts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ OpenShift:

image:
repository: sonarqube
tag: 8.9.5-community
tag: 8.9.6-community
pullPolicy: IfNotPresent
# If using a private repository, the name of the imagePullSecret to use
# pullSecret: my-repo-secret
Expand Down
3 changes: 3 additions & 0 deletions charts/sonarqube/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# SonarQube Chart Changelog
All changes to this chart will be documented in this file.

## [1.2.5]
* updated SonarQube to 9.2.4

## [1.2.4]
* updated SonarQube to 9.2.3

Expand Down
8 changes: 4 additions & 4 deletions charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: sonarqube
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.
version: 1.2.4
appVersion: 9.2.3
version: 1.2.5
appVersion: 9.2.4
keywords:
- coverage
- security
Expand All @@ -22,8 +22,8 @@ annotations:
url: https://community.sonarsource.com/
artifacthub.io/changes: |
- kind: changed
description: "updated SonarQube to 9.2.3"
description: "updated SonarQube to 9.2.4"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
image: sonarqube:9.2.3-community
image: sonarqube:9.2.4-community
2 changes: 1 addition & 1 deletion charts/sonarqube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ OpenShift:

image:
repository: sonarqube
tag: 9.2.3-community
tag: 9.2.4-community
pullPolicy: IfNotPresent
# If using a private repository, the name of the imagePullSecret to use
# pullSecret: my-repo-secret
Expand Down

0 comments on commit cb6cb70

Please sign in to comment.