Commit d6a29ea9 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent b4b3151c
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [4.4.0](https://gitlab.com/to-be-continuous/sonar/compare/4.3.3...4.4.0) (2025-07-25)


### Bug Fixes

* 404 in link to quality gates documentation ([a173aea](https://gitlab.com/to-be-continuous/sonar/commit/a173aeaec4b97bbbd4e832985fc3cbeb17b900d4))


### Features

* configurable [@url](https://gitlab.com/url)@ timeout ([d05a199](https://gitlab.com/to-be-continuous/sonar/commit/d05a1991e19aee922955c6737d86deef77ad9621))

## [4.3.3](https://gitlab.com/to-be-continuous/sonar/compare/4.3.2...4.3.3) (2025-07-05)


+4 −4
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/sonar/gitlab-ci-sonar@4.3.3
  - component: $CI_SERVER_FQDN/to-be-continuous/sonar/gitlab-ci-sonar@4.4.0
    # 2: set/override component inputs
    inputs:
      host-url: https://sonarqube.acme.host # ⚠ this is only an example
@@ -30,7 +30,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/sonar'
    ref: '4.3.3'
    ref: '4.4.0'
    file: '/templates/gitlab-ci-sonar.yml'

variables:
@@ -117,9 +117,9 @@ With:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/sonar/gitlab-ci-sonar@4.3.3
  - component: $CI_SERVER_FQDN/to-be-continuous/sonar/gitlab-ci-sonar@4.4.0
  # Vault variant
  - component: $CI_SERVER_FQDN/to-be-continuous/sonar/gitlab-ci-sonar-vault@4.3.3
  - component: $CI_SERVER_FQDN/to-be-continuous/sonar/gitlab-ci-sonar-vault@4.4.0
    inputs:
       # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ variables:
sonar:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "sonar", "4.3.3"]
      command: ["--service", "sonar", "4.4.0"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -391,7 +391,7 @@ sonar:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "sonar", "4.3.3"]
      command: ["--service", "sonar", "4.4.0"]
  variables:
    # see: https://docs.sonarsource.com/sonarqube-server/latest/devops-platform-integration/gitlab-integration/setting-up-at-project-level/
    SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache