Skip to content

Commit

Permalink
REL-2362 Release SonarQube 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wouter-admiraal-sonarsource committed Aug 16, 2022
1 parent 9f37dc6 commit d2245a0
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 29 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.

## [4.0.0]
* Updated SonarQube to 9.6.0

## [3.0.1]
* Add documentation for ingress annotations

Expand Down
18 changes: 5 additions & 13 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: 3.0.1
appVersion: 9.5.0
version: 4.0.0
appVersion: 9.6.0
keywords:
- coverage
- security
Expand All @@ -24,19 +24,11 @@ annotations:
- name: Chart Source
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube-dce
artifacthub.io/changes: |
- kind: added
description: "adding tolerations and affinity to change password hooks"
- kind: added
description: "Add documentation to setup web context via environment variable"
- kind: added
description: "Add automount service account token flag"
- kind: fixed
description: "Fix issue with additional network policy"
- kind: changed
description: "updated SonarQube to 9.5.0"
description: "Updated SonarQube to 9.6.0"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube-app
image: sonarqube:9.5.0-datacenter-app
image: sonarqube:9.6.0-datacenter-app
- name: sonarqube-search
image: sonarqube:9.5.0-datacenter-app
image: sonarqube:9.6.0-datacenter-search
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.5.0-datacenter-search
tag: 9.6.0-datacenter-search
pullPolicy: IfNotPresent
# If using a private repository, the imagePullSecrets to use
# pullSecrets:
Expand Down Expand Up @@ -113,7 +113,7 @@ searchNodes:
ApplicationNodes:
image:
repository: sonarqube
tag: 9.5.0-datacenter-app
tag: 9.6.0-datacenter-app
pullPolicy: IfNotPresent
# If using a private repository, the imagePullSecrets to use
# pullSecrets:
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.

## [5.0.0]
* Updated SonarQube to 9.6.0

## [4.0.3]
* Add support for Openshift Route labels and annotations

Expand Down
17 changes: 4 additions & 13 deletions charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +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: 4.0.3
appVersion: 9.5.0

version: 5.0.0
appVersion: 9.6.0
keywords:
- coverage
- security
Expand All @@ -25,17 +24,9 @@ annotations:
- name: Chart Source
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube
artifacthub.io/changes: |
- kind: added
description: "adding tolerations and affinity to change password hooks"
- kind: added
description: "Add documentation to setup web context via environment variable"
- kind: added
description: "Add automount service account token flag"
- kind: fixed
description: "Fix issue with additional network policy"
- kind: changed
description: "updated SonarQube to 9.5.0"
description: "Updated SonarQube to 9.6.0"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
image: sonarqube:9.5.0-community
image: sonarqube:9.6.0-community
2 changes: 1 addition & 1 deletion charts/sonarqube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ edition: "community"

image:
repository: sonarqube
tag: 9.5.0-{{ .Values.edition }}
tag: 9.6.0-{{ .Values.edition }}
pullPolicy: IfNotPresent
# If using a private repository, the imagePullSecrets to use
# pullSecrets:
Expand Down

0 comments on commit d2245a0

Please sign in to comment.