Skip to content

Commit

Permalink
REL-2450 Release SonarQube 9.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-mara-sonarsource committed Oct 31, 2022
1 parent 4b0a741 commit 31db6fe
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ chart_testing_task:
wait_for_kind_script:
- secs=3600; endTime=$(( $(date +%s) + secs )); while [[ -n "$(kubectl cluster-info --context kind-kind 2>&1 > /dev/null)" ]] || [ $(date +%s) -gt $endTime ]; do sleep 5; done
script:
- ct lint --config test.yaml
- ct lint --config test.yaml --target-branch branch-6.0.x-dce-5.0.x
- ct install --config test.yaml
artifacthub_lint_script:
- ah lint
Expand Down
5 changes: 4 additions & 1 deletion charts/sonarqube-dce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# SonarQube Chart Changelog
All changes to this chart will be documented in this file.

## [5.0.1]
* Updated SonarQube to 9.7.1

## [5.0.0]
* Updated SonarQube to 9.7.0
*

## [4.3.1]
* Fix the right-dash curly brace issue with the additional network policy parameter

Expand Down
30 changes: 5 additions & 25 deletions charts/sonarqube-dce/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
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.
type: application
version: 5.0.0
appVersion: 9.7.0
version: 5.0.1
appVersion: 9.7.1
keywords:
- coverage
- security
Expand All @@ -21,27 +21,7 @@ maintainers:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "Updated SonarQube to 9.7.0"
- kind: fixed
description: "Fix the right-dash curly brace issue with the additional network policy parameter"
- kind: added
description: "Allow `tests.image` to be configured and update README accordingly"
- kind: added
description: "Allow `tests.initContainers.image` to be configured and update README accordingly"
- kind: fixed
description: "Fix wrong image's tag in application nodes"
- kind: added
description: "Add support for monitoringPasscode passed as a secret and removal of livenessprobe httpheader defined in clear text"
- kind: added
description: "Add the possibility of using a secret for customizing the admin password"
- kind: removed
description: "Remove unreachable condition and fix the right values for sonarProperties and sonarSecretProperties"
- kind: changed
description: "Bump apiVersion to v2"
- kind: added
description: "Add documentation for ApplicationNodes.jwtSecret"
- kind: added
description: "Add documentation for ingress tls"
description: "Updated SonarQube to 9.7.1"
artifacthub.io/links: |
- name: support
url: https://community.sonarsource.com/
Expand All @@ -50,9 +30,9 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube-app
image: sonarqube:9.7.0-datacenter-app
image: sonarqube:9.7.1-datacenter-app
- name: sonarqube-search
image: sonarqube:9.7.0-datacenter-search
image: sonarqube:9.7.1-datacenter-search
dependencies:
- name: postgresql
version: 10.15.0
Expand Down
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.7.0-datacenter-search
tag: 9.7.1-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.7.0-datacenter-app
tag: 9.7.1-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.

## [6.0.1]
* Updated SonarQube to 9.7.1

## [6.0.0]
* Updated SonarQube to 9.7.0

Expand Down
30 changes: 4 additions & 26 deletions charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
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.
type: application
version: 6.0.0
appVersion: 9.7.0
version: 6.0.1
appVersion: 9.7.1
keywords:
- coverage
- security
Expand All @@ -26,33 +26,11 @@ annotations:
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube
artifacthub.io/changes: |
- kind: changed
description: "Updated SonarQube to 9.7.0"
- kind: fixed
description: "Fix the right-dash curly brace issue with the additional network policy parameter"
- kind: added
description: "Allow `tests.image` to be configured and update README accordingly"
- kind: added
description: "Allow `tests.initContainers.image` to be configured and update README accordingly"
- kind: changed
description: "Use the networkPolicy.prometheusNamespace value for the network policy namespace selector"
- kind: changed
description: "Uncomment default value in values.yaml for backwards compatibility"
- kind: added
description: "Add support for monitoringPasscode passed as a secret and removal of livenessprobe httpheader defined in clear text"
- kind: changed
description: "Bump apiVersion to v2"
- kind: changed
description: "Set the number of allowed replicas to 0 and 1"
- kind: added
description: "Add documentation for ingress tls"
- kind: added
description: "Add documentation for sonarProperties and sonarSecretProperties"
- kind: added
description: "Add the possibility of using a secret for customizing the admin password"
description: "Updated SonarQube to 9.7.1"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
image: sonarqube:9.7.0-community
image: sonarqube:9.7.1-community
dependencies:
- name: postgresql
version: 10.15.0
Expand Down
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.7.0-{{ .Values.edition }}
tag: 9.7.1-{{ .Values.edition }}
pullPolicy: IfNotPresent
# If using a private repository, the imagePullSecrets to use
# pullSecrets:
Expand Down

0 comments on commit 31db6fe

Please sign in to comment.