Releases: SonarSource/helm-chart-sonarqube
Releases · SonarSource/helm-chart-sonarqube
sonarqube-10.8.1-sonarqube-dce-10.8.1
sonarqube
- Update Chart's version to 10.8.1
- Upgrade SonarQube Server to 10.8.1
- Remove immutable labels selector
app.kubernetes.io/name
andapp.kubernetes.io/version
as it breaks upgrades - Set
image.tag
empty in default value file;image.tag
is dynamically set according to theedition
andcommunity
fields, with user-defined value taking precedence
sonarqube-dce
- Update Chart's version to 10.8.1
- Upgrade SonarQube Server to 10.8.1
sonarqube-9.9.8-sonarqube-dce-9.9.8
What's Changed
- REL-3426 Release SonarQube 9.9.8 by @davividal in #597
Full Changelog: sonarqube-9.9.7-sonarqube-dce-9.9.7...sonarqube-9.9.8-sonarqube-dce-9.9.8
sonarqube-10.8.0-sonarqube-dce-10.8.0
What's Changed
- REL-3303-release-gcp-10.7 by @jCOTINEAU in #566
- NO-JIRA Fix GCloud version and remove unauthenticated mpdev by @carminevassallo in #567
- SONAR-2303 prepare 10.8 dev cycle by @jCOTINEAU in #568
- SONAR-23304 Remove depedency on CirrusCI-10 by @carminevassallo in #569
- SONAR-19541 Enable users to install an oracle jdbc driver by @carminevassallo in #562
- SONAR-23306 support kubernetes 1.31 by @jCOTINEAU in #571
- SONAR-23309 Update Helm chart dependencies by @carminevassallo in #573
- SONAR-23305 Test the helm charts with a local cluster by @carminevassallo in #576
- SONAR-23558 Introduce the SonarQube Community Build support by @carminevassallo in #577
- SONAR-23561 Remove Artifact Build Number from Helm releases by @carminevassallo in #578
- SONAR-23600 Update the Chart's icon with the SonarQube Server logo by @carminevassallo in #581
- SONAR-22908 Fix ENV variables not fetched when using extraConfig.configmaps by @carminevassallo in #582
- SONAR-23624 Add K8s Recommended Labels to Pods by @carminevassallo in #585
- sonar 23603 trigger 570 http route using gateway from other namespace by @jCOTINEAU in #580
- SONAR-22678 Add searchNodes.persistence.volumes among the existing parameters by @carminevassallo in #584
- SONAR-23677 Uses script to build dependencies by @davividal in #555
- SONAR-23665 change ingress class name default logic by @jCOTINEAU in #588
- SONAR 23670 correct incoherence in readme by @jCOTINEAU in #589
- SONAR-23627 improve initsysctl fail logic trigger 572 by @jCOTINEAU in #587
- SONAR-23395 Make the automountServiceAccountToken configurable in PodSpec by @carminevassallo in #583
- SONAR-18974 fix ApplicationNodes capital A typo by @jCOTINEAU in #586
- SONAR-23713 deprecate parameters in sonarqube chart by @jCOTINEAU in #590
- SONAR-23715 Set deploymentStrategy to Recreate by @davividal in #594
- SONAR 23712 deprecate unused parameters in dce charts by @jCOTINEAU in #592
- SONAR-23714 Deprecate account in favor of setAdminPassword by @carminevassallo in #593
- SONAR-23716 Deprecates StatefulSet for sonarqube chart by @davividal in #591
- SONAR-23726 Deprecate logging.jsonOutput in sonarqube-dce chart by @davividal in #595
- SONAR-23765 Update license information license of SonarQube Community Build and Server by @carminevassallo in #596
- REL-3428 REL-3427 Release SonarQube Server 10.8, SonarQube Community Build 24.12 by @davividal in #598
- REL-3428 Bumps GCP Marketplace version by @davividal in #600
Full Changelog: sonarqube-10.7.0-sonarqube-dce-10.7.0...sonarqube-10.8.0-sonarqube-dce-10.8.0
sonarqube-9.9.7-sonarqube-dce-9.9.7: REL-302 Release helm chart for SonarQube 9.9.7
SonarQube 9.9.7
Upgrade SonarQube to 9.9.7
SonarQube-dce 9.9.7
Upgrade SonarQube to 9.9.7
sonarqube-10.7.0-sonarqube-dce-10.7.0
SonarQube 10.7.0
- Update Chart's version to 10.7.0
- Upgrade SonarQube to 10.7.0
- Support Kubernetes v1.30
- Upgrade ingress-nginx dependency to 4.10.1
- Deprecate
jdbcOverwrite.enable
in favor ofjdbcOverwrite.enabled
- Fix regression on env valuesFrom in the new STS template
- Fix a typo in the new common STS template
- Enable the setup of ReadOnlyRootFilesystem in the security contexts
- Support basic chart installation on Openshift
- Include remaining Route settings
- Fix networkPolicy.additionalPolicys typo
- Support install-plugin and prometheusExporter proxy variables in secret
- Support GatewayAPI HttpRoute
- Support additional labels in the PodMonitor
- Support Openshift SCCv2 by default when Openshift.enabled=true
- Deprecate Openshift.createSCC
- Support additional CA Certificate as ConfigMap instead of Secret only
- Changed default value for caCerts.image
- Fix openshift change-admin-password-hook Job SecurityContext failure
- Support SONAR_OPENSHIFT telemetry env_var
- Update helm chart repo path in sources
- Changed SONAR_OPENSHIFT to IS_HELM_OPENSHIFT_ENABLED
- Remove socketTimeout from jdbcOverwrite.jdbcUrl's default value
- Refactor Route to be subparameter of OpenShift
- Make OpenShift.createSCC false by default
- Deprecate peristence.volumes and persistence.mounts in favor or extraVolumes and extraVolumeMounts
- Ensure kubernetes.io/version label is smaller than 63 chars
SonarQube-dce 10.7.0
- Update Chart's version to 10.7.0
- Upgrade SonarQube to 10.7.0
- Support Kubernetes v1.30
- Upgrade ingress-nginx dependency to 4.10.1
- Deprecate
jdbcOverwrite.enable
in favor ofjdbcOverwrite.enabled
- Enable the setup of ReadOnlyRootFilesystem in the security contexts
- Support basic chart installation on Openshift
- Support Openshift Route
- Fix networkPolicy.additionalPolicys typo
- Support install-plugin and prometheusExporter proxy variables in secret
- Support GatewayAPI HttpRoute
- Support Openshift SCCv2 by default when Openshift.enabled=true
- Deprecate Openshift.createSCC
- Support the TLS communication between App and Search nodes
- Support additional CA Certificate as ConfigMap instead of Secret only
- Changed default value for caCerts.image
- Document the upgrade process when autoscaling is enabled
- Fix openshift change-admin-password-hook Job SecurityContext failure
- Support SONAR_OPENSHIFT telemetry env_var
- Update helm chart repo path in sources
- Support IS_HELM_AUTOSCALING_ENABLED telemetry env_var and rename SONAR_OPENSHIFT to IS_HELM_OPENSHIFT_ENABLED
- Remove socketTimeout from jdbcOverwrite.jdbcUrl's default value
- Refactor Route to be subparameter of OpenShift
- Make OpenShift.createSCC false by default
- Support ApplicationNodes.extraVolumes and ApplicationNodes.extraVolumeMounts
- Ensure kubernetes.io/version label is smaller than 63 chars
sonarqube-10.6.1
Sonarqube-10.6.1
- Update Chart's version to 10.6.1
- Fix a typo in the new common STS template
- Fix regression on env valuesFrom in the new STS template
sonarqube-10.6.0-sonarqube-dce-10.6.0
sonarqube
[10.6.0]
- Update SonarQube to 10.6.0
- Update Chart's version to 10.6.0
- Fix the env-var templating when sourcing from secrets
- Fix the postgresql chart's repository link
- Add support for overriding liveness/readiness probe logic
- Use a common template for Deployment and StatefulSet
sonarqube-dce
[10.6.0]
- Upgrade SonarQube to 10.6.0
- Update Chart's version to 10.6.0
- Fix the env-var templating when sourcing from secrets
- Fix the postgresql chart's repository link
- Calibrate probes' initialDelaySeconds
- Define HorizontalPodAutoscaler for the app deployment
- Add support for overriding liveness/readiness probe logic in the app nodes
- Add ApplicationNodes.affinity, ApplicationNodes.tolerations, searchNodes.affinity, searchNode.tolerations, ApplicationNodes.nodeSelector, searchNodes.nodeSelector
- Define affinity, tolerations, and nodeSelector parameters for App and Search nodes
sonarqube-8.0.6-sonarqube-dce-7.0.6
sonarqube
[8.0.6]
Update SonarQube to 9.9.6
sonarqube-dce
[7.0.6]
Update SonarQube to 9.9.6
sonarqube-10.5.1-sonarqube-dce-10.5.1
sonarqube
[10.5.1]
- Update Chart's version to 10.5.1
- Update SonarQube's version to 10.5.1
- Fix the env-var templating when sourcing from secrets
sonarqube-dce
[10.5.1]
- Update Chart's version to 10.5.1
- Update SonarQube's version to 10.5.1
- Fix the env-var templating when sourcing from secrets
sonarqube-8.0.5-sonarqube-dce-7.0.5
sonarqube
[8.0.5]
- Update SonarQube to 9.9.5
sonarqube-dce
[7.0.5]
- Update SonarQube to 9.9.5