Skip to content

Commit 0bc9c7b

Browse files
authored
Release SonarQube 10.5.1
1 parent aee49d3 commit 0bc9c7b

File tree

18 files changed

+39
-33
lines changed

18 files changed

+39
-33
lines changed

.cirrus/tasks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
DOCKER_GCLOUD_SA_KEY: VAULT[development/team/sonarqube/kv/data/gcp-marketplace-registry-staging data.key]
88
GCLOUD_REGISTRY: gcr.io/sonarqube-marketplace-provider # This is the staging registry
99
GCLOUD_PRODUCT_NAME: sonarqube-dce-staging # This is the staging product name
10-
GCLOUD_TAG: 10.5.0
10+
GCLOUD_TAG: 10.5.1
1111

1212
except_nightly_cron: &EXCEPT_ON_NIGHTLY_CRON
1313
only_if: $CIRRUS_CRON != $NIGHTLY_CRON
@@ -68,7 +68,7 @@ build_gcp_app_template: &BUILD_GCP_APP_TEMPLATE
6868
- cd charts/sonarqube-dce
6969
- helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
7070
- helm repo add bitnami https://charts.bitnami.com/bitnami
71-
- helm repo add bitnami-pre2022 https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
71+
- helm repo add bitnami-pre2022 https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
7272
- helm dependency build
7373
tag_and_promote_script:
7474
- export CURRENT_MINOR_VERSION=$(echo ${GCLOUD_TAG} | cut -d '.' -f 1,2)
@@ -127,7 +127,7 @@ chart_static_compatibility_test_task:
127127
script:
128128
- helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
129129
- helm repo add bitnami https://charts.bitnami.com/bitnami
130-
- helm repo add bitnami-pre2022 https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
130+
- helm repo add bitnami-pre2022 https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
131131
- cd ${CIRRUS_WORKING_DIR}/charts/sonarqube
132132
- helm dependency build
133133
- ../../.cirrus/unit_helm_compatibility_test.sh
@@ -189,7 +189,7 @@ chart_packaging_task:
189189
- source cirrus-env BUILD
190190
- helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
191191
- helm repo add bitnami https://charts.bitnami.com/bitnami
192-
- helm repo add bitnami-pre2022 https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
192+
- helm repo add bitnami-pre2022 https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
193193
- helm repo update
194194
- ./.cirrus/package.sh
195195
- ./.cirrus/sign_chart.sh

charts/sonarqube-dce/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ All changes to this chart will be documented in this file.
33

44
## [10.5.1]
55
* Update Chart's version to 10.5.1
6+
* Update SonarQube's version to 10.5.1
67
* Fix the env-var templating when sourcing from secrets
78

89
## [10.5.0]

charts/sonarqube-dce/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: postgresql
3-
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
3+
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
44
version: 10.15.0
55
- name: ingress-nginx
66
repository: https://kubernetes.github.io/ingress-nginx
77
version: 4.9.1
8-
digest: sha256:7b295e856802bbcebf0766c71fc3a349eb47f97b9f582103f6ccdcbe03801571
9-
generated: "2024-04-09T09:56:45.625068+02:00"
8+
digest: sha256:6ef612977ba453f38945e07412a573c7c5c4dd2a010985940e420aada72bf8d4
9+
generated: "2024-05-02T10:46:54.91405+02:00"

charts/sonarqube-dce/Chart.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: sonarqube-dce
33
description: SonarQube is a self-managed, automatic code review tool that systematically helps you deliver clean code. As a core element of our Sonar solution, SonarQube integrates into your existing workflow and detects issues in your code to help you perform continuous code inspections of your projects. The tool analyses 30+ different programming languages and integrates into your CI pipeline and DevOps platform to ensure that your code meets high-quality standards.
44
type: application
55
version: 10.5.1
6-
appVersion: 10.5.0
6+
appVersion: 10.5.1
77
keywords:
88
- coverage
99
- security
@@ -29,6 +29,8 @@ annotations:
2929
artifacthub.io/changes: |
3030
- kind: changed
3131
description: "Update Chart's version to 10.5.1"
32+
- kind: changed
33+
description: "Update SonarQube's version to 10.5.1"
3234
- kind: fixed
3335
description: "Fix the env-var templating when sourcing from secrets"
3436
artifacthub.io/links: |
@@ -39,13 +41,13 @@ annotations:
3941
artifacthub.io/containsSecurityUpdates: "false"
4042
artifacthub.io/images: |
4143
- name: sonarqube-app
42-
image: sonarqube:10.5.0-datacenter-app
44+
image: sonarqube:10.5.1-datacenter-app
4345
- name: sonarqube-search
44-
image: sonarqube:10.5.0-datacenter-search
46+
image: sonarqube:10.5.1-datacenter-search
4547
dependencies:
4648
- name: postgresql
4749
version: 10.15.0
48-
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
50+
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
4951
condition: postgresql.enabled
5052
- name: ingress-nginx
5153
version: 4.9.1

charts/sonarqube-dce/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Please note that this chart does NOT support SonarQube Community, Developer, and
1414

1515
## Compatibility
1616

17-
Compatible SonarQube Version: `10.5.0`
17+
Compatible SonarQube Version: `10.5.1`
1818

1919
Supported Kubernetes Versions: From `1.24` to `1.29`
2020

@@ -201,7 +201,7 @@ The following table lists the configurable parameters of the SonarQube chart and
201201
| Parameter | Description | Default |
202202
| --------------------------------------------------------- | ------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
203203
| `searchNodes.image.repository` | search image repository | `sonarqube` |
204-
| `searchNodes.image.tag` | search image tag | `10.5.0-datacenter-search` |
204+
| `searchNodes.image.tag` | search image tag | `10.5.1-datacenter-search` |
205205
| `searchNodes.image.pullPolicy` | search image pull policy | `IfNotPresent` |
206206
| `searchNodes.image.pullSecret` | (DEPRECATED) search imagePullSecret to use for private repository | `nil` |
207207
| `searchNodes.image.pullSecrets` | search imagePullSecrets to use for private repository | `nil` |
@@ -253,7 +253,7 @@ The following table lists the configurable parameters of the SonarQube chart and
253253
| Parameter | Description | Default |
254254
| ---------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
255255
| `ApplicationNodes.image.repository` | app image repository | `sonarqube` |
256-
| `ApplicationNodes.image.tag` | app image tag | `10.5.0-datacenter-app` |
256+
| `ApplicationNodes.image.tag` | app image tag | `10.5.1-datacenter-app` |
257257
| `ApplicationNodes.image.pullPolicy` | app image pull policy | `IfNotPresent` |
258258
| `ApplicationNodes.image.pullSecret` | (DEPRECATED) app imagePullSecret to use for private repository | `nil` |
259259
| `ApplicationNodes.image.pullSecrets` | app imagePullSecrets to use for private repository | `nil` |

charts/sonarqube-dce/ci/cirrus-values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ searchNodes:
55
replicaCount: 1
66
image:
77
repository: "sonarsource/sonarqube"
8-
tag: "10.5.0-datacenter-search"
8+
tag: "10.5.1-datacenter-search"
99
pullSecrets:
1010
- name: pullsecret
1111

@@ -14,6 +14,6 @@ ApplicationNodes:
1414
jwtSecret: "mnGBJtmwRbIREqy3vSw6Cinoi2WEom9JH+iw/tXOJX4="
1515
image:
1616
repository: "sonarsource/sonarqube"
17-
tag: "10.5.0-datacenter-app"
17+
tag: "10.5.1-datacenter-app"
1818
pullSecrets:
1919
- name: pullsecret

charts/sonarqube-dce/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
searchNodes:
66
image:
77
repository: sonarqube
8-
tag: 10.5.0-datacenter-search
8+
tag: 10.5.1-datacenter-search
99
pullPolicy: IfNotPresent
1010
# If using a private repository, the imagePullSecrets to use
1111
# pullSecrets:
@@ -145,7 +145,7 @@ searchNodes:
145145
ApplicationNodes:
146146
image:
147147
repository: sonarqube
148-
tag: 10.5.0-datacenter-app
148+
tag: 10.5.1-datacenter-app
149149
pullPolicy: IfNotPresent
150150
# If using a private repository, the imagePullSecrets to use
151151
# pullSecrets:

charts/sonarqube/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ All changes to this chart will be documented in this file.
33

44
## [10.5.1]
55
* Update Chart's version to 10.5.1
6+
* Update SonarQube's version to 10.5.1
67
* Fix the env-var templating when sourcing from secrets
78

89
## [10.5.0]

charts/sonarqube/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: postgresql
3-
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
3+
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
44
version: 10.15.0
55
- name: ingress-nginx
66
repository: https://kubernetes.github.io/ingress-nginx
77
version: 4.9.1
8-
digest: sha256:7b295e856802bbcebf0766c71fc3a349eb47f97b9f582103f6ccdcbe03801571
9-
generated: "2024-04-09T10:07:16.43662+02:00"
8+
digest: sha256:6ef612977ba453f38945e07412a573c7c5c4dd2a010985940e420aada72bf8d4
9+
generated: "2024-05-02T10:46:21.647277+02:00"

charts/sonarqube/Chart.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: sonarqube
33
description: SonarQube is a self-managed, automatic code review tool that systematically helps you deliver clean code. As a core element of our Sonar solution, SonarQube integrates into your existing workflow and detects issues in your code to help you perform continuous code inspections of your projects. The tool analyses 30+ different programming languages and integrates into your CI pipeline and DevOps platform to ensure that your code meets high-quality standards.
44
type: application
55
version: 10.5.1
6-
appVersion: 10.5.0
6+
appVersion: 10.5.1
77
keywords:
88
- coverage
99
- security
@@ -34,16 +34,18 @@ annotations:
3434
artifacthub.io/changes: |
3535
- kind: changed
3636
description: "Update Chart's version to 10.5.1"
37+
- kind: changed
38+
description: "Update SonarQube's version to 10.5.1"
3739
- kind: fixed
3840
description: "Fix the env-var templating when sourcing from secrets"
3941
artifacthub.io/containsSecurityUpdates: "false"
4042
artifacthub.io/images: |
4143
- name: sonarqube
42-
image: sonarqube:10.5.0-community
44+
image: sonarqube:10.5.1-community
4345
dependencies:
4446
- name: postgresql
4547
version: 10.15.0
46-
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
48+
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
4749
condition: postgresql.enabled
4850
- name: ingress-nginx
4951
version: 4.9.1

0 commit comments

Comments
 (0)