Skip to content

Commit

Permalink
REL-2096 REL-2097 Release SonarQube 8.9.4 / 9.2.2 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe-perrin-sonarsource authored Dec 15, 2021
1 parent 258c2f9 commit c854e48
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 13 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.3]
* updated SonarQube to 9.2.2

## [0.2.2]
* replaced hardcoded port's values

Expand Down
10 changes: 6 additions & 4 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.2
appVersion: 9.2.1
version: 0.2.3
appVersion: 9.2.2
keywords:
- coverage
- security
Expand All @@ -21,11 +21,13 @@ annotations:
- name: support
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"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube-app
image: sonarqube:9.2.1-datacenter-app
image: sonarqube:9.2.2-datacenter-app
- name: sonarqube-search
image: sonarqube:9.2.1-datacenter-app
image: sonarqube:9.2.2-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.1-datacenter-search
tag: 9.2.2-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.21]
* updated SonarQube LTS to 8.9.4

## [1.0.20]
* Fixed LTS default version

Expand Down
8 changes: 5 additions & 3 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.20
appVersion: 8.9.3
version: 1.0.21
appVersion: 8.9.4
keywords:
- coverage
- security
Expand All @@ -18,9 +18,11 @@ maintainers:
email: tobias.trabelsi+helm@sonarsource.com
annotations:
artifacthub.io/changes: |
- kind: changed
description: "updated SonarQube LTS to 8.9.4"
- kind: fixed
description: "Fixed default version to match app version"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
image: sonarqube:8.9.3-community
image: sonarqube:8.9.4-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.3-community
tag: 8.9.4-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.3]
* updated SonarQube to 9.2.2

## [1.2.2]
* fix hardcoded reference to port 9000

Expand Down
8 changes: 5 additions & 3 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.2
appVersion: 9.2.1
version: 1.2.3
appVersion: 9.2.2
keywords:
- coverage
- security
Expand All @@ -21,9 +21,11 @@ annotations:
- name: support
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"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
image: sonarqube:9.2.1-community
image: sonarqube:9.2.2-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.1-community
tag: 9.2.2-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 c854e48

Please sign in to comment.