Skip to content

sonarqube-10.5.0-sonarqube-dce-10.5.0

Compare
Choose a tag to compare
@carminevassallo carminevassallo released this 16 Apr 09:08
· 105 commits to master since this release
2a060e7

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 and monitoring-ce endpoints when the prometheusExporter is enabled
  • Take sonarWebContext into account for the PodMonitor 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 and searchNodes.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 and monitoring-ce endpoints when the ApplicationNodes.prometheusExporter is enabled
  • Take sonarWebContext into account for the PodMonitor path
  • Fix duplicated env_var in Pods causing deployment issue (SONAR_WEB_CONTEXT,SONAR_WEB_JAVAOPTS,SONAR_CE_JAVAOPTS)