Skip to content

Commit

Permalink
REL-2098 REL-2099 Release SonarQube 8.9.5 / 9.2.3 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacek-poreda-sonarsource authored Dec 17, 2021
1 parent c854e48 commit a10d9f0
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 22 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.4]
* updated SonarQube to 9.2.3

## [0.2.3]
* updated SonarQube to 9.2.2

Expand Down
12 changes: 5 additions & 7 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.3
appVersion: 9.2.2
version: 0.2.4
appVersion: 9.2.3
keywords:
- coverage
- security
Expand All @@ -22,12 +22,10 @@ annotations:
url: https://community.sonarsource.com/
artifacthub.io/changes: |
- kind: changed
description: "updated SonarQube to 9.2.2"
- kind: changed
description: "replaced hardcoded port's values"
description: "updated SonarQube to 9.2.3"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube-app
image: sonarqube:9.2.2-datacenter-app
image: sonarqube:9.2.3-datacenter-app
- name: sonarqube-search
image: sonarqube:9.2.2-datacenter-app
image: sonarqube:9.2.3-datacenter-app
2 changes: 1 addition & 1 deletion 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.2-datacenter-search
tag: 9.2.3-datacenter-search
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.22]
* updated SonarQube LTS to 8.9.5

## [1.0.21]
* updated SonarQube LTS to 8.9.4

Expand Down
10 changes: 4 additions & 6 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.21
appVersion: 8.9.4
version: 1.0.22
appVersion: 8.9.5
keywords:
- coverage
- security
Expand All @@ -19,10 +19,8 @@ maintainers:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "updated SonarQube LTS to 8.9.4"
- kind: fixed
description: "Fixed default version to match app version"
description: "updated SonarQube LTS to 8.9.5"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
image: sonarqube:8.9.4-community
image: sonarqube:8.9.5-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.4-community
tag: 8.9.5-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.4]
* updated SonarQube to 9.2.3

## [1.2.3]
* updated SonarQube to 9.2.2

Expand Down
10 changes: 4 additions & 6 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.3
appVersion: 9.2.2
version: 1.2.4
appVersion: 9.2.3
keywords:
- coverage
- security
Expand All @@ -22,10 +22,8 @@ annotations:
url: https://community.sonarsource.com/
artifacthub.io/changes: |
- kind: changed
description: "updated SonarQube to 9.2.2"
- kind: changed
description: "replaced hardcoded port's value"
description: "updated SonarQube to 9.2.3"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
image: sonarqube:9.2.2-community
image: sonarqube:9.2.3-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.2-community
tag: 9.2.3-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 a10d9f0

Please sign in to comment.