Skip to content

Commit

Permalink
SONAR-23875 prepare 2025.1.0 lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
jCOTINEAU authored Dec 6, 2024
1 parent 0dbdba7 commit 5e1bb27
Show file tree
Hide file tree
Showing 65 changed files with 1,316 additions and 1,380 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.

## [2025.1.0]
* Update Chart's version to 2025.1.0

## [10.8.0]
* Update Chart's version to 10.8.0
* Upgrade SonarQube Server to 10.8.0
Expand Down
36 changes: 2 additions & 34 deletions charts/sonarqube-dce/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: sonarqube-dce
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.
type: application
version: 10.8.0
version: 2025.1.0
appVersion: 10.8.0
keywords:
- coverage
Expand All @@ -26,39 +26,7 @@ maintainers:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "Upgrade SonarQube Server to 10.8.0"
- kind: changed
description: "Update Chart's version to 10.8.0"
- kind: added
description: "Support the installation of the Oracle JDBC Driver"
- kind: changed
description: "Support Kubernetes v1.31"
- kind: changed
description: "Update the Chart's icon with the SonarQube Server logo"
- kind: fixed
description: "Fix ENV variables not fetched when using extraConfig.configmaps"
- kind: added
description: "Support Gateway on different namespace in HTTPRoute"
- kind: changed
description: "Change 'ingress.ingressClassName' default, set it to 'nginx' if 'nginx.enabled' or 'ingress-nginx.enabled'"
- kind: changed
description: "Ensure that ConfigMap resources are not created for 'initFS' and 'initSysctl' if not needed"
- kind: changed
description: "Ensure the Pod will stop at 'init' stage if init_sysctl.sh failed to modify kernel parameters"
- kind: changed
description: "Replace the example images in initContainers, initSysctl and initFs from 'busybox:1.36' to 'ubuntu:24.04', which are commented out by default"
- kind: fixed
description: "Make the 'automountServiceAccountToken' configurable with 'serviceAccount.automountToken' in PodSpec"
- kind: changed
description: "Deprecate 'ApplicationNodes' in favor of 'applicationNodes', fixing naming convention typo"
- kind: changed
description: "Replace helm top level '$' by '.' when not necessary"
- kind: deprecated
description: "Deprecate elasticsearch.bootstrapcheck, 'sonarqubeFolder', 'jdbcOverwrite.jdbcPassword' and 'terminationGracePeriodSeconds'"
- kind: deprecated
description: "Deprecate 'account', 'curlContainerImage', 'adminJobAnnotation'"
- kind: deprecated
description: "Deprecate 'logging.jsonOutput' in favor of the ENV var SONAR_LOG_JSONOUTPUT or the sonar.properties's 'sonar.log.jsonOutput'"
description: "Update Chart's version to 2025.1.0"
artifacthub.io/links: |
- name: support
url: https://community.sonarsource.com/
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.

## [2025.1.0]
* Update Chart's version to 2025.1.0

## [10.8.0]
* Update Chart's version to 10.8.0
* Upgrade SonarQube Server to 10.8.0
Expand Down
42 changes: 2 additions & 40 deletions charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: sonarqube
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.
type: application
version: 10.8.0
version: 2025.1.0
appVersion: 10.8.0
keywords:
- coverage
Expand Down Expand Up @@ -31,45 +31,7 @@ annotations:
url: https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube
artifacthub.io/changes: |
- kind: changed
description: "Upgrade SonarQube Server to 10.8.0"
- kind: changed
description: "Release SonarQube Community Build 24.12"
- kind: changed
description: "Update Chart's version to 10.8.0"
- kind: added
description: "Support the installation of the Oracle JDBC Driver"
- kind: changed
description: "Support Kubernetes v1.31"
- kind: deprecated
description: "Deprecate the 'community' value for the 'edition' parameter"
- kind: deprecated
description: "Deprecate the default value of 'image.tag' in favor of an empty string"
- kind: added
description: "Introduce the 'community.enabled' and 'community.buildNumber' parameters for SonarQube Community Build"
- kind: changed
description: "Update the Chart's icon with the SonarQube Server logo"
- kind: fixed
description: "Set 'app.kubernetes.io/name' and 'app.kubernetes.io/version' as selector labels"
- kind: added
description: "Support Gateway on different namespace in HTTPRoute"
- kind: changed
description: "Change 'ingress.ingressClassName' default, set it to 'nginx' if 'nginx.enabled' or 'ingress-nginx.enabled'"
- kind: changed
description: "Ensure that ConfigMap resources are not created for 'initFS' and 'initSysctl' if not needed"
- kind: changed
description: "Ensure the Pod will stop at 'init' stage if init_sysctl.sh failed to modify kernel parameters"
- kind: changed
description: "Replace the example images in initContainers, initSysctl and initFs from 'busybox:1.36' to 'ubuntu:24.04', which are commented out by default"
- kind: fixed
description: "Make the 'automountServiceAccountToken' configurable with 'serviceAccount.automountToken' in PodSpec"
- kind: deprecated
description: "Deprecate 'sonarqubeFolder', 'jdbcOverwrite.jdbcPassword' and 'terminationGracePeriodSeconds'"
- kind: deprecated
description: "Deprecate 'deploymentStrategy.type', which will be set to 'Recreate'"
- kind: deprecated
description: "Deprecate 'account', 'curlContainerImage', 'adminJobAnnotation'"
- kind: deprecated
description: "Deprecate the StatefulSet deployment type"
description: "Update Chart's version to 2025.1.0"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: application-values.yaml-sonarqube-dce-search
labels:
app: sonarqube-dce
chart: sonarqube-dce-10.8.0
chart: sonarqube-dce-2025.1.0
release: application-values.yaml
heritage: Helm
spec:
Expand All @@ -23,7 +23,7 @@ metadata:
name: application-values.yaml-sonarqube-dce-app
labels:
app: sonarqube-dce
chart: sonarqube-dce-10.8.0
chart: sonarqube-dce-2025.1.0
release: application-values.yaml
heritage: Helm
spec:
Expand Down Expand Up @@ -56,7 +56,7 @@ metadata:
name: application-values.yaml-sonarqube-dce-monitoring-passcode
labels:
app: sonarqube-dce
chart: sonarqube-dce-10.8.0
chart: sonarqube-dce-2025.1.0
release: application-values.yaml
heritage: Helm
type: Opaque
Expand All @@ -71,7 +71,7 @@ metadata:
name: application-values.yaml-sonarqube-dce-jwt
labels:
app: sonarqube-dce
chart: sonarqube-dce-10.8.0
chart: sonarqube-dce-2025.1.0
release: application-values.yaml
heritage: Helm
type: Opaque
Expand All @@ -86,7 +86,7 @@ metadata:
name: application-values.yaml-sonarqube-dce-http-proxies
labels:
app: sonarqube-dce
chart: sonarqube-dce-10.8.0
chart: sonarqube-dce-2025.1.0
release: application-values.yaml
heritage: Helm
type: Opaque
Expand All @@ -105,7 +105,7 @@ metadata:
name: application-values.yaml-sonarqube-dce-app-config
labels:
app: sonarqube-dce
chart: sonarqube-dce-10.8.0
chart: sonarqube-dce-2025.1.0
release: application-values.yaml
heritage: Helm
data:
Expand All @@ -118,7 +118,7 @@ metadata:
name: application-values.yaml-sonarqube-dce-search-config
labels:
app: sonarqube-dce
chart: sonarqube-dce-10.8.0
chart: sonarqube-dce-2025.1.0
release: application-values.yaml
heritage: Helm
data:
Expand All @@ -131,7 +131,7 @@ metadata:
name: application-values.yaml-sonarqube-dce-init-fs
labels:
app: sonarqube-dce
chart: sonarqube-dce-10.8.0
chart: sonarqube-dce-2025.1.0
release: application-values.yaml
heritage: Helm
data:
Expand All @@ -147,7 +147,7 @@ metadata:
name: application-values.yaml-sonarqube-dce-init-sysctl
labels:
app: sonarqube-dce
chart: sonarqube-dce-10.8.0
chart: sonarqube-dce-2025.1.0
release: application-values.yaml
heritage: Helm
data:
Expand Down Expand Up @@ -194,7 +194,7 @@ metadata:
name: application-values.yaml-sonarqube-dce-install-plugins
labels:
app: sonarqube-dce
chart: sonarqube-dce-10.8.0
chart: sonarqube-dce-2025.1.0
release: application-values.yaml
heritage: Helm
data:
Expand All @@ -207,7 +207,7 @@ metadata:
name: application-values.yaml-sonarqube-dce-jdbc-config
labels:
app: sonarqube-dce
chart: sonarqube-dce-10.8.0
chart: sonarqube-dce-2025.1.0
release: application-values.yaml
heritage: Helm
data:
Expand Down Expand Up @@ -275,7 +275,7 @@ metadata:
name: application-values.yaml-sonarqube-dce
labels:
app: sonarqube-dce
chart: sonarqube-dce-10.8.0
chart: sonarqube-dce-2025.1.0
release: application-values.yaml
heritage: Helm

Expand All @@ -297,7 +297,7 @@ metadata:
name: application-values.yaml-sonarqube-dce-headless
labels:
app: sonarqube-dce
chart: sonarqube-dce-10.8.0
chart: sonarqube-dce-2025.1.0
release: application-values.yaml
heritage: Helm

Expand All @@ -321,7 +321,7 @@ metadata:
name: application-values.yaml-sonarqube-dce-search
labels:
app: sonarqube-dce
chart: sonarqube-dce-10.8.0
chart: sonarqube-dce-2025.1.0
release: application-values.yaml
heritage: Helm

Expand All @@ -347,7 +347,7 @@ metadata:
name: application-values.yaml-sonarqube-dce-search-headless
labels:
app: sonarqube-dce
chart: sonarqube-dce-10.8.0
chart: sonarqube-dce-2025.1.0
release: application-values.yaml
heritage: Helm

Expand All @@ -374,7 +374,7 @@ metadata:
name: application-values.yaml-sonarqube-dce-app
labels:
app: sonarqube-dce
chart: sonarqube-dce-10.8.0
chart: sonarqube-dce-2025.1.0
release: application-values.yaml
heritage: Helm
app.kubernetes.io/name: application-values.yaml
Expand All @@ -400,9 +400,9 @@ spec:
release: application-values.yaml
sonarqube.datacenter/type: "app"
annotations:
checksum/plugins: 1689cecc030ded06cc7e4fc05a525466df3ac18c7ed3f9a334acd134ed4b67db
checksum/config: 3906e424b90543e9a50eb37886687bc26e58f5a06837ab7824eb7bb0b8bdab5c
checksum/secret: 1f71e24315cb79ebeac0c8b5b4918d771a1889d672b510b49573c78c3c152475
checksum/plugins: 7f24a3d6482b2129f679c9757bf21e5da233e385391bbfcffe5893a751ce4ca1
checksum/config: aadbd5c551e813bde98349cfe8225b31aa87a22e55efbc5dfc753658896c23c0
checksum/secret: 29f0ff250b7e8a884fa8bb6e0bfd49d6662d7f05a352286bc2c91f1f4b905bf8
spec:
automountServiceAccountToken: false
initContainers:
Expand Down Expand Up @@ -456,7 +456,7 @@ spec:
- name: SONAR_LOG_JSONOUTPUT
value: "false"
- name: SONAR_HELM_CHART_VERSION
value: 10.8.0
value: 2025.1.0
- name: SONAR_CLUSTER_SEARCH_HOSTS
value: "application-values.yaml-sonarqube-dce-search"
- name: SONAR_CLUSTER_KUBERNETES
Expand Down Expand Up @@ -730,7 +730,7 @@ metadata:
name: application-values.yaml-sonarqube-dce-search
labels:
app: sonarqube-dce
chart: sonarqube-dce-10.8.0
chart: sonarqube-dce-2025.1.0
release: application-values.yaml
heritage: Helm
app.kubernetes.io/name: "application-values.yaml"
Expand Down Expand Up @@ -768,10 +768,10 @@ spec:
release: application-values.yaml
sonarqube.datacenter/type: "search"
annotations:
checksum/init-sysctl: f5beca133fe6f2e528dcfcc623806a074e87f713d3ab7ff2efbf492a059ac1e1
checksum/init-fs: 2ae1a57c0a8cc21408ef8da5d8d91ffc033ec98f82e4bcd814932a2e8845a8b1
checksum/config: 3906e424b90543e9a50eb37886687bc26e58f5a06837ab7824eb7bb0b8bdab5c
checksum/secret: 1f71e24315cb79ebeac0c8b5b4918d771a1889d672b510b49573c78c3c152475
checksum/init-sysctl: 513773d04154d0b575b6f8502de57363170897931a592a4c5b5f1d12bb6e91d0
checksum/init-fs: 4ad4bbe3474b82b398009f1ca94d98cf18f910c3f18364a3550342ebc9debd02
checksum/config: aadbd5c551e813bde98349cfe8225b31aa87a22e55efbc5dfc753658896c23c0
checksum/secret: 29f0ff250b7e8a884fa8bb6e0bfd49d6662d7f05a352286bc2c91f1f4b905bf8
spec:
automountServiceAccountToken: false
initContainers:
Expand Down Expand Up @@ -1026,7 +1026,7 @@ metadata:
"helm.sh/hook": test-success
labels:
app: sonarqube-dce
chart: sonarqube-dce-10.8.0
chart: sonarqube-dce-2025.1.0
release: application-values.yaml
heritage: Helm
spec:
Expand Down
Loading

0 comments on commit 5e1bb27

Please sign in to comment.