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

chore(release): 4.0.0 [skip ci]

# [4.0.0](https://gitlab.com/to-be-continuous/sonar/compare/3.3.0...4.0.0) (2023-08-28)

### Features

* **oidc:** OIDC authentication support now requires explicit configuration (see doc) ([a617e8e4](https://gitlab.com/to-be-continuous/sonar/commit/a617e8e48db080d489ac4824149150827d15f03f))

### BREAKING CHANGES

* **oidc:** OIDC authentication support now requires explicit configuration (see doc)
parent d265fba2
Branches
Tags
No related merge requests found
# [4.0.0](https://gitlab.com/to-be-continuous/sonar/compare/3.3.0...4.0.0) (2023-08-28)
### Features
* **oidc:** OIDC authentication support now requires explicit configuration (see doc) ([a617e8e](https://gitlab.com/to-be-continuous/sonar/commit/a617e8e48db080d489ac4824149150827d15f03f))
### BREAKING CHANGES
* **oidc:** OIDC authentication support now requires explicit configuration (see doc)
# [3.3.0](https://gitlab.com/to-be-continuous/sonar/compare/3.2.0...3.3.0) (2023-06-15) # [3.3.0](https://gitlab.com/to-be-continuous/sonar/compare/3.2.0...3.3.0) (2023-06-15)
......
...@@ -12,7 +12,7 @@ In order to include this template in your project, add the following to your `gi ...@@ -12,7 +12,7 @@ In order to include this template in your project, add the following to your `gi
```yaml ```yaml
include: include:
- project: 'to-be-continuous/sonar' - project: 'to-be-continuous/sonar'
ref: '3.3.0' ref: '4.0.0'
file: '/templates/gitlab-ci-sonar.yml' file: '/templates/gitlab-ci-sonar.yml'
``` ```
...@@ -94,11 +94,11 @@ With: ...@@ -94,11 +94,11 @@ With:
include: include:
# main template # main template
- project: 'to-be-continuous/sonar' - project: 'to-be-continuous/sonar'
ref: '3.3.0' ref: '4.0.0'
file: '/templates/gitlab-ci-sonar.yml' file: '/templates/gitlab-ci-sonar.yml'
# Vault variant # Vault variant
- project: 'to-be-continuous/sonar' - project: 'to-be-continuous/sonar'
ref: '3.3.0' ref: '4.0.0'
file: '/templates/gitlab-ci-sonar-vault.yml' file: '/templates/gitlab-ci-sonar-vault.yml'
variables: variables:
......
...@@ -12,7 +12,7 @@ variables: ...@@ -12,7 +12,7 @@ variables:
sonar: sonar:
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "sonar", "3.3.0" ] command: ["--service", "sonar", "4.0.0" ]
- name: "$TBC_VAULT_IMAGE" - name: "$TBC_VAULT_IMAGE"
alias: "vault-secrets-provider" alias: "vault-secrets-provider"
variables: variables:
......
...@@ -276,7 +276,7 @@ sonar: ...@@ -276,7 +276,7 @@ sonar:
entrypoint: [""] entrypoint: [""]
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "sonar", "3.3.0" ] command: ["--service", "sonar", "4.0.0" ]
variables: variables:
# see: https://docs.sonarqube.org/latest/analysis/gitlab-integration/#header-4 # 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 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