Skip to content

sonarqube-10.3.0-sonarqube-dce-10.3.0

Compare
Choose a tag to compare
@carminevassallo carminevassallo released this 15 Nov 10:47
· 165 commits to master since this release
50c797c

sonarqube

[10.3.0]

  • Upgrade SonarQube to 10.3.0
  • Update Chart's version to 10.3.0
  • Update default images to the latest versions
  • Remove the nginx-proxy-body annotation when nginx is disabled
  • Enable post-upgrade in the change-admin-password hook
  • Update default ContainerSecurityContext, InitContainerSecurityContext and postgresql.securityContext to match restricted podSecurityStandard
  • Update initFs defaut securityContext to match baseline podSecurityStandard
  • Update Elasticsearch.configureNode to false by default after 3 year deprecation
  • Fix wrong condition on initSysctl feature
  • Update default image of initContainers to sonarqube image, allowing for faster loading time and less external images needed
  • Support Kubernetes v1.28
  • Avoid duplicate SONAR_WEB_SYSTEMPASSCODE secrets
  • Deprecate embedded PostgreSQL
  • Update nginx-ingress-controller dependency to version 4.8.3, please carefully read the changelog of this new major version.

sonarqube-dce

[10.3.0]

  • Upgrade SonarQube to 10.3.0
  • Update Chart's version to 10.3.0
  • Update default images to the latest versions
  • Remove the nginx-proxy-body annotation when nginx is disabled
  • Enable post-upgrade in the change-admin-password hook
  • Separate annotations and labels for app and search pods
  • Update default ContainerSecurityContext, InitContainerSecurityContext and postgresql.securityContext to match restricted podSecurityStandard
  • Update initFs default securityContext to match baseline podSecurityStandard
  • Add securityContext feature to change admin password Job
  • Remove unneeded if condition for Sysctl initContainer
  • Update default image of initContainers to sonarqube image, allowing for faster loading time and less external images needed
  • Support Kubernetes v1.28
  • Avoid duplicate SONAR_WEB_SYSTEMPASSCODE secrets
  • Deprecate embedded PostgreSQL
  • Update nginx-ingress-controller dependency to version 4.8.3, please carefully read the changelog of this new major version.
  • Remove duplicated 'proxy-body-size' from ingress annotation.