sonarqube-10.5.0-sonarqube-dce-10.5.0
carminevassallo
released this
16 Apr 09:08
·
105 commits
to master
since this release
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
)