Commit 8ff40364 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 4.1.0 [skip ci]

parent 465259c1
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.1.0](https://gitlab.com/to-be-continuous/sonar/compare/4.0.1...4.1.0) (2023-12-8)


### Features

* use centralized service images (gitlab.com) ([674c574](https://gitlab.com/to-be-continuous/sonar/commit/674c5749b84a4d05cffdf76157129872e1d0b09d))

## [4.0.1](https://gitlab.com/to-be-continuous/sonar/compare/4.0.0...4.0.1) (2023-10-16)


+3 −3
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/sonar'
    ref: '4.0.1'
    ref: '4.1.0'
    file: '/templates/gitlab-ci-sonar.yml'
```

@@ -94,11 +94,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/sonar'
    ref: '4.0.1'
    ref: '4.1.0'
    file: '/templates/gitlab-ci-sonar.yml'
  # Vault variant
  - project: 'to-be-continuous/sonar'
    ref: '4.0.1'
    ref: '4.1.0'
    file: '/templates/gitlab-ci-sonar-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ variables:
sonar:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "sonar", "4.0.1" ]
      command: ["--service", "sonar", "4.1.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -284,7 +284,7 @@ sonar:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "sonar", "4.0.1" ]
      command: ["--service", "sonar", "4.1.0" ]
  variables:
    # see: https://docs.sonarqube.org/latest/analysis/gitlab-integration/#header-4
    SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache