Releases: SonarSource/helm-chart-sonarqube
Releases · SonarSource/helm-chart-sonarqube
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
sonarqube-10.5.0-sonarqube-dce-10.5.0
sonarqube
[10.5.0]
- Upgrade SonarQube to 10.5.0
- Update Chart's version to 10.5.0
- Update nginx-ingress-controller dependency to version 4.9.1
- Set
automountServiceAccountToken
to false in pod's specifications - Update default
resources
values matching better default Xmx and Xms of the SonarQube processes. - Make
ephemeral-storage
resource's limits and requests configurable for the SonarQube container - Set memory and cpu limits for the test container
- Deprecate nginx.enabled in favor of ingress-nginx.enabled, to match with subchart config block
- Deprecate
prometheusMonitoring.podMonitor.namespace
- Instantiate
monitoring-web
andmonitoring-ce
endpoints when theprometheusExporter
is enabled - Take
sonarWebContext
into account for thePodMonitor
path - Fix duplicated env_var in Pods causing deployment issue (
SONAR_WEB_CONTEXT
,SONAR_WEB_JAVAOPTS
,SONAR_CE_JAVAOPTS
)
sonarqube-dce
[10.5.0]
- Upgrade SonarQube to 10.5.0
- Update Chart's version to 10.5.0
- Update nginx-ingress-controller dependency to version 4.9.1
- Fix the ingress.ingressClassName not being evaluated
- Fix searchNodes.securityContext and ApplicationNodes.securityContext not being evaluated
- Fix duplicated
ApplicationNodes.resources
parameters in the README - Add
gcp_marketplace
value, implementing compatibility with google cloud marketplace app - Set
automountServiceAccountToken
to false in pod's specifications - Update default
ApplicationNodes.resources
andsearchNodes.resources
to values matching better default Xmx and Xms of the SonarQube processes. - Make
ephemeral-storage
resource's limits and requests configurable for the SonarQube App and Search containers - Set memory and cpu limits for the test container
- Fix
searchAuthentication
probes failure by enforcing basic auth on wget - Remove outdated doc about persistency
- Deprecate nginx.enabled in favor of ingress-nginx.enabled, to match with subchart config block
- Deprecate
ApplicationNodes.prometheusMonitoring.podMonitor.namespace
- Instantiate
monitoring-web
andmonitoring-ce
endpoints when theApplicationNodes.prometheusExporter
is enabled - Take
sonarWebContext
into account for thePodMonitor
path - Fix duplicated env_var in Pods causing deployment issue (
SONAR_WEB_CONTEXT
,SONAR_WEB_JAVAOPTS
,SONAR_CE_JAVAOPTS
)
sonarqube-10.4.1-sonarqube-dce-10.4.1
sonarqube
[10.4.1]
- Upgrade SonarQube to 10.4.1
- Update Chart's version to 10.4.1
sonarqube-dce
[10.4.1]
- Upgrade SonarQube to 10.4.1
- Update Chart's version to 10.4.1
sonarqube-8.0.4-sonarqube-dce-7.0.4
sonarqube
[8.0.4]
- Update SonarQube to 9.9.4
sonarqube-dce
[7.0.4]
- Update SonarQube to 9.9.4