Skip to content
Snippets Groups Projects
Commit 4d49b1aa authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 3.3.0 [skip ci]

parent 1be92594
No related branches found
No related tags found
No related merge requests found
# [3.3.0](https://gitlab.com/to-be-continuous/sonar/compare/3.2.0...3.3.0) (2023-06-15)
### Features
* **vault:** add Vault support (variant) ([1be9259](https://gitlab.com/to-be-continuous/sonar/commit/1be925945bde89b9630897cdc1ace671f7f857de))
# [3.2.0](https://gitlab.com/to-be-continuous/sonar/compare/3.1.1...3.2.0) (2023-05-27)
......
......@@ -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: '3.2.0'
ref: '3.3.0'
file: '/templates/gitlab-ci-sonar.yml'
```
......@@ -93,11 +93,11 @@ With:
include:
# main template
- project: 'to-be-continuous/sonar'
ref: '3.2.0'
ref: '3.3.0'
file: '/templates/gitlab-ci-sonar.yml'
# Vault variant
- project: 'to-be-continuous/sonar'
ref: '3.2.0'
ref: '3.3.0'
file: '/templates/gitlab-ci-sonar-vault.yml'
variables:
......
......@@ -11,6 +11,6 @@ variables:
sonar:
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "sonar", "3.2.0" ]
command: ["--service", "sonar", "3.3.0" ]
- name: "$TBC_VAULT_IMAGE"
alias: "vault-secrets-provider"
......@@ -276,7 +276,7 @@ sonar:
entrypoint: [""]
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "sonar", "3.2.0" ]
command: ["--service", "sonar", "3.3.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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment