Skip to content

Releases: cloudogu/sonar

v9.9.5-5

25 Sep 05:56
Compare
Choose a tag to compare

Changed

  • Switch to new CAS service account structure in dogu.json

v9.9.5-4

18 Sep 13:24
Compare
Choose a tag to compare

Changed

  • Relicense to AGPL-3.0-only

v9.9.5-3

07 Aug 13:13
Compare
Choose a tag to compare

Changed

  • Update base image to OpenJDK 17.0.12-1
  • Update Alpine to 3.20.2-1

Security

v9.9.5-2

01 Jul 11:56
Compare
Choose a tag to compare

Changed

  • Update base image to java:17.0.11-3 to use doguctl v0.12.0 (#106)

v9.9.5-1

06 Jun 12:09
Compare
Choose a tag to compare

Changed

  • [#104] upgrade SonarQube to LTS 9.9.5

v9.9.4-1

19 Feb 13:27
Compare
Choose a tag to compare

Changed

  • [#100] upgrade SonarQube to LTS 9.9.4

Security

v9.9.3-1

01 Feb 13:34
Compare
Choose a tag to compare

Changed

  • [#98] upgrade SonarQube to LTS 9.9.3
  • upgrade base image to Java 17.0.9-1

v9.9.1-7

23 Oct 08:44
Compare
Choose a tag to compare

Fixed

Changed

  • [#96] Update base image to reduce vulnerable packages

v9.9.1-6

27 Jun 13:32
Compare
Choose a tag to compare

Added

  • [#92] Configuration options for resource requirements
  • [#92] Defaults for CPU and memory requests

v9.9.1-5

12 Jun 14:34
Compare
Choose a tag to compare

Fixed

  • Fixed elasticsearch bootstrap error where vm.max_map_count is too low (#90)
    • Set node.store.allow_mmap to false and restrict the usage of mmap in k8s environments to avoid elasticsearch bootstrap error. This option is used to avoid usage of privileged containers.