Skip to content

Commit

Permalink
REL-2267 SonarQube 9.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-guillot-gh authored and Pierre Guillot committed Jun 13, 2022
1 parent a6c67b1 commit 90314cc
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 40 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.

## [3.0.0]
* updated SonarQube to 9.5.0

## [2.0.4]
* Fix issue with additional network policy

Expand Down
28 changes: 12 additions & 16 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: 2.0.4
appVersion: 9.4.0
version: 3.0.0
appVersion: 9.5.0
keywords:
- coverage
- security
Expand All @@ -24,23 +24,19 @@ annotations:
- name: Chart Source
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube-dce
artifacthub.io/changes: |
- kind: changed
description: "changed links to get a better overview of sources"
- kind: changed
description: "changed description of dependency postgresql chart"
- kind: changed
description: "secure admin password in k8s secret"
- kind: changed
description: "Specify service account name in change admin password hook"
- kind: fixed
description: "Fixed properties scope for app deployment and search sts"
- 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: "Specify location of .netrc file when downloading plugins that require auth"
description: "Fix issue with additional network policy"
- kind: changed
description: "updated SonarQube to 9.4.0"
description: "updated SonarQube to 9.5.0"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube-app
image: sonarqube:9.4.0-datacenter-app
image: sonarqube:9.5.0-datacenter-app
- name: sonarqube-search
image: sonarqube:9.4.0-datacenter-app
image: sonarqube:9.5.0-datacenter-app
6 changes: 4 additions & 2 deletions charts/sonarqube-dce/OWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
approvers:
- tobias-trabelsi-sonarsource
- leo-geoffroy-sonarsource
- pierre-guillot-sonarsource
reviewers:
- tobias-trabelsi-sonarsource
- leo-geoffroy-sonarsource
- pierre-guillot-sonarsource
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.4.0-datacenter-search
tag: 9.5.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.4.0-datacenter-app
tag: 9.5.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.

## [4.0.0]
* updated SonarQube to 9.5.0

## [3.0.4]
* Fix issue with additional network policy

Expand Down
28 changes: 11 additions & 17 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: 3.0.4
appVersion: 9.4.0
version: 4.0.0
appVersion: 9.5.0
keywords:
- coverage
- security
Expand All @@ -24,23 +24,17 @@ annotations:
- name: Chart Source
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube
artifacthub.io/changes: |
- kind: changed
description: "changed links to get a better overview of sources"
- kind: fixed
description: "Updated all instances of the caCerts enabled check"
- kind: changed
description: "changed description of dependency postgresql chart"
- kind: changed
description: "no longer automount service account token"
- kind: changed
description: "secure admin password in k8s secret"
- kind: changed
description: "Specify service account name in change admin password hook"
- 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: "Specify location of .netrc file when downloading plugins that require auth"
description: "Fix issue with additional network policy"
- kind: changed
description: "updated SonarQube to 9.4.0"
description: "updated SonarQube to 9.5.0"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
image: sonarqube:9.4.0-community
image: sonarqube:9.5.0-community
6 changes: 4 additions & 2 deletions charts/sonarqube/OWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
approvers:
- tobias-trabelsi-sonarsource
- leo-geoffroy-sonarsource
- pierre-guillot-sonarsource
reviewers:
- tobias-trabelsi-sonarsource
- leo-geoffroy-sonarsource
- pierre-guillot-sonarsource
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.4.0-{{ .Values.edition }}
tag: 9.5.0-{{ .Values.edition }}
pullPolicy: IfNotPresent
# If using a private repository, the imagePullSecrets to use
# pullSecrets:
Expand Down

0 comments on commit 90314cc

Please sign in to comment.